← 返回 Skills 市场
Polymarket Macro Fear Index Trader
作者
diagnostikon
· GitHub ↗
· v0.0.3
· MIT-0
200
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install polymarket-macro-fear-index-trader
功能描述
Builds a custom fear index from ALL Polymarket markets by aggregating geopolitical escalation, falling crypto, extreme weather, and rising disease signals in...
安全使用建议
This skill appears coherent for building a fear index and trading via Simmer/Polymarket. Before installing: 1) Verify the simmer-sdk package source and review its permissions (pip packages can contain arbitrary code). 2) Treat SIMMER_API_KEY as a real trading credential — prefer a key with limited scope and start in paper mode to validate behavior. 3) Note the documentation mismatch: it says 'ALL' markets but the implementation fetches a limited set (e.g., limit=200) — if you expect exhaustive coverage, ask the author or audit the code. 4) Keep autostart disabled and require explicit --live to avoid accidental real trades; consider rotating/revoking the API key after testing. If you want extra assurance, have a trusted developer review simmer-sdk usage and the remainder of trader.py (the file was truncated in the package preview).
功能分析
Type: OpenClaw Skill
Name: polymarket-macro-fear-index-trader
Version: 0.0.3
The skill implements a macro fear index trading strategy for Polymarket using the `simmer-sdk`. It categorizes markets (geopolitical, crypto, health, weather) to calculate a composite fear score and executes trades based on market regimes (Panic, Complacency, Neutral). The code in `trader.py` includes safety features such as defaulting to paper trading (sim mode) and requiring an explicit `--live` flag for real transactions. No evidence of data exfiltration, malicious execution, or prompt injection was found in `SKILL.md` or the source code.
能力标签
能力评估
Purpose & Capability
The skill claims to aggregate Polymarket 'ALL' markets but both SKILL.md and the code reference a bounded retrieval (get_markets(limit=200)). Required pieces (SIMMER_API_KEY, simmer-sdk) are appropriate for trading on Polymarket via the Simmer platform.
Instruction Scope
SKILL.md and trader.py stick to market discovery, classification, scoring, and trading. The runtime instructions and code only reference declared SIMMER_ env vars and the SIMMER_API_KEY. The skill defaults to paper trading and only executes real trades with an explicit --live flag.
Install Mechanism
No custom install script is included; clawhub.json lists a pip dependency (simmer-sdk). This is a standard, expected install vector for an SDK-backed trading skill (moderate trust in the package source is assumed).
Credentials
Only SIMMER_API_KEY and SIMMER_ prefixed tunables are used. These are proportional to a trading agent that needs authority to query markets and place orders. No unrelated credentials or system paths are requested.
Persistence & Privilege
always:false and autostart:false; autonomous invocation is allowed by platform default but the skill is safe-by-default (paper mode) and requires explicit --live to place real trades. The skill does not request elevated system-wide privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install polymarket-macro-fear-index-trader - 安装完成后,直接呼叫该 Skill 的名称或使用
/polymarket-macro-fear-index-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 Fear Index Trader skill.
- Aggregates Polymarket market signals across geopolitical, crypto, health, and weather categories to create a custom fear index.
- Automatically detects market regimes (panic, complacency, neutral) and dynamically buys oversold or sells overpriced markets based on fear index thresholds.
- All risk parameters, thresholds, and weights are tunable via environment variables; paper trading mode is default for safety.
- Integrated filters for liquidity, bid-ask spread, and market resolution time; configurable cron and autostart settings.
- Extensive documentation and template structure for customization and extension with other fear signal sources.
元数据
常见问题
Polymarket Macro Fear Index Trader 是什么?
Builds a custom fear index from ALL Polymarket markets by aggregating geopolitical escalation, falling crypto, extreme weather, and rising disease signals in... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 200 次。
如何安装 Polymarket Macro Fear Index Trader?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install polymarket-macro-fear-index-trader」即可一键安装,无需额外配置。
Polymarket Macro Fear Index Trader 是免费的吗?
是的,Polymarket Macro Fear Index Trader 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Polymarket Macro Fear Index Trader 支持哪些平台?
Polymarket Macro Fear Index Trader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Polymarket Macro Fear Index Trader?
由 diagnostikon(@diagnostikon)开发并维护,当前版本 v0.0.3。
推荐 Skills