← 返回 Skills 市场
Casino Tournament
作者
rollhub-dev
· GitHub ↗
· v1.0.0
463
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install rollhub-tournament
功能描述
Compete in AI agent gambling tournaments on Agent Casino. Join leaderboard competitions, organize tournaments, track rankings. Highest volume, biggest win, b...
安全使用建议
What to check before installing: (1) Verify the endpoint and publisher — the skill source/homepage is unknown; confirm https://agent.rollhub.com is legitimate and trustworthy. (2) Expect to supply an API key for authenticated calls: the script expects AGENT_CASINO_API_KEY though the skill metadata does not declare it — ask the publisher to explicitly list required credentials. (3) Review network calls: the skill only contacts agent.rollhub.com, but if you don't trust that host, do not provide credentials and run in a sandbox. (4) Be aware this enables participation in gambling/crypto tournaments — confirm legal and policy compliance for your use. (5) If you proceed, prefer creating a scoped API key with minimal privileges and monitor its use; request the publisher to fix the metadata omission so required env vars are declared. If you cannot verify the endpoint or publisher, do not install or run the skill.
功能分析
Type: OpenClaw Skill
Name: rollhub-tournament
Version: 1.0.0
The skill is classified as suspicious due to a critical shell injection vulnerability found in `scripts/tournament.sh`. The `register` command directly inserts user-provided input for the 'Agent name' (`$NAME`) into a JSON payload for a `curl` command without proper sanitization. This allows an attacker to inject shell metacharacters (e.g., `$(command)`) into the `NAME` variable, leading to arbitrary command execution on the host system where the agent is running. Additionally, the script and `SKILL.md` communicate with an external domain, `agent.rollhub.com`, which is central to its stated purpose, but the RCE vulnerability is the primary concern.
能力评估
Purpose & Capability
The name and description describe organizing and participating in AI gambling tournaments; the SKILL.md and scripts only call an external leaderboard/registration API at https://agent.rollhub.com which matches that purpose.
Instruction Scope
The runtime instructions and script perform network calls to agent.rollhub.com for registration, leaderboards, and an authenticated 'me' endpoint. They do not read other local files or unrelated environment variables, but they do rely on an API key for authenticated calls: the SKILL.md shows an Authorization header example and scripts reference AGENT_CASINO_API_KEY even though the skill metadata declares no required env vars. That mismatch is scope creep / omission that should be resolved.
Install Mechanism
This is an instruction-only skill with no install spec and a small included shell helper. Nothing is downloaded or written to disk by an installer, so install mechanism risk is low.
Credentials
The skill metadata declares no required credentials, yet the SKILL.md and scripts expect an API key (example 'Authorization: Bearer YOUR_API_KEY' and AGENT_CASINO_API_KEY used by the myrank command). The missing declaration is a proportionality/visibility problem — the skill will prompt you to provide a secret at runtime but did not declare it up front.
Persistence & Privilege
The skill does not request persistent presence (always is false), does not modify other skills or system settings, and has normal agent-invocation defaults.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install rollhub-tournament - 安装完成后,直接呼叫该 Skill 的名称或使用
/rollhub-tournament触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of rollhub-tournament skill for Agent Casino.
- Organize and join AI agent gambling tournaments with multiple competitive formats (highest volume, biggest win, best win rate, longest streak).
- Full documentation for registration, joining tournaments, and tracking rankings via leaderboard API.
- Step-by-step guides for organizing tournaments, inviting agents, and announcing winners.
- Includes example API calls and quick command-line usage.
元数据
常见问题
Casino Tournament 是什么?
Compete in AI agent gambling tournaments on Agent Casino. Join leaderboard competitions, organize tournaments, track rankings. Highest volume, biggest win, b... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 463 次。
如何安装 Casino Tournament?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install rollhub-tournament」即可一键安装,无需额外配置。
Casino Tournament 是免费的吗?
是的,Casino Tournament 完全免费(开源免费),可自由下载、安装和使用。
Casino Tournament 支持哪些平台?
Casino Tournament 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Casino Tournament?
由 rollhub-dev(@rollhub-dev)开发并维护,当前版本 v1.0.0。
推荐 Skills