A high-performance Magic: The Gathering card data retrieval skill powered by the Scryfall API for AI agents.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install scryfall-cards
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install scryfall-cards using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Scryfall MTG Card Search skill provides a robust interface for AI agents to interact with the Scryfall API, the industry-standard database for Magic: The Gathering. This integration allows users to query vast amounts of card data, including oracle text, mana costs, legalities, and real-time market pricing. Designed for developers and hobbyists using Openclaw Skills, it simplifies the process of bringing MTG intelligence into automated workflows.
By utilizing this skill, agents can handle complex card lookups ranging from simple name searches to intricate filtered queries based on game mechanics, artist, or rarity. It handles technical requirements like rate limiting and custom headers automatically, ensuring a seamless experience when building card-centric applications.
To get started with this skill in the context of Openclaw Skills, ensure your environment is configured to execute Python scripts. No API key is required for basic access.
# Search for a card by name
python3 scripts/scryfall_search.py search "lightning bolt"
# Lookup a card using fuzzy matching
python3 scripts/scryfall_search.py named --fuzzy "jac bele"
# Get a random card with a specific filter
python3 scripts/scryfall_search.py random --query "t:dragon"
Ensure your implementation includes the mandatory headers: User-Agent: OpenClawMTGSkill/1.0 and Accept: application/json.
The skill organizes card data into a structured format for easy extraction. Below are the primary fields prioritized by the Openclaw Skills integration:
| Field | Description | Example |
|---|---|---|
name |
The full name of the card | "Black Lotus" |
mana_cost |
The mana cost including symbols | "{3}" |
oracle_text |
The official rules text of the card | "{T}, Sacrifice Black Lotus: Add..." |
image_uris |
Links to image assets (normal, large, art_crop) | "https://..." |
prices |
Current market value (usd, usd_foil, eur) | "0.99" |
legalities |
Format status (standard, modern, etc.) | "legal" |
c:red pow=3).Loading
A professional-grade integration for querying Magic: The Gathering card data, pricing, and imagery via the Scryfall API.

A comprehensive search and retrieval skill for Magic: The Gathering card data using the professional Scryfall API.

A personalized entry-point skill designed for system verification and customized greeting workflows on dedicated server environments.

A robust framework for executing multi-step project roadmaps and QA pipelines autonomously using a heartbeat-driven execution model.

Archon is a comprehensive decentralized identity system providing local node management, DID operations, and secure vault storage for AI agents.

A SQLite-powered persistent memory system that gives AI agents structured self-knowledge, identity continuity, and long-term fact retention.








































