Add Grok plugin manifest (.grok-plugin/plugin.json)#138
Draft
justinemach wants to merge 1 commit into
Draft
Conversation
xAI's plugin marketplace (xai-org/plugin-marketplace) clones a plugin via a remote `url` source and reads .grok-plugin/plugin.json from the repo root, then auto-discovers skills/. This adds that manifest so browserbase/skills can be listed as the official `browse` plugin in Grok Build. Neon-style manifest (no Codex `interface` block). No MCP server — the skills drive the `browse` CLI. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
What
Adds a root
.grok-plugin/plugin.jsonsobrowserbase/skillscan be listed as the officialbrowseplugin in Grok Build (xai-org/plugin-marketplace).Why
xAI's marketplace is one central repo. To list a third-party plugin, you add a catalog entry there with a remote
urlsource that clones the plugin repo and reads.grok-plugin/plugin.jsonfrom its root, then auto-discoversskills/. This repo had no such manifest, so this adds it (neon-style; no Codexinterfaceblock; no MCP — the skills drive thebrowseCLI).Pairs with
The companion catalog entry in
xai-org/plugin-marketplace(separate cross-org PR) points itsurlsource at this repo pinned to the SHA that includes this commit.Notes
🤖 Generated with Claude Code