A professional-grade integration for querying Magic: The Gathering card data, pricing, and imagery via the Scryfall API.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install scryfall-card
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-card 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 skill provides a robust interface for AI agents to interact with the expansive Scryfall database, which is widely considered the gold standard for Magic: The Gathering data. By incorporating this skill into your ecosystem of Openclaw Skills, your agent gains the ability to perform complex queries across thousands of cards, retrieve high-quality imagery, and access real-time market pricing.
This tool is specifically engineered for developers building deck-building assistants, collection management tools, or research agents that require precise card details. It handles the nuances of the Scryfall API, including its powerful search syntax, allowing for highly specific filtering by color, mana cost, oracle text, and format legality.
To deploy this tool within your collection of Openclaw Skills, ensure you have Python 3.x installed and follow these steps to test the implementation:
# Navigate to your local skill directory
cd skills/scryfall-mtg
# Test a basic card search
python3 scripts/scryfall_search.py search "lightning bolt"
# Search for a card using an exact name match
python3 scripts/scryfall_search.py named --exact "Black Lotus"
# Get a random card with a specific filter
python3 scripts/scryfall_search.py random --query "t:dragon"
The Scryfall MTG skill organizes data into structured objects that are easily consumed by Openclaw Skills. The following fields are prioritized in the data output:
| Field | Description |
|---|---|
name |
The official name of the Magic card |
mana_cost |
The mana symbols required to cast the spell |
type_line |
The full type line including card types and subtypes |
oracle_text |
The official rules text for the card |
image_uris |
A collection of links to various image sizes (small, normal, large) |
prices |
Current pricing data for non-foil, foil, and digital versions |
legalities |
A status map for all major MTG game formats |
c:red pow=3 or f:standard.card_faces array.Loading
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.

An AI-powered writing assistant that researches and generates viral X content using proven copywriting frameworks and algorithm-first strategies.

A high-performance Magic: The Gathering card data retrieval skill powered by the Scryfall API for AI agents.

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








































