Official Claude Code plugin for Rightbrain AI — the platform that lets you create, deploy, and manage AI tasks as simple API calls.
Rightbrain lets you build Tasks — custom AI functions that take specific inputs and return structured outputs. Each task combines a language model with instructions and an output schema, making AI reliable enough for production. No models to host, no prompt versioning to build — just define a task and call it via API.
Use cases include classification, data extraction, content generation, image creation, and more. Learn more
| Plugin | Description |
|---|---|
| rightbrain-tasks | Complete task manager for the Rightbrain API. Create, browse, run, update, export, and import AI tasks. |
Run these commands inside Claude Code:
/plugin marketplace add https://github.com/RightbrainAI/claude-code-skills
/plugin install rightbrain-tasks@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-tasks/skills/rightbrain-tasks ~/.claude/skills/
npx rightbrain@latest loginRestart Claude Code and the skill will be available.
A comprehensive skill for managing Rightbrain AI tasks directly from Claude Code.
- Create tasks - Design new AI tasks with guided prompts, output schemas, and model selection
- Browse & run tasks - Execute existing tasks and view results
- Update tasks - Modify prompts, models, temperature, and output formats
- Export/Import - Save task configurations to files and import them to other projects
Say any of these to activate the skill:
- "rightbrain tasks"
- "rightbrain task"
- "manage tasks"
- "create task"
- "run task"
- "browse tasks"
| Type | Use Case | Example |
|---|---|---|
| Classification | Categorize inputs | Sentiment analysis, ticket routing |
| Extraction | Pull structured data | Invoice parsing, entity recognition |
| Generation | Create content | Email drafting, blog writing |
| Analysis | Evaluate and score | Lead scoring, risk assessment |
| Image | Generate visuals | Social media images, product photos |
- Run
npx rightbrain@latest login(or the skill prompts you automatically) - Sign in via your browser — don't have an account? You can sign up for free during this step
- Select your organization and project
- Credentials stored securely in
~/.rightbrain/credentials.json
- Full Documentation: docs.rightbrain.ai
- LLM-Friendly Docs: docs.rightbrain.ai/llms-full.txt
- API Reference: docs.rightbrain.ai/api-reference
- Claude Code CLI installed
- Node.js (for
npx rightbrain@latest login) - A Rightbrain account
claude-code-skills/
├── .claude-plugin/
│ └── marketplace.json # Plugin marketplace catalog
├── README.md
├── LICENSE
└── plugins/
└── rightbrain-tasks/ # Plugin root
├── .claude-plugin/
│ └── plugin.json # Plugin manifest
└── skills/
└── rightbrain-tasks/ # Skill directory
├── SKILL.md # Main skill file
├── assets/
│ ├── task-template.json
│ ├── export-schema-example.json
│ └── examples/
│ ├── classification.md
│ ├── extraction.md
│ └── generation.md
└── references/
├── task-components.md
├── output-formats.md
├── prompt-patterns.md
└── image-generation.md
Contributions are welcome! Please feel free to submit a Pull Request.
MIT License - see LICENSE for details.
Built with love by Rightbrain AI