Official Claude Code plugins for Rightbrain AI
npx claudepluginhub rightbrainai/claude-code-skillsComplete manager for the Rightbrain API. Create and manage Tasks, TaskAgents, Skills, Integrations, and MCP Servers.
Official Claude Code plugin for Rightbrain AI — the platform for embedding AI into existing tech stacks via a single API call.
Rightbrain lets you build production AI features without infrastructure. The platform provides four primitives that work together:
| Primitive | What it is | Example |
|---|---|---|
| Task | A stateless AI function with typed input/output | Classify sentiment, extract invoices, generate images |
| TaskAgent | An orchestrator that reasons about which tasks to call | Support triage, content pipeline, deal intelligence |
| Skill | A declarative instruction bundle for agents | Brand voice guide, escalation procedures, design guidelines |
| Integration | A platform-managed OAuth connection | Google Sheets, Docs, Slides, Calendar, Gmail |
Tasks are composed into TaskAgents, which combine them with Skills (domain expertise), Integrations (Google Workspace), and MCP Servers (external APIs) to build complex AI workflows.
| Plugin | Description |
|---|---|
| rightbrain-manager | Complete manager for the Rightbrain API. Create and manage Tasks, TaskAgents, Skills, Integrations, and MCP Servers. |
Run these commands inside Claude Code:
/plugin marketplace add https://github.com/RightbrainAI/claude-code-skills
/plugin install rightbrain-manager@rightbrain-skills
That's it! The skill will handle authentication automatically when you first use it.
git clone https://github.com/RightbrainAI/claude-code-skills.git
cp -r claude-code-skills/plugins/rightbrain-manager/skills/rightbrain-manager ~/.claude/skills/
npx rightbrain@latest login
Restart Claude Code and the skill will be available.
A comprehensive skill for managing the full Rightbrain platform from Claude Code.
Say any of these to activate the skill:
| Category | Triggers |
|---|---|
| Tasks | "rightbrain tasks", "create task", "run task", "browse tasks" |
| Agents | "rightbrain agent", "create agent", "run agent" |
| Skills | "rightbrain skill", "manage skills" |
| Integrations | "rightbrain integration", "connect integration" |
| Environment | "use staging", "switch to staging", "use production" |
The skill supports two environments:
| Environment | API Base | When to use |
|---|---|---|
| Production | app.rightbrain.ai | Default. Live data, real credits. |
| Staging | stag.leftbrain.me | Testing new features, development work. |
Switch with: "use staging" or "use production"
Not sure which primitive to use? The skill includes a built-in architecture guide with: