← Back to Skills Marketplace
santidev95

scryfall-card

by santidev95 · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
1464
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install scryfall-card
Description
Search and retrieve Magic: The Gathering card data using the Scryfall API. Use this skill when the user asks about MTG cards, wants to search for cards by name, type, color, mana cost, oracle text, set, or any other card attribute. Also use for getting card images, prices, rulings, legality information, or random cards. Triggers include mentions of MTG, Magic, Magic: The Gathering, card names, deck building questions, or requests for card information.
Usage Guidance
This skill appears safe and does exactly what it claims: query Scryfall for card data and format results. Before installing, note that it requires outbound network access to api.scryfall.com and will expose card image URLs (which are external links hosted by Scryfall). There are no credentials requested. If you want extra assurance, inspect the full script shipped with the skill (the listing provided was truncated in the prompt) to confirm there are no hidden endpoints or additional behavior. Also respect Scryfall's rate limits when using the skill repeatedly.
Capability Analysis
Type: OpenClaw Skill Name: Developer: Version: Description: OpenClaw Agent Skill Suspicious High-Entropy/Eval files: 1 The skill bundle is benign. The `SKILL.md` provides clear, non-malicious instructions for an AI agent to interact with the Scryfall API. The `scripts/scryfall_search.py` script uses standard Python libraries (`urllib.request`, `json`) to make HTTP GET requests exclusively to `https://api.scryfall.com`, implementing rate limiting and error handling. There is no evidence of data exfiltration, malicious execution, persistence, prompt injection attempts against the agent, or obfuscation. All files are aligned with the stated purpose of searching Magic: The Gathering card data.
Capability Assessment
Purpose & Capability
Name/description (Scryfall MTG card search) match the code and SKILL.md. The script and docs only reference the Scryfall API and card-search functionality; nothing requested or installed is unrelated to that purpose.
Instruction Scope
SKILL.md instructs direct API calls to https://api.scryfall.com with specific headers and rate limiting and points to the included CLI script. Instructions do not ask the agent to read arbitrary filesystem paths, environment variables, or send data to third-party endpoints outside Scryfall.
Install Mechanism
No install spec or external downloads are present. The skill is essentially documentation plus a small Python CLI that uses standard library modules; there are no archives or remote installers referenced.
Credentials
The skill declares no required environment variables or credentials and the code does not read any sensitive env vars. This is proportionate for a public-API read-only integration.
Persistence & Privilege
always: false (default) and the skill does not request persistent system-wide configuration or modify other skills. The default ability for the agent to invoke the skill autonomously is standard and appropriate here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install scryfall-card
  3. After installation, invoke the skill by name or use /scryfall-card
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the scryfall-mtg skill. - Search and retrieve Magic: The Gathering card data using the Scryfall API. - Supports full card search, named lookup, random card retrieval, card suggestions via autocomplete, and card image/pricing info. - Includes error handling for common Scryfall API responses (404, 422, 429). - Provides implementation guidance for common scripting and API usage patterns.
Metadata
Slug scryfall-card
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is scryfall-card?

Search and retrieve Magic: The Gathering card data using the Scryfall API. Use this skill when the user asks about MTG cards, wants to search for cards by name, type, color, mana cost, oracle text, set, or any other card attribute. Also use for getting card images, prices, rulings, legality information, or random cards. Triggers include mentions of MTG, Magic, Magic: The Gathering, card names, deck building questions, or requests for card information. It is an AI Agent Skill for Claude Code / OpenClaw, with 1464 downloads so far.

How do I install scryfall-card?

Run "/install scryfall-card" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is scryfall-card free?

Yes, scryfall-card is completely free (open-source). You can download, install and use it at no cost.

Which platforms does scryfall-card support?

scryfall-card is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created scryfall-card?

It is built and maintained by santidev95 (@santidev95); the current version is v1.0.0.

💬 Comments