← 返回 Skills 市场
Polymarket Food Agriculture Trader
作者
diagnostikon
· GitHub ↗
· v0.0.3
· MIT-0
377
总下载
0
收藏
0
当前安装
6
版本数
在 OpenClaw 中安装
/install polymarket-food-agriculture-trader
功能描述
Trades Polymarket prediction markets on food commodity prices, crop yields, drought-driven supply shocks, alternative protein milestones, and agricultural po...
安全使用建议
This skill appears coherent and implements a paper-first Polymarket trading strategy. Before installing: 1) Keep SIMMER_API_KEY secret and understand it's a high-value credential — only supply keys with the minimum privileges you trust (or use a key that cannot execute live trades if possible). 2) Test thoroughly in paper mode (the default) and review how you would enable live mode (--live) to avoid accidental real trades. 3) Audit the 'simmer-sdk' dependency if you require greater assurance (pip packages run code on install/runtime). 4) Be aware that autonomous agent invocation could execute this skill; rely on autostart=false and platform controls to prevent unintended runs or live trades.
功能分析
Type: OpenClaw Skill
Name: polymarket-food-agriculture-trader
Version: 0.0.3
The skill is a specialized trading bot for Polymarket agricultural prediction markets, using a strategy based on USDA report timing and commodity supply concentration. The implementation in `trader.py` is transparent, matches the documentation in `SKILL.md`, and includes safety features such as a mandatory `--live` flag for real trades and bid-ask spread filters. No indicators of data exfiltration, prompt injection, or malicious execution were found.
能力标签
能力评估
Purpose & Capability
Name/description describe a Polymarket trader and the package requires only the Simmer SDK and a single SIMMER_API_KEY credential, which is appropriate for a trading integration. The included logic (market discovery, conviction sizing, harvest-cycle bias) matches the stated trading strategy.
Instruction Scope
SKILL.md and trader.py stay within trading scope: they describe market discovery, sizing, and execution. The skill defaults to paper trading and documents the --live flag for real trades. Instructions do not ask the agent to read unrelated system files or additional environment variables beyond those declared.
Install Mechanism
No custom install/download steps are present; the manifest declares a pip dependency on 'simmer-sdk' (a reasonable, traceable package for this purpose). There are no URLs, extract steps, or unusual installers in the package.
Credentials
Only SIMMER_API_KEY (the trading API key) and configurable SIMMER_* tunables are required. That single high-value credential is proportionate to a trading skill. The code reads only these env vars; nothing else is requested.
Persistence & Privilege
always:false and autostart:false; automaton entrypoint exists but defaults to paper mode. The skill does not request elevated platform privileges or modify other skills. Autonomous invocation is allowed by default on the platform but is not combined here with any other concerning privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install polymarket-food-agriculture-trader - 安装完成后,直接呼叫该 Skill 的名称或使用
/polymarket-food-agriculture-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.3
Wider thresholds, lower filters, add get_fast_markets + bulk scan, backward-compatible
v1.0.2
Fix apply_skill_config AttributeError for new Simmer SDK compatibility
v1.0.1
- Major overhaul: strategy and signal logic now explain harvest cycle and commodity concentration edges, adding conviction-based trade sizing with a detailed bias function.
- Expanded and clarified which food/agriculture markets have the strongest alpha (crop calendar, WASDE timing, cocoa/coffee supply).
- Tunable risk and execution parameters are now fully detailed and include new sizing thresholds.
- Default signal is now conviction-based, combining market probability and built-in context heuristics—external APIs no longer required.
- Additional example keyword list, market logic, and remix suggestions provided for custom agent extensions.
v1.0.0
- Initial release of Food & Agriculture Trader for Polymarket prediction markets
- Supports trading on food commodities, crop yields, drought events, alternative proteins, and ag policy milestones
- Incorporates data from USDA, FAO, CME futures, World Bank, and satellite crop monitoring
- Default mode is paper trading with safeguards; live trading enabled with a specific flag
- All risk and trading parameters are tunable via Simmer UI
- Requires a SIMMER_API_KEY for authorization and uses the simmer-sdk dependency
元数据
常见问题
Polymarket Food Agriculture Trader 是什么?
Trades Polymarket prediction markets on food commodity prices, crop yields, drought-driven supply shocks, alternative protein milestones, and agricultural po... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 377 次。
如何安装 Polymarket Food Agriculture Trader?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install polymarket-food-agriculture-trader」即可一键安装,无需额外配置。
Polymarket Food Agriculture Trader 是免费的吗?
是的,Polymarket Food Agriculture Trader 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Polymarket Food Agriculture Trader 支持哪些平台?
Polymarket Food Agriculture Trader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Polymarket Food Agriculture Trader?
由 diagnostikon(@diagnostikon)开发并维护,当前版本 v0.0.3。
推荐 Skills