Raster

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:

Terminal
npx skills add raster-app/agent-skills

The 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:

Terminal
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 cursor

Available skills

SkillWhat it does
raster-apiUse 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

On this page