← 返回 Skills 市场
scryfall-card
作者
santidev95
· GitHub ↗
· v1.0.0
1464
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install scryfall-card - 安装完成后,直接呼叫该 Skill 的名称或使用
/scryfall-card触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1464 次。
如何安装 scryfall-card?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install scryfall-card」即可一键安装,无需额外配置。
scryfall-card 是免费的吗?
是的,scryfall-card 完全免费(开源免费),可自由下载、安装和使用。
scryfall-card 支持哪些平台?
scryfall-card 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 scryfall-card?
由 santidev95(@santidev95)开发并维护,当前版本 v1.0.0。
推荐 Skills