← Back to Skills Marketplace
santidev95

mtg-edh-deckbuilder

by santidev95 · GitHub ↗ · v1.0.3
cross-platform ✓ Security Clean
1962
Downloads
1
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install mtg-edh-deckbuilder
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 to be what it claims: a simple Scryfall client. Before installing, note that: - The skill will make outbound HTTP requests to api.scryfall.com for each query, so avoid entering any sensitive data (passwords, tokens, private keys) into search fields because they would be sent to Scryfall. - No credentials are required, and there is no install step that fetches remote code, but the repository owner/homepage is not provided — if you need stronger assurance, inspect the included script (scripts/scryfall_search.py) yourself to confirm behavior. - The skill returns card image URLs and price data from Scryfall; those resources are hosted externally and will be loaded from Scryfall when used. Overall the skill is coherent and proportional to its purpose.
Capability Analysis
Type: OpenClaw Skill Name: Developer: Version: Description: OpenClaw Agent Skill Suspicious High-Entropy/Eval files: 1 The OpenClaw skill bundle for Scryfall MTG card search is classified as benign. The `SKILL.md` provides clear, well-scoped instructions for the AI agent to interact with the Scryfall API, without any prompt injection attempts to subvert its purpose or security. The `scripts/scryfall_search.py` script uses standard Python libraries (`urllib.request`) to make HTTP GET requests exclusively to `https://api.scryfall.com`, which is the stated and expected API endpoint. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or attempts to access sensitive local resources.
Capability Assessment
Purpose & Capability
The name/description (Scryfall MTG card search) matches the included SKILL.md and the Python CLI script which issues requests to https://api.scryfall.com. There are no unrelated environment variables, binaries, or external services requested.
Instruction Scope
SKILL.md restricts runtime behavior to making HTTP requests to Scryfall with a stated User-Agent, respecting rate limits, and formatting results. It does not instruct reading local files, accessing unrelated environment variables, or contacting unexpected endpoints.
Install Mechanism
There is no install spec (instruction-only skill plus a bundled script). Nothing is downloaded or extracted from external URLs and no package manager installs are declared.
Credentials
The skill requires no environment variables, credentials, or config paths. The requests it makes are appropriate for the stated purpose (searching Scryfall).
Persistence & Privilege
always is false and the skill does not request persistent system privileges or modify other skills or system-wide settings. It operates at runtime and performs only outbound API calls to Scryfall.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install mtg-edh-deckbuilder
  3. After installation, invoke the skill by name or use /mtg-edh-deckbuilder
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
Version 1.0.3 (Skill renamed and focused on Scryfall API) - Skill renamed to "scryfall-mtg" and now focuses exclusively on MTG card search via the Scryfall API. - Added detailed API usage and search syntax references. - Old features and files related to deck building, banlists, LigaMagic, and metagame data have been removed. - Partial migration of search and utility scripts to the new `scripts/` and `references/` directories. - SKILL.md rewritten and streamlined for Scryfall API integration.
v1.0.2
- Updated the singleton rule section for extra clarity and explicit language on what can/can’t be duplicated in decks. - Added explicit example marking "2x Counterspell" as not allowed. - No functional or workflow changes.
v1.0.1
- Added requirements.txt for clearer dependency management. - Updated workflow documentation in SKILL.md, including an explicit section on the singleton rule in Portuguese. - Minor edits to SKILL.md for clarity and localization. - No functional changes to core code logic.
v1.0.0
Magic: The Gathering Commander and Duel Commander deck builder skill—first release! - Create Commander/EDH and Duel Commander decks from scratch based on user input. - Supports budget constraints using LigaMagic for Brazilian market prices. - Validates commander legality and deck format rules using up-to-date banlists. - Integrates Scryfall for powerful card searches and deckbuilding. - Generates reports with decklist, mana curve, card type distribution, price breakdown, and synergy explanations.
Metadata
Slug mtg-edh-deckbuilder
Version 1.0.3
License
All-time Installs 0
Active Installs 0
Total Versions 4
Frequently Asked Questions

What is mtg-edh-deckbuilder?

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 1962 downloads so far.

How do I install mtg-edh-deckbuilder?

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

Is mtg-edh-deckbuilder free?

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

Which platforms does mtg-edh-deckbuilder support?

mtg-edh-deckbuilder is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created mtg-edh-deckbuilder?

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

💬 Comments