← Back to Skills Marketplace
Polymarket Food Agriculture Trader
by
diagnostikon
· GitHub ↗
· v0.0.3
· MIT-0
377
Downloads
0
Stars
0
Active Installs
6
Versions
Install in OpenClaw
/install polymarket-food-agriculture-trader
Description
Trades Polymarket prediction markets on food commodity prices, crop yields, drought-driven supply shocks, alternative protein milestones, and agricultural po...
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install polymarket-food-agriculture-trader - After installation, invoke the skill by name or use
/polymarket-food-agriculture-trader - Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Frequently Asked Questions
What is Polymarket Food Agriculture Trader?
Trades Polymarket prediction markets on food commodity prices, crop yields, drought-driven supply shocks, alternative protein milestones, and agricultural po... It is an AI Agent Skill for Claude Code / OpenClaw, with 377 downloads so far.
How do I install Polymarket Food Agriculture Trader?
Run "/install polymarket-food-agriculture-trader" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Polymarket Food Agriculture Trader free?
Yes, Polymarket Food Agriculture Trader is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Polymarket Food Agriculture Trader support?
Polymarket Food Agriculture Trader is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Polymarket Food Agriculture Trader?
It is built and maintained by diagnostikon (@diagnostikon); the current version is v0.0.3.
More Skills