Agent Skills
Agent Skills are markdown instruction files that teach AI agents domain-specific workflows and best practices for Art Blocks. They tell the agent how to use MCP tools effectively — which tool to pick for a given question, what parameters matter, what order to call tools in, and how to interpret results.
Skills activate automatically based on what you ask. No special syntax needed — just prompt naturally.
Why install skills?
Without skills, agents can call MCP tools but lack Art Blocks domain knowledge. With skills installed, agents know:
- Which tool to use for each type of question (e.g.,
get_artistfor artist lookups vs.discover_projectsfor browsing) - How to chain tools together (e.g., check eligibility before building a mint transaction)
- Art Blocks concepts like project ID format, verticals, hash-based determinism, and user profiles with linked wallets
- Best practices for GraphQL queries (preferred
_metadatatables, chain filtering, curated field lists)
Installation
Quick install (all skills)
npx skills add ArtBlocks/skills
Global install (available across all your projects)
npx skills add ArtBlocks/skills -g
Install to a specific agent
npx skills add ArtBlocks/skills -a cursor
npx skills add ArtBlocks/skills -a claude-code
After installing, reload Cursor (Cmd+Shift+P → "Reload Window") for skills to take effect.
Available Skills
Each skill is a standalone markdown file — click any skill name above to read the full source.
Supported Agents
Skills work with any agent that supports the open agent skills spec. The Art Blocks MCP server can be connected to any agent that supports MCP over HTTP.
Manual Installation
If your agent doesn't support npx skills, you can copy skill directories directly:
# Clone the repo
git clone https://github.com/ArtBlocks/skills.git
# Copy all skills into your project
cp -r skills/skills/* /your-project/.cursor/skills/
# Or copy a single skill
cp -r skills/skills/discover-artblocks-projects /your-project/.cursor/skills/
For personal/global use, copy into ~/.cursor/skills/ instead of a project directory.
Feedback
Found a bug, missing a skill, or have a suggestion?
- GitHub Issues — open an issue
- Discord — reach out in the Art Blocks Discord