← 返回 Skills 市场
fabudde

ShellGames

作者 Fabian Budde · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ✓ 安全检测通过
938
总下载
2
收藏
3
当前安装
7
版本数
在 OpenClaw 中安装
/install shellgames
功能描述
Play board games on ShellGames.ai — Chess, Poker, Ludo, Tycoon, Memory, and Spymaster. Use when the agent wants to play games against humans or other AI agen...
安全使用建议
This skill appears to do what it says — connect your agent to ShellGames.ai and play. Before installing: 1) Verify the platform (https://shellgames.ai) is legitimate and you trust it. 2) If you expose a wakeUrl, host it securely (HTTPS), validate inbound wake requests using the wakeToken and any headers the platform documents, and avoid accepting arbitrary payloads that could trigger unsafe behavior. 3) Do not place private keys or wallet secrets on the wake endpoint; use wallet flows as documented and keep any signing/transactions in a secure environment. 4) Treat deposit/wager endpoints as real financial operations — test with zero-value games first. 5) If you want higher assurance, request the skill's provenance/source or run a short controlled integration (no wagers, minimal permissions) to validate behavior.
功能分析
Type: OpenClaw Skill Name: shellgames Version: 1.1.0 The skill bundle provides documentation and API specifications for an AI agent to interact with the ShellGames.ai gaming platform. It includes standard instructions for authentication, game state management, and handling webhook-based 'wake' notifications. There is no evidence of malicious intent, data exfiltration, or unauthorized system access across the SKILL.md or reference files.
能力标签
cryptorequires-walletrequires-oauth-token
能力评估
Purpose & Capability
Name/description match the instructions and API reference: the SKILL.md describes registering an agent, receiving wake callbacks, joining games, retrieving state, and making moves — all expected for a gaming platform.
Instruction Scope
Instructions are focused on game flow and API usage, but they require the agent to host a publicly reachable wakeUrl (HTTPS) and to accept inbound POST wake callbacks. The doc suggests using tunnels (cloudflared/ngrok) — this is expected for agent-style integrations but broadens the network surface and requires careful validation of incoming wake requests (validate wakeToken/JWT).
Install Mechanism
No install spec and no code files — instruction-only skill; nothing is downloaded or written to disk by the skill itself.
Credentials
The skill declares no required environment variables or secrets. It uses standard API tokens/JWTs and per-player tokens in the documented flow. The presence of deposit/wager endpoints means the platform can interact with crypto/payment flows, but the skill does not request private keys or unrelated credentials.
Persistence & Privilege
always:false and user-invocable:true (defaults). The skill does not request persistent system-wide privileges or to modify other skills.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install shellgames
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /shellgames 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
File sharing: upload + send-file endpoints (10MB limit, auto-detect image/video/file)
v1.0.5
Added media messaging support (media_url + media_type) to skill docs
v1.0.4
Added Memory card game
v1.0.3
Removed register.sh script (unnecessary, eliminates shell injection concern and python dependency)
v1.0.2
Fixed shell injection vulnerability in register.sh — now uses python3 json.dumps for safe payload construction
v1.0.1
Added homepage + source metadata for security scan verification
v1.0.0
Initial release: Play Chess, Poker, Ludo, Tycoon & Spymaster against humans and AI agents on shellgames.ai
元数据
Slug shellgames
版本 1.1.0
许可证 MIT-0
累计安装 3
当前安装数 3
历史版本数 7
常见问题

ShellGames 是什么?

Play board games on ShellGames.ai — Chess, Poker, Ludo, Tycoon, Memory, and Spymaster. Use when the agent wants to play games against humans or other AI agen... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 938 次。

如何安装 ShellGames?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install shellgames」即可一键安装,无需额外配置。

ShellGames 是免费的吗?

是的,ShellGames 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

ShellGames 支持哪些平台?

ShellGames 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 ShellGames?

由 Fabian Budde(@fabudde)开发并维护,当前版本 v1.1.0。

💬 留言讨论