Scryfall Mtg Skill — Data skill for Claude Code
Claude Code skill for looking up real Magic: The Gathering card data via Scryfall — full advanced search syntax + offline name lookup from a local bulk-data index.
How to install Scryfall Mtg Skill
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open feruiz/scryfall-mtg-skill and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Scryfall Mtg Skill does
Claude Code skill for looking up real Magic: The Gathering card data via Scryfall — full advanced search syntax + offline name lookup from a local bulk-data index.
Alternatives in Data
- Context Mode — Benchmark Results — Benchmarked against real outputs from popular Claude Code MCP servers, Skills, and dev tools 5.6k ★
- Osint Employees — Gather employee names + email patterns for password spray prep 4.5k ★
- HTML Video — Programmatic video for coding agents — HTML to video on your laptop 4.5k ★
README
Scryfall — Claude Code skill
An [agent skill](https://claude.com/claude-code) that teaches Claude Code to look up real *Magic: The Gathering* card data via the [public Scryfall API](https://scryfall.com/docs/api) instead of answering from memory — mana cost, rules text, type, power/toughness, format legality, price, and images.
Built for anyone building/tuning decks with Claude's help who's tired of it guessing a card's cost or text from memory.
What it solves
- Reliable data source: every lookup returns real Scryfall data, not the model's memory.
- Full advanced search syntax: the same syntax used on scryfall.com (
c:,t:,o:,f:,usd, etc.), documented in `references/search-syntax.md` — including gotchas likec:g(includes green) vsc=g(exactly green). - Local, offline name lookup:
scripts/card_lookup.pyqueries a local SQLite index built from Scryfall's ownoracle_cardsbulk data (~38,000 cards) instead of the live API — a full 100-card decklist resolves in well under a second, with zero network calls and no rate limit to manage. - Stays current on your terms:
scripts/update_bulk_data.pychecks Scryfall's realupdated_attimestamp for the bulk data and only re-downloads when there's something newer — safe to run anytime, a no-op when already current. - Rate limit respected everywhere else: advanced search (
/cards/search) still hits the live API, since it depends on the whole database — the skill and its docs make sure that stays within Scryfall's hard 2 requests/second limit.
Installation
Claude Code skills live in `~/.claude/skills//` (personal, all projects) or in `.claude/skills//` inside a repository (that project only).
**Option 1 — clone straight into place:**
git clone https://github.com/feruiz/scryfall-mtg-skill.git ~/.claude/skills/scryfall
**Option 2 — clone elsewhere and symlink** (handy if you want to pull updates via `git pull` in a sepa
Related Skills
Claudoscope
29 Native macOS menu bar app for Claude Code session analytics. Token/cost tracking, full-text search, real-ti
Ground My Shopware
Agent skill: Shopware ships almost every component you need and tells you nothing when you ask for one wrongly
Analytics Agent
Marketing analytics agent — your AI runs REAL queries in your PostHog/GA4/Search Console and records results w
Snowpro Core Prep
A local, offline-first study app for the Snowflake SnowPro Core (COF-C03) certification — turns a folder of ma
Podcastindex MCP
Podcast Index MCP server for Claude Code and AI agents. 36 tools for podcast search, episode transcripts you c
Codebase Search
Search codebase using CodeSearch index (SQL + semantic). Alias for /cfn-codesearch-search.
Related Agents
Docs Reference
Specialized agent for looking up Protheus documentation - native functions, SX data dictionary, REST APIs, MV
Cnki Researcher
CNKI Research Assistant - helps with literature search, journal lookup, and indexing queries on CNKI (中国知网). U
Searcher
Use this agent to search a codebase knowledge base via 4-layer progressive matching (alias lookup → semantic i