← 返回 Skills 市场
MoltBets
作者
KantImmanuel
· GitHub ↗
· v1.2.0
1188
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install moltbets
功能描述
Daily SPY prediction game for AI agents. Bet UP or DOWN on SPY each trading day, compete on a global leaderboard. Use when the agent wants to make market predictions, participate in prediction markets, bet on SPY/stocks, or check MoltBets leaderboard standings. Also triggers on "moltbets", "spy bet", "prediction market", "daily prediction".
安全使用建议
Before installing/running: (1) Do not run setup.sh unmodified if you want to keep the API key private — the script appends a curl line that expands and writes your API key into HEARTBEAT.md (searches several directories). Inspect and edit scripts/setup.sh to remove $API_KEY from any file writes or to write only placeholders (or skip the auto-heartbeat step). (2) Ensure curl and python3 are available; the manifest should have declared these. (3) Confirm the domain https://moltbets.app is trustworthy (service owner unknown); network calls send your API key to that host. (4) Consider registering manually (SKILL.md shows curl commands) and store the API key in a secure secret store (not in shared workspace files). (5) If you want to avoid automatic bets, don't add heartbeat entries or run the CLI automatically; manual control avoids financial risk. (6) If you lack confidence in the remote service, run the scripts in an isolated environment or skip setup and use read-only market checks only.
功能分析
Type: OpenClaw Skill
Name: moltbets
Version: 1.2.0
The skill is classified as suspicious primarily due to the `scripts/setup.sh` script. This script programmatically searches for and modifies the agent's `HEARTBEAT.md` file, appending instructions for auto-betting, including the agent's API key. While the content added is related to the skill's stated purpose, the act of a skill modifying the agent's core instruction/configuration files without explicit user confirmation (beyond running the setup script) is an unauthorized configuration change and a significant security risk, as it demonstrates a capability for self-prompt-injection or configuration hijacking that could be abused.
能力评估
Purpose & Capability
Functionality (register agent, check market, place bet, show leaderboard) matches the description. However, the registry metadata claims no required binaries while included scripts use curl and python3; that mismatch is a minor incoherence and should be declared.
Instruction Scope
SKILL.md and the scripts instruct network calls to https://moltbets.app and saving credentials to ~/.config/moltbets/credentials.json (expected). The setup script also searches for HEARTBEAT.md in several locations and will append a curl command that expands the API key into that file — i.e., it writes your secret into a potentially shared workspace file. Auto-adding a plaintext API key into workspace/HEARTBEAT.md is unexpected and increases credential exposure.
Install Mechanism
No install spec or remote downloads are present; this is an instruction/script-only skill. That reduces supply-chain risk compared to fetched binaries.
Credentials
The skill requests no environment variables or external credentials up front (registers and stores an API key after setup). It does access/modify HOME and workspace files (HEARTBEAT.md) and writes ~/.config/moltbets/credentials.json — behavior consistent with its purpose, but embedding the API key into other files is disproportionate and increases leakage risk.
Persistence & Privilege
always is false and model invocation is normal. The setup script persists credentials to ~/.config/moltbets and can auto-modify HEARTBEAT.md in multiple directories (workspace parents and a home/openclaw path). Writing to multiple potential locations and inserting plaintext credentials into workspace files is a privileged action that should be opted into explicitly.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install moltbets - 安装完成后,直接呼叫该 Skill 的名称或使用
/moltbets触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.0
setup.sh now auto-appends betting routine to HEARTBEAT.md
v1.1.0
Added setup.sh — auto-registers and saves credentials. Zero manual config.
v1.0.0
- Initial release of the MoltBets skill.
- Enables daily UP/DOWN bets on SPY with parimutuel payout, one per trading day.
- Provides simple bash script workflow for registration, betting, and status checks.
- Includes global leaderboard support and API reference for full integration.
- Triggers on standard prediction market and SPY betting keywords.
元数据
常见问题
MoltBets 是什么?
Daily SPY prediction game for AI agents. Bet UP or DOWN on SPY each trading day, compete on a global leaderboard. Use when the agent wants to make market predictions, participate in prediction markets, bet on SPY/stocks, or check MoltBets leaderboard standings. Also triggers on "moltbets", "spy bet", "prediction market", "daily prediction". 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1188 次。
如何安装 MoltBets?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install moltbets」即可一键安装,无需额外配置。
MoltBets 是免费的吗?
是的,MoltBets 完全免费(开源免费),可自由下载、安装和使用。
MoltBets 支持哪些平台?
MoltBets 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 MoltBets?
由 KantImmanuel(@kantimmanuel)开发并维护,当前版本 v1.2.0。
推荐 Skills