← 返回 Skills 市场
redrepz

Polymarket Fast Loop

作者 redrepz · GitHub ↗ · v0.1.0
cross-platform ⚠ suspicious
495
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install polymarketbot
功能描述
Trade Polymarket BTC 5-minute and 15-minute fast markets using CEX price momentum signals via Simmer API. Default signal is Binance BTC/USDT klines. Use when...
安全使用建议
This skill is functionally coherent with trading Polymarket sprint markets, but it asks you to supply and store your wallet private key for live trades while the registry only declares an API key requirement — that's the main red flag. Before installing or using it live: (1) treat the wallet private key as highly sensitive — avoid placing it in environment variables on shared hosts or CI; prefer an isolated machine, a hardware wallet, or a signing service with minimal privileges; (2) run the script in dry-run mode extensively and review the simmer-sdk package and the skill code yourself (or in a sandbox) to confirm no unexpected network endpoints or exfil behaviors; (3) ask the maintainer to update the registry metadata to declare WALLET_PRIVATE_KEY (and any other required envs) so the requirement is explicit; (4) if you must run live, limit exposure by using a wallet with only the minimum USDC needed and rotate keys after tests; and (5) consider running this on an isolated VM/container with restricted network access until you're confident of its behavior.
功能分析
Type: OpenClaw Skill Name: polymarketbot Version: 0.1.0 The skill is designed for automated crypto trading on Polymarket, which inherently involves high financial risk and the handling of sensitive credentials. The `SKILL.md` and `fastloop_trader.py` explicitly instruct the user and agent to store the `WALLET_PRIVATE_KEY` (for the Polymarket wallet holding USDC) as an environment variable. While this is necessary for the skill's stated purpose of client-side order signing, storing a private key in an environment variable is a significant security vulnerability. If the agent's execution environment is compromised, this key could be exposed, leading to unauthorized access to user funds. There is no evidence of intentional malicious behavior (e.g., exfiltration of the key to an unauthorized endpoint, backdoors, or malicious prompt injection), but the method of handling such a critical credential makes the skill suspicious due to the high-risk vulnerability it introduces.
能力评估
Purpose & Capability
Name/description match the included code: the script discovers Polymarket 'fast' markets and uses a Simmer SDK client and CEX (Binance/CoinGecko) price feeds to decide trades. The code calls Polymarket's Gamma API and external price APIs which is coherent with the stated purpose.
Instruction Scope
SKILL.md instructs the agent to ask for and store WALLET_PRIVATE_KEY for live trading and to run cron/loops; that is beyond simply needing an API key and introduces a high-sensitivity operation (full wallet control). The instructions also allow writing config.json and daily_spend.json (local state) — expected — but the explicit step to collect the wallet private key expands the scope to custody of funds.
Install Mechanism
There is no install spec (instruction-only with bundled Python script). No external archive downloads or package installs are triggered by the registry metadata. The only dependency referenced is simmer-sdk (and optionally tradejournal), which is consistent with function.
Credentials
Registry-required env vars list only SIMMER_API_KEY, but SKILL.md and the code expect multiple optional SIMMER_SPRINT_* settings and — importantly — instruct the user to supply WALLET_PRIVATE_KEY for live trades. Requesting a private key is a high-privilege, high-risk requirement and it is not declared in the skill metadata. The skill also reads/writes local config/state files; that is reasonable, but the undeclared request for a private key is disproportionate to what the registry claims.
Persistence & Privilege
The skill does not request always:true and does not modify other skills' configs. It writes its own config.json and daily_spend.json in the skill directory (expected). It will perform live trades if run with --live; autonomous invocation is allowed by default but not set to always, which is appropriate for a trading skill.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install polymarketbot
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /polymarketbot 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of Polymarket FastLoop Trader. - Automates trading of Polymarket 5-minute and 15-minute fast markets using CEX price momentum signals (default: Binance BTC/USDT). - Supports BTC, ETH, and SOL fast markets, with asset selection via settings. - Finds live fast markets directly on Polymarket and imports them for trading—no Simmer inventory lag. - Offers customizable trading parameters: entry threshold, momentum percentage, max position size, and more. - Dry-run by default; enable real Polymarket trades with `--live`. - Designed for easy remixing with custom signals or alternative data sources.
元数据
Slug polymarketbot
版本 0.1.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Polymarket Fast Loop 是什么?

Trade Polymarket BTC 5-minute and 15-minute fast markets using CEX price momentum signals via Simmer API. Default signal is Binance BTC/USDT klines. Use when... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 495 次。

如何安装 Polymarket Fast Loop?

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

Polymarket Fast Loop 是免费的吗?

是的,Polymarket Fast Loop 完全免费(开源免费),可自由下载、安装和使用。

Polymarket Fast Loop 支持哪些平台?

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

谁开发了 Polymarket Fast Loop?

由 redrepz(@redrepz)开发并维护,当前版本 v0.1.0。

💬 留言讨论