Official Claude Code skills for Rightbrain AI - the platform for building, deploying, and managing AI tasks.
| Skill | Description |
|---|---|
| rightbrain-tasks | Complete task manager for the Rightbrain API. Create, browse, run, update, export, and import AI tasks. |
git clone https://github.com/RightbrainAI/claude-code-skills.gitcp -r claude-code-skills/skills/rightbrain-tasks ~/.claude/skills/export RIGHTBRAIN_API_KEY="your-api-key"That's it! Restart 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 |
- Sign up or log in at app.rightbrain.ai
- Go to Settings → API Clients
- Click Create API Key
- Copy the key immediately (it's only shown once)
- Store it securely
Option A: Environment variable (recommended)
Add to your shell profile (~/.bashrc, ~/.zshrc, etc.):
export RIGHTBRAIN_API_KEY="rb_your_key_here"Option B: Enter when prompted
If no environment variable is set, the skill will ask for your API key when you use it.
- 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
- A Rightbrain account with API access
claude-code-skills/
├── README.md
├── LICENSE
└── skills/
└── rightbrain-tasks/
├── SKILL.md # Main skill file
├── assets/
│ ├── task-template.json # Complete task template
│ ├── export-schema-example.json
│ └── examples/
│ ├── classification.md
│ ├── extraction.md
│ └── generation.md
└── references/
├── task-components.md # Schema reference
├── output-formats.md # Type system docs
├── prompt-patterns.md # Prompt templates
└── image-generation.md # Image task guide
Contributions are welcome! Please feel free to submit a Pull Request.
MIT License - see LICENSE for details.
Built with love by Rightbrain AI