← 返回 Skills 市场
Polymarket Macro Sentiment Divergence Trader
作者
diagnostikon
· GitHub ↗
· v0.0.3
· MIT-0
169
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install polymarket-macro-sentiment-divergence-trader
功能描述
Detects macro sentiment divergence across Polymarket prediction markets. When positive-sentiment categories (sports winners, tech milestones, entertainment,...
安全使用建议
This skill appears to do what it says (paper trading by default, live only with --live) and only requests a single trading credential (SIMMER_API_KEY). Before installing or running with real funds: 1) Verify the simmer-sdk package on PyPI and its upstream GitHub repository to ensure it's the legitimate library you expect. 2) Correct/confirm the metadata discrepancy (the registry header you were shown said no required env vars, but clawhub.json and SKILL.md require SIMMER_API_KEY). 3) Keep the API key secret and test thoroughly in paper mode; review trader.py yourself or with a trusted reviewer for any hidden network calls or unexpected behaviors (the provided file appears benign but was truncated in your dump). 4) Confirm the versioning (clawhub.json says version 0.0.2 while the registry lists 0.0.3) and prefer published releases from known authors. If you plan live trading, do a careful code audit and start with minimal capital.
功能分析
Type: OpenClaw Skill
Name: polymarket-macro-sentiment-divergence-trader
Version: 0.0.3
The skill implements a legitimate trading strategy for Polymarket based on macro sentiment divergence. The code in `trader.py` uses the `simmer-sdk` to analyze market probabilities and execute trades, featuring a 'safe by default' paper-trading mode unless explicitly toggled. No evidence of data exfiltration, credential theft, or malicious prompt injection was found in the documentation or logic.
能力标签
能力评估
Purpose & Capability
Name/description, SKILL.md, and trader.py all describe the same capability: discover Polymarket markets, compute a sentiment divergence signal, and place trades via the Simmer SDK. Requiring SIMMER_API_KEY and simmer-sdk is coherent with that purpose.
Instruction Scope
SKILL.md and trader.py focus on market discovery, classification, divergence calculation, and trading. The skill defaults to paper mode (sim) and requires an explicit --live flag for real trades. There are no instructions to read unrelated files or exfiltrate non-essential data.
Install Mechanism
There is no separate install spec, but clawhub.json lists a pip dependency (simmer-sdk). Installing a third‑party PyPI package is a moderate risk: verify the exact package name/version and its upstream repository before installing/run‑time use.
Credentials
The runtime uses a single credential (SIMMER_API_KEY) which is appropriate for trading. However, the top-level skill metadata provided to you earlier claimed "Required env vars: none" while clawhub.json and SKILL.md both require SIMMER_API_KEY — this metadata mismatch is inconsistent and should be corrected/verified. Ensure the API key is treated as high‑value and not leaked.
Persistence & Privilege
autostart/cron are false/null and always is false. The automaton entrypoint exists but nothing runs automatically by default. The skill does not request system‑level privileges or modify other skills' configs (it calls apply_skill_config for its own config if available).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install polymarket-macro-sentiment-divergence-trader - 安装完成后,直接呼叫该 Skill 的名称或使用
/polymarket-macro-sentiment-divergence-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.1
Fix apply_skill_config AttributeError for new Simmer SDK compatibility
v1.0.0
- Initial release of Macro Sentiment Divergence Trader skill.
- Detects and trades logical inconsistencies in macro sentiment across Polymarket categories (positive/negative).
- Classifies markets into sentiment buckets, computes divergence index, and trades against the stale side.
- Flexible safety features: paper trading by default, live trading only with explicit flag.
- Includes extensive parameterization (risk controls, thresholds) and UI integration tunables.
- Integrates with simmer-sdk for market access and trade execution.
元数据
常见问题
Polymarket Macro Sentiment Divergence Trader 是什么?
Detects macro sentiment divergence across Polymarket prediction markets. When positive-sentiment categories (sports winners, tech milestones, entertainment,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 169 次。
如何安装 Polymarket Macro Sentiment Divergence Trader?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install polymarket-macro-sentiment-divergence-trader」即可一键安装,无需额外配置。
Polymarket Macro Sentiment Divergence Trader 是免费的吗?
是的,Polymarket Macro Sentiment Divergence Trader 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Polymarket Macro Sentiment Divergence Trader 支持哪些平台?
Polymarket Macro Sentiment Divergence Trader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Polymarket Macro Sentiment Divergence Trader?
由 diagnostikon(@diagnostikon)开发并维护,当前版本 v0.0.3。
推荐 Skills