Stats
Links
Categories
npx claudepluginhub runbear-io/skillsDeploy a local Claude Code project to a hosted Runbear Agent SDK agent, connect it to Slack, and manage its event triggers and scheduled jobs
Skills for exposing Claude Agent via HTTP, Slack, and Discord.
/plugin marketplace add runbear-io/skills
/plugin install dispatch-http@runbear-skills
/plugin install dispatch-slack@runbear-skills
/plugin install dispatch-discord@runbear-skills
Expose Claude Code as REST API endpoints.
| Skill | Description |
|---|---|
dispatch | Start an Express server that exposes Claude Code/Cowork via REST endpoints |
expose | Expose the local dispatch-http server to the internet via a Cloudflare quick tunnel |
/dispatch-http:dispatch
/dispatch-http:dispatch port 8080
/dispatch-http:expose
Connect Claude Code to Slack via Socket Mode. Supports streaming responses.
| Skill | Description |
|---|---|
dispatch | Start/stop the Slack bot server that connects Claude Code to Slack |
init | Create and configure a Slack bot app with OAuth token rotation |
/dispatch-slack:init
/dispatch-slack:dispatch [start|stop|status] [/path/to/project]
The dispatch skill supports two modes:
CLAUDE_CODE_OAUTH_TOKEN (generate with claude setup-token) or ANTHROPIC_API_KEY in .env.Connect Claude Code to Discord. Supports streaming responses via progressive message editing.
| Skill | Description |
|---|---|
dispatch | Start/stop the Discord bot server that connects Claude Code to Discord |
init | Create and configure a Discord bot via the Developer Portal |
/dispatch-discord:init
/dispatch-discord:dispatch [start|stop|status] [/path/to/project]
The dispatch skill supports two modes:
CLAUDE_CODE_OAUTH_TOKEN (generate with claude setup-token) or ANTHROPIC_API_KEY in .env.MIT