Add kimi-webbridge-fleet skill (macOS + Chrome multi-profile via Kimi WebBridge)#45
Open
jeet-dhandha wants to merge 1 commit into
Open
Add kimi-webbridge-fleet skill (macOS + Chrome multi-profile via Kimi WebBridge)#45jeet-dhandha wants to merge 1 commit into
jeet-dhandha wants to merge 1 commit into
Conversation
Drives the user's real Google Chrome on macOS — multiple profiles with their live logged-in sessions at once — via Kimi WebBridge. A router on :10086 proxies each /command to a per-profile daemon based on a top-level "profile" field. Honest about scope: macOS + Chrome + Kimi WebBridge only. Links to the source repo for full setup. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
✅ Validate Skills — PASSEDSummary: FAIL=0 · WARN=0 Output (last 200 lines) |
🛡️ Skills Security Scan — WARNSummary: FAIL=0 · WARN=5 · FILES=1
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Submit a Skill
Thank you for contributing a skill to the Goose community!
📛 Skill Info
kimi-webbridge-fleet📁 Structure Checklist
kimi-webbridge-fleet/)SKILL.mdfileSKILL.mdincludes valid YAML frontmatter:namedescriptionauthorversiontags(list of strings)🔐 Security Acknowledgement
📝 Additional Notes
This skill teaches an agent how to drive the user's actual Google Chrome — including more than one profile with its own live login, simultaneously — through Kimi WebBridge. It runs one stock WebBridge daemon per Chrome profile and a router on
:10086that proxies each/commandto the right daemon based on a top-level"profile"field.Honest scope (the SKILL.md says so up front):
Full code and setup live in the source repo, which the SKILL.md links to: https://github.com/jeet-dhandha/kimi-webbridge-fleet
Validation:
node scripts/validate-skills.mjspasses (Structure validation PASSED). The security scanner reportsFAIL=0; the only WARN findings arenetwork:curl-wget/network:url, which come from the documented examplecurlrequest to the local127.0.0.1:10086router — intrinsic to a browser-bridge skill, routed to CODEOWNERS review rather than blocking.🤖 Generated with Claude Code