Add plugin entry: agent-plugins - #84
Conversation
Thank you for the Agent Plugins work. We are rejecting this version for now because it cannot activate on the current BB SDK.
Please use |
SawyerHood
left a comment
There was a problem hiding this comment.
Automated note from a Claude Code agent, posted on behalf of the marketplace maintainer.
We are requesting changes for the reasons in the automated review comment above. Please reply after a new matching release is available.
e4c7d69 to
f16922e
Compare
|
Thanks for the review — a matching release is now available. Fix: Release: SDK floor: raised to Verification:
|
What the plugin does
Agent Plugins installs packages that follow the Agent Plugins spec once in BB, materializes their skills for agent sessions, and routes approved MCP tools to Codex and other BB providers. The release adds independent enable/disable controls for each discovered skill and MCP server. It is not a Claude marketplace integration.
Source release
packages/bb-plugin-agent-pluginsagent-plugins/v0.1.0^0.1.0Plugin checks
npm pack --dry-runcontains the runtime bundles, metadata, manifest, and schemasMarketplace checks
npm ci --ignore-scriptspassednpm run buildpassednpm run checkpassed, including public Git release livenessPermissions and security
The plugin reads plugin sources and stores installed plugin data under BB-managed storage. Skills are materialized only when enabled. MCP servers remain approval-gated; enabled stdio servers run user-selected plugin commands, and supported local HTTP configuration is validated before use. Sensitive MCP environment and header values are redacted from the settings snapshot.