A Claude Code plugin marketplace by Apoco.
| Plugin | Description |
|---|---|
| clawdboard | Clawdboard setup — install the macOS menu bar app that monitors Claude Code sessions, configure hooks, and set up IDE integration. |
| mqtt | MQTT channel for Claude Code — pub/sub bridge with topic-based access control. |
Add the marketplace:
/plugin marketplace add https://github.com/apocohq/claude-plugins
Install a plugin:
/plugin install mqtt@apoco-plugins
Each plugin lives in its own directory under plugins/. The marketplace catalog is at .claude-plugin/marketplace.json.
To add a new plugin:
- Create
plugins/<name>/with a.claude-plugin/plugin.jsonmanifest and your plugin files (skills, hooks, MCP servers, etc.). - Add an entry to
.claude-plugin/marketplace.jsonin thepluginsarray. - Validate with
/plugin validate .orclaude plugin validate ..
Apache-2.0