← 返回 Skills 市场
81
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tcg-strategy-advisor
功能描述
Clarify a card game win condition and turn it into a stable structure across main engine, draw, interaction, finishers, and backup lines. Use when the user w...
安全使用建议
This skill appears coherent and local-only: it parses user-provided deck descriptions and returns structured advice without requiring credentials or external downloads. Before installing or running it in a privileged environment, review the full handler.py (the provided snippet was truncated) to confirm there are no hidden network calls, subprocess executions, or unexpected file accesses. Run the included tests in an isolated environment (container or VM) to verify behavior, and avoid giving it any sensitive tokens or mounting host secrets when you execute it.
功能分析
Type: OpenClaw Skill
Name: tcg-strategy-advisor
Version: 1.0.0
The skill is a logic-based TCG strategy advisor that processes user-provided deck ideas into structured archetypes (aggro, control, etc.). Analysis of handler.py and SKILL.md shows no evidence of data exfiltration, shell execution, or malicious prompt injection; the code uses standard library functions for string processing and lacks any network or sensitive file access.
能力标签
能力评估
Purpose & Capability
The name, description, SKILL.md, and included tests all align: the skill analyzes a proposed win condition and produces a structured deck plan. There are no unexpected service integrations, required binaries, or environment variables declared.
Instruction Scope
SKILL.md stays narrowly scoped to collecting deck-design inputs and producing structured recommendations; it explicitly states it will not query live metagame data. The visible handler code reads the local SKILL.md and parses user inputs to generate output, which is consistent with the declared scope.
Install Mechanism
No install specification is provided (instruction-only installation); the repository contains handler.py and tests but no network-based installer or download step. That keeps the on-disk footprint limited to the included files.
Credentials
No environment variables, credentials, or config paths are required. The visible code uses only local file access (to read SKILL.md) and standard libraries; nothing requests secrets or unrelated system access.
Persistence & Privilege
The skill does not request always: true and uses default invocation controls. It does read its own SKILL.md but does not appear to modify other skills or global agent settings in the visible code.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tcg-strategy-advisor - 安装完成后,直接呼叫该 Skill 的名称或使用
/tcg-strategy-advisor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of tcg-strategy-advisor.
- Provides a structured framework to clarify win conditions and organize deck ideas into key components (engine, draw, interaction, finishers, backup).
- Suitable for evaluating deck archetypes and play patterns without referencing live metagame data.
- Focuses on helping users build stable, purpose-driven decks and avoid common construction mistakes.
- Guidance is transferable across both card games and real-life resource planning.
元数据
常见问题
Tcg Strategy Advisor 是什么?
Clarify a card game win condition and turn it into a stable structure across main engine, draw, interaction, finishers, and backup lines. Use when the user w... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 81 次。
如何安装 Tcg Strategy Advisor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tcg-strategy-advisor」即可一键安装,无需额外配置。
Tcg Strategy Advisor 是免费的吗?
是的,Tcg Strategy Advisor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Tcg Strategy Advisor 支持哪些平台?
Tcg Strategy Advisor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Tcg Strategy Advisor?
由 haidong(@harrylabsj)开发并维护,当前版本 v1.0.0。
推荐 Skills