The official HelpBento marketplace for Claude Code plugins.
| Plugin | What it does |
|---|---|
helpbento |
Draft help-center articles, developer docs (pages, sections, API references, versions, release notes), and changelog / product-update entries from your codebase — pushed to your HelpBento account as drafts (never auto-published). Can also create and update knowledge bases. |
claude plugin marketplace add helpbento/claude-plugins
claude plugin install helpbento@helpbentoThen connect once with a browser login (no API key to paste): run /mcp,
choose helpbento-api, and approve in the browser. Full usage docs live in
the plugin README.
- Claude Code
- A HelpBento account that belongs to a company
The plugin name (helpbento), the MCP server name (helpbento-api), and the
tool names in each skill's allowed-tools are a contract with the HelpBento
service — renaming any of them breaks the plugin. Validate before pushing:
claude plugin validate --strict ./helpbento # the plugin
claude plugin validate --strict . # the marketplaceCI runs the same two validations on every push and pull request.