← 返回 Skills 市场
129
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install polymarket-btc-momentum
功能描述
Trades Polymarket Bitcoin 5-minute sprint markets using real-time BTC price momentum from Binance. Buys YES when BTC momentum is bullish, NO when bearish.
安全使用建议
This skill appears to do what it says (momentum signal + Polymarket trades), but you should be cautious before installing: 1) The skill requires SIMMER_API_KEY — that key will be used to place real trades when run with --live. Only provide a key with the minimal permissions necessary (if the provider supports restricted or paper-trading keys). 2) The package manifest schedules the script to run every 5 minutes (cron) and marks the automaton as managed, so it may run autonomously on the platform — if you don't want unattended trading, do not install or remove/disable the cron/automaton entry. 3) Prefer running in dry-run/paper mode first and audit the simmer_sdk client behavior and your account's trade logs. 4) Review and, if needed, limit network and credential exposure (rotate the key after testing, restrict the environment where the key is stored). 5) If you want higher assurance, ask the author for a provenance/source (repo/homepage) or run the code in an isolated environment before supplying live credentials.
功能分析
Type: OpenClaw Skill
Name: polymarket-btc-momentum
Version: 1.0.1
The skill is a legitimate trading bot implementation for Polymarket using Binance price data. It follows the stated purpose in SKILL.md, uses standard libraries (requests, simmer-sdk), and contains no evidence of data exfiltration, obfuscation, or malicious execution logic in btc_momentum.py.
能力评估
Purpose & Capability
Name/description, the Python code, and declared dependencies align: the skill fetches Binance public klines, computes an EMA momentum signal, discovers Polymarket sprint markets via a Simmer API client, and can execute trades. The single required secret (SIMMER_API_KEY) is consistent with needing an API key to trade through the simmer_sdk.
Instruction Scope
SKILL.md and the code confine operations to fetching Binance public data, calling simmer_sdk for market discovery/context/trading, and printing/logging. The instructions require SIMMER_API_KEY and installing simmer-sdk/requests. There is no evidence in the code or SKILL.md of unrelated data collection/exfiltration, but SKILL.md leaves some behavioral discretion to the 'agent' (e.g., remixing signals), and the skill will perform real trades when run with --live.
Install Mechanism
No install script is provided; this is instruction/code-only. The manifest lists pip dependencies (simmer-sdk, requests), which is proportionate and expected. No downloads from arbitrary URLs or archive extraction are present.
Credentials
Only SIMMER_API_KEY is required, which is appropriate for the simmer_sdk client used to discover markets and place trades. However, that API key likely grants trading privileges — the user should verify its scope/permissions before supplying it (avoid full account keys if restricted subkeys are possible). No other unrelated secrets are requested.
Persistence & Privilege
clawhub.json includes a cron entry (*/5 * * * *) and an 'automaton.managed: true' entrypoint, meaning the platform may schedule/auto-run the script every 5 minutes. Combined with the ability to execute live trades when provided SIMMER_API_KEY, this creates a higher blast radius (automated trading without active, per-run consent). The skill itself does not set always:true, but the scheduled/managed automation is functionally similar and should be reviewed.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install polymarket-btc-momentum - 安装完成后,直接呼叫该 Skill 的名称或使用
/polymarket-btc-momentum触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- No code or documentation changes detected in this version.
- Version number updated to 1.0.1.
- No user-facing modifications.
v1.0.0
- Initial release of BTC Momentum Trader.
- Trades Polymarket's 5-minute Bitcoin "Up or Down" sprint markets using real-time BTC price momentum from Binance.
- Implements EMA crossover with volume confirmation for trade signals.
- Includes context checks for slippage and warning flags before trading.
- Features flexible architecture for remixing with other exchanges, timeframes, or custom signals.
元数据
常见问题
Polymarket Btc Momentum 是什么?
Trades Polymarket Bitcoin 5-minute sprint markets using real-time BTC price momentum from Binance. Buys YES when BTC momentum is bullish, NO when bearish. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 129 次。
如何安装 Polymarket Btc Momentum?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install polymarket-btc-momentum」即可一键安装,无需额外配置。
Polymarket Btc Momentum 是免费的吗?
是的,Polymarket Btc Momentum 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Polymarket Btc Momentum 支持哪些平台?
Polymarket Btc Momentum 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Polymarket Btc Momentum?
由 azvn2610(@azvn2610)开发并维护,当前版本 v1.0.1。
推荐 Skills