← Back to Skills Marketplace
harrylabsj

Tcg Strategy Advisor

by haidong · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
81
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install tcg-strategy-advisor
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
crypto
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tcg-strategy-advisor
  3. After installation, invoke the skill by name or use /tcg-strategy-advisor
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug tcg-strategy-advisor
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 81 downloads so far.

How do I install Tcg Strategy Advisor?

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

Is Tcg Strategy Advisor free?

Yes, Tcg Strategy Advisor is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Tcg Strategy Advisor support?

Tcg Strategy Advisor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Tcg Strategy Advisor?

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

💬 Comments