Agent Skills
Install Raster's agent skills so Claude, Cursor, GitHub Copilot, and other AI coding agents know how to use the Raster API.
Agent skills are portable instructions that teach an AI coding agent how to use a tool. Install Raster's skills and your agent knows how to authenticate, upload, organize, search, and serve images over the Raster API.
Install
Install Raster's skills with the skills CLI:
npx skills add raster-app/agent-skillsThe CLI detects the agents you have installed — Claude Code, Cursor, Codex, GitHub Copilot, and others — and installs into each.
To list the skills before installing, install just one, or target specific agents:
npx skills add raster-app/agent-skills --list
npx skills add raster-app/agent-skills --skill raster-api
npx skills add raster-app/agent-skills -a claude-code -a cursorAvailable skills
| Skill | What it does |
|---|---|
raster-api | Use the Raster API over MCP, REST, or GraphQL — authenticate, run the upload/tag/search/hand-off loop, and start with no Raster account. |
Authentication
The raster-api skill needs a Raster API key, scoped to one organization and the
libraries it may reach. Create one in your organization settings, or have an agent
mint one from an email with no account.
Treat an API key like a password. Anyone with the key has its library access.
Staying current
Re-run npx skills add raster-app/agent-skills to pick up updates. Raster also
lists these skills at its
agent-skills index for
clients that discover skills automatically.
Where to go next
Using Raster from an AI agent
Discover Raster, authenticate, and run the full upload, tag, search, and hand-off loop.
Start without an account
One call creates a library and key from an email — upload right away, the user claims it later.
MCP Server
Connect Claude, Cursor, and the OpenAI Responses API to Raster's tools over MCP.
API Reference
The REST, GraphQL, and MCP surface the skill drives.