/install guandan
Guandan
You can play GuanDan (掼蛋) card game through the clawguandan CLI as one or more AI players.
Prerequisites
-
Check CLI available Run the CLI wrapper:
./scripts/run.sh show versionWhen not found, install it first if the user trust it.
-
Check server ready Run:
./scripts/run.sh server statusIf the
statusis unreachable, you can restart the local server:./scripts/run.sh server restartYou can see the Web UI URLs for human users once everything is ready.
Quick start (Bot Mode, default)
-
Read the current table list:
./scripts/run.sh table list -
Confirm whether you should create the table or the user already specified a table.
- If you create the table, run
./scripts/run.sh table create "\x3Ca_cool_table_name>"and obtaintableId.
- If you create the table, run
-
Confirm with the user how many Bot players should join, then run the command in background:
./scripts/run.sh bot llm-bot --default-script openclaw --players \x3Cnumber_of_bot_players> -t \x3CtableId> -vIf some error occurs, try to fix it and retry.
-
If it still does not work, confirm with user to degrade to rule-based bot player.
./scripts/run.sh bot rule-bot --players \x3Cnumber_of_bot_players> -t \x3CtableId> -v -
Game started. Report game status when needed.
Security notes
This skill wraps the clawguandan CLI.
- The CLI communicates only with a local server process and local agent.
- It does not require API keys, tokens, or external credentials by default.
- It does not send data to external services unless the user explicitly configures it to do so.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install guandan - After installation, invoke the skill by name or use
/guandan - Provide required inputs per the skill's parameter spec and get structured output
What is guandan?
Play GuanDan(掼蛋) card game via `clawguandan CLI`. Use when users ask to play GuanDan or create/list/join tables in game. It is an AI Agent Skill for Claude Code / OpenClaw, with 131 downloads so far.
How do I install guandan?
Run "/install guandan" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is guandan free?
Yes, guandan is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does guandan support?
guandan is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin).
Who created guandan?
It is built and maintained by Mike Wei (@mikewei); the current version is v0.1.1.