Install
openclaw skills install @mikewei/guandanPlay GuanDan(掼蛋) card game via `clawguandan CLI`. Use when users ask to play GuanDan or create/list/join tables in game.
openclaw skills install @mikewei/guandanYou can play GuanDan (掼蛋) card game through the clawguandan CLI as one or more AI players.
Check CLI available Run the CLI wrapper:
./scripts/run.sh show version
When not found, install it first if the user trust it.
Check server ready Run:
./scripts/run.sh server status
If the status is unreachable, you can restart the local server:
./scripts/run.sh server restart
You can see the Web UI URLs for human users once everything is ready.
Read the current table list:
./scripts/run.sh table list
Confirm whether you should create the table or the user already specified a table.
./scripts/run.sh table create "<a_cool_table_name>" and obtain tableId.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 <number_of_bot_players> -t <tableId> -v
If 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 <number_of_bot_players> -t <tableId> -v
Game started. Report game status when needed.
This skill wraps the clawguandan CLI.