/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.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install guandan - 安装完成后,直接呼叫该 Skill 的名称或使用
/guandan触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
guandan 是什么?
Play GuanDan(掼蛋) card game via `clawguandan CLI`. Use when users ask to play GuanDan or create/list/join tables in game. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 131 次。
如何安装 guandan?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install guandan」即可一键安装,无需额外配置。
guandan 是免费的吗?
是的,guandan 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
guandan 支持哪些平台?
guandan 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin)。
谁开发了 guandan?
由 Mike Wei(@mikewei)开发并维护,当前版本 v0.1.1。