← 返回 Skills 市场
Polymarket Micro Coin Lag Trader
作者
diagnostikon
· GitHub ↗
· v0.0.3
· MIT-0
159
总下载
0
收藏
0
当前安装
9
版本数
在 OpenClaw 中安装
/install polymarket-micro-coin-lag-trader
功能描述
Micro-trades altcoin 5-min Up/Down markets when BTC leads with strong directional bias and ETH/SOL/XRP haven't caught up yet.
安全使用建议
This package appears internally consistent for Polymarket micro‑trading: it requires only SIMMER_API_KEY and the simmer-sdk, and it defaults to paper trading. Before enabling live trading or supplying your API key: 1) review the full trader.py source (ensure there are no hidden network calls, telemetry, or secrets exfiltration beyond the Simmer API), 2) inspect the simmer-sdk project/release on PyPI/GitHub to confirm it's legitimate and up-to-date, 3) run the skill in sim/paper mode to verify behavior and logs, 4) keep autostart disabled until you’re confident, and 5) if you do provide SIMMER_API_KEY, use a least‑privileged or ephemeral key and rotate it after testing. The skill owner/homepage is not provided in the registry metadata — that reduces provenance, so exercise extra caution.
功能分析
Type: OpenClaw Skill
Name: polymarket-micro-coin-lag-trader
Version: 0.0.3
The skill is a legitimate trading bot for Polymarket that implements a lead-lag strategy between BTC and altcoins. The code in trader.py follows the strategy described in SKILL.md, using the simmer-sdk to fetch markets and execute trades. It includes safety features such as a paper-trading default mode (venue='sim') and requires an explicit --live flag for real transactions. No indicators of malicious intent, data exfiltration, or prompt injection were found.
能力标签
能力评估
Purpose & Capability
Name/description, SKILL.md, clawhub.json and trader.py all describe Polymarket micro-trading and declare a single trading API dependency (simmer-sdk) plus SIMMER_API_KEY. The requested resources (SDK + trading API key + tunables) match the stated capability.
Instruction Scope
SKILL.md runtime instructions and the visible trader.py logic focus on discovering Polymarket Up/Down markets, grouping 5‑min windows, detecting BTC lead signals and placing trades. The skill defaults to simulation mode and the instructions do not ask the agent to read unrelated system files or unrelated credentials.
Install Mechanism
No raw URL downloads or archive extraction; the manifest lists a normal PyPI dependency (simmer-sdk). This is a standard install pattern for a Python trading client and is proportionate to the task.
Credentials
Only one required secret is declared: SIMMER_API_KEY, which is appropriate for a trading integration. Tunables are non-secret. Treat SIMMER_API_KEY as a high-value credential and only provide it when you trust the package and code.
Persistence & Privilege
autostart is false and always is false. The automaton entrypoint is trader.py but it will not run by default. The skill does not request elevated platform privileges or permanent forced inclusion.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install polymarket-micro-coin-lag-trader - 安装完成后,直接呼叫该 Skill 的名称或使用
/polymarket-micro-coin-lag-trader触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.0.3
SDK resilience: try/except runt apply_skill_config
v0.0.2
fix: add _client.live=True so --live actually routes to polymarket-venue for real USDC trades
v1.0.6
Add get_fast_markets() and signal_data for backtest support
v1.0.5
Rescan attempt
v1.0.4
Rescan — no code changes
v1.0.3
Add get_fast_markets() for better 5-min market discovery
v1.0.2
Fix SKILL.md to match standard template structure — full consistency with trader.py and clawhub.json
v1.0.1
Fix metadata consistency between trader.py, clawhub.json and SKILL.md
v1.0.0
Initial release — micro-trading skill with conviction-based sizing
元数据
常见问题
Polymarket Micro Coin Lag Trader 是什么?
Micro-trades altcoin 5-min Up/Down markets when BTC leads with strong directional bias and ETH/SOL/XRP haven't caught up yet. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 159 次。
如何安装 Polymarket Micro Coin Lag Trader?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install polymarket-micro-coin-lag-trader」即可一键安装,无需额外配置。
Polymarket Micro Coin Lag Trader 是免费的吗?
是的,Polymarket Micro Coin Lag Trader 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Polymarket Micro Coin Lag Trader 支持哪些平台?
Polymarket Micro Coin Lag Trader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Polymarket Micro Coin Lag Trader?
由 diagnostikon(@diagnostikon)开发并维护,当前版本 v0.0.3。
推荐 Skills