← Back to Skills Marketplace
8810
Downloads
27
Stars
0
Active Installs
7
Versions
Install in OpenClaw
/install polymarket-agent
Description
Research Polymarket markets, whale flow and smart money; optionally trade a Polygon wallet behind deterministic risk guard-rails.
Usage Guidance
Install only if you want a tool that can manage a dedicated Polymarket wallet and potentially place real orders. Keep dry-run on until tested, prefer the encrypted keystore over POLYMARKET_KEY, fund only a dedicated wallet with money you can lose, and avoid enabling autonomous mode unless you accept time-boxed orders without per-order confirmation.
Capability Assessment
Credentials
The skill declares its POLYMARKET_* environment variables, uses fixed Polymarket API hosts, and keeps env-key use as an opt-in legacy fallback; network and credential access are proportionate to the optional trading function.
Install Mechanism
Installation creates a local Python virtualenv, installs pinned dependencies from requirements.txt, and creates a private state directory; I found no automatic cron setup or hidden installer behavior.
Instruction Scope
Runtime instructions strongly separate research from trading, require specific user intent for orders and schedules, forbid inferred trades, and warn against obeying external market/news text as instructions.
Persistence & Privilege
Persistence is limited to a user-state directory for encrypted keystore, config, journal, kill switch, alert deduplication, and optional user-confirmed cron examples; autonomous mode is time-boxed, capped, journaled, and blocked by the kill switch.
Purpose & Capability
The skill can custody a Polygon wallet key, read balances/orders, place Polymarket orders, and optionally run autonomous mode, but these high-impact capabilities are disclosed in SKILL.md and align with its stated trading purpose.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install polymarket-agent - After installation, invoke the skill by name or use
/polymarket-agent - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.1.3
Fixes a High-severity finding (SkillSpector E2, 0.93 confidence) surfaced by the 2.1.2 scan: POLYMARKET_KEY was checked before the encrypted keystore and activated on mere presence, with no warning at use-time. Now the keystore is tried first; the env var is a gated fallback requiring the new POLYMARKET_ALLOW_ENV_KEY=1, and warns on every actual use, not just in poly doctor. 3 new tests cover the precedence and gating.
v2.1.2
Response to ClawHub's SkillSpector scan (score 49, CAUTION) on 2.1.0/2.1.1: raised requests floor to 2.33.0 for CVE-2026-25645, and split/tightened SKILL.md's trigger table so broad phrases can't activate wallet/trading actions outside a Polymarket context. Autonomous mode reviewed and kept as-is (see CHANGELOG.md for reasoning) — already gated by explicit opt-in, 24h expiry, financial caps, and kill-switch override.
v2.1.1
Restore skill-card.md — 2.1.0 removed it assuming server-side generation, but the registry needs the file present in the artifact to serve it. Content updated for 2.1.0's whale-tracking and smart-money features.
v2.1.0
Whale tracking, smart-money leaderboard, and recurring alerts with dedup — plus 5 accounting bugs found reviewing 2.0.0 (worst one: open-order counter only grew, blocking all trading after 10 orders). Manifest fix: removed a permissions field that does not exist in the ClawHub schema; env vars now properly declared. Added: poly whales / leaderboard / trader / holders / quote, --alert mode with NO_REPLY suppression for cron, shared HTTP layer with backoff. Full changelog in CHANGELOG.md.
v1.0.2
Fixed install.sh for Ubuntu 24.04+ (uses venv for PEP 668 compliance)
v1.0.1
Added clear post-install instructions for poly CLI setup
v1.0.0
Initial public release of polymarket-agent:
- Autonomous agent for Polymarket prediction markets: monitors, researches, analyzes, and identifies trading opportunities.
- Integrates with `poly` CLI for market data, balances, and trading.
- Mandatory web search and social sentiment research to inform trading recommendations.
- Uses advanced strategies: news scalping, arbitrage, sentiment analysis, whale watching, event-based trading, and resolution decay.
- Remembers user trade history, market interests, and risk preferences using Clawdbot memory.
- Provides structured market analysis and risk summaries before suggesting or executing trades.
- Supports scheduled alerts, proactive daily briefings, and topical opportunity scans.
Metadata
Frequently Asked Questions
What is Polymarket Agent?
Research Polymarket markets, whale flow and smart money; optionally trade a Polygon wallet behind deterministic risk guard-rails. It is an AI Agent Skill for Claude Code / OpenClaw, with 8810 downloads so far.
How do I install Polymarket Agent?
Run "/install polymarket-agent" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Polymarket Agent free?
Yes, Polymarket Agent is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Polymarket Agent support?
Polymarket Agent is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Polymarket Agent?
It is built and maintained by AndréLanD (@andretuta); the current version is v2.1.3.
More Skills