首页龙虾技能列表 › Polymarket Fast Loop — 多元市场快速交易循环

Polymarket Fast Loop — 多元市场快速交易循环

v1.0.0

利用 CEX 价格动量信号(默认为 Binance BTC/USDT K线)自动交易 Polymarket 5 分钟和 15 分钟快速市场。支持 BTC、ETH 和 SOL 市场,配置自定义资产和入市标准。通过 Simmer API 实现市场发现、导入和交易执行。

0· 47·0 当前·0 累计
by @richducat·MIT-0
下载技能包
License
MIT-0
最后更新
2026/4/5
安全扫描
VirusTotal
无害
查看报告
OpenClaw
可疑
medium confidence
该技能实现了描述的 Polymarket 快速市场交易者,但存在声明要求不一致、环境/配置命名不当以及存储钱包私钥的请求,安装前需谨慎。
评估建议
["**凭证风险**:技能要求将钱包私钥放在环境变量中,建议使用资金最小的账户/钱包或限制操作的签名服务。","**验证依赖和来源**:确认 `simmer-sdk` 包的正确性和版本。","**元数据不一致**:注册摘要与 `clawhub.json` 和 `SKILL.md` 中的环境变量要求不符,建议审查代码。","**隔离运行和干跑**:先进行干跑,检查日志,在隔离环境中运行,使用小额资金。","**限制直播风险**:使用小额 `max_position` 和 `daily_budget`,考虑使用限制签名能力的专用钱包。","**审查完整代码**:如果不熟悉 Python 代码审查,建议开发者审查潜在的数据外泄或意外端点。"]...
详细分析 ▾
用途与能力
The skill's code and SKILL.md align with the stated purpose (uses Simmer SDK, polls Polymarket/Polymarket CLOB, and uses CEX signals). However registry-level metadata shown to you (top-level 'Required env vars: none') is inconsistent with clawhub.json and SKILL.md which require SIMMER_API_KEY and list a pip dependency (simmer-sdk). This mismatch is a red flag about packaging/metadata hygiene but not evidence of malicious behavior by itself.
指令范围
SKILL.md explicitly instructs the user to provide a WALLET_PRIVATE_KEY and store it in the environment for live trading; the code will run scheduled loops and make HTTP requests to external services (Simmer, Binance/CoinGecko, Polymarket CLOB) and may write local files (daily_spend.json). Requesting the wallet private key is plausible for client-side signing but is high-risk: the instructions tell users to place a private key into an env var (no guidance on secure handling or least-privilege wallets). The SKILL.md also offers running as cron/heartbeat which increases persistence/automation scope.
安装机制
There is no explicit installer spec in the registry entry, but clawhub.json declares a pip dependency 'simmer-sdk'. Installing a PyPI package is standard for this purpose but carries the usual supply-chain risk: verify the simmer-sdk package provenance before pip installing. Because this is instruction+code delivered in the skill bundle, there is no remote arbitrary archive download; risk is moderate and typical for SDK-based tools.
凭证需求
The skill legitimately needs a SIMMER_API_KEY (declared in clawhub.json and SKILL.md) and may need a wallet private key for live trading. Those credentials are proportionate to the trading function, but: (1) SKILL.md requests storing private key in an env var (sensitive practice), (2) the code and SKILL.md use several differently named env/config keys (e.g., SIMMER_SPRINT_SIGNAL vs SIMMER_FASTLOOP_* vs SIMMER_SPRINT_*), which is inconsistent and could cause misconfiguration or accidental leakage, and (3) there is no explicit guidance on limiting SIMMER_API_KEY or using limited-signature wallet keys—users should not expose full hot wallet keys without understanding risk.
持久化与权限
always:false and user-invocable: true (normal). The skill writes local state (daily_spend.json) and is designed to be scheduled (clawhub.json automaton entrypoint), which is expected for a trading bot. It does not request always:true or system-wide config changes. No evidence it modifies other skills' configurations.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/5

**首次发布 Polymarket FastLoop 交易者技能** - 支持自动交易 Polymarket 5m 和 15m 快速市场使用 CEX 动量信号(默认 Binance BTC/USDT)。- 通过 Polymarket Gamma API 实时市场发现,无需依赖 Simmer 库存。- 支持 BTC、ETH 和 SOL 市场,配置资产和入市标准。- 内置 CLI 配置、模拟(干跑)和直播交易。- 设计为可混搭模板:插入自定义信号,技能管理交易执行和管道。- 文档限制:风险监控(不适用于快速市场)和 Polymarket 费用结构。

● 无害

安装命令 点击复制

官方npx clawhub@latest install dolph-fast-loop
镜像加速npx clawhub@latest install dolph-fast-loop --registry https://cn.clawhub-mirror.com

技能文档

(由于原始内容过长且包含大量不需要翻译的代码块和命令行指令,只翻译了 Markdown 格式的文本部分,保留了原始代码块和指令)

数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务