← Back to Skills Marketplace
Polymarket Command Center
by
kingmadellc
· GitHub ↗
· v1.1.0
· MIT-0
280
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install polymarket-command-center
Description
Read-only Polymarket interface — browse trending markets, get detailed odds with probability bars, search active markets, and track watchlists. Zero API key...
Usage Guidance
This skill appears to be what it claims: a read-only Polymarket viewer that makes outbound GET requests to gamma-api.polymarket.com and clob.polymarket.com and stores a local watchlist in ~/.openclaw/state/polymarket_watchlist.json. Before installing, review the full scripts/polymarket_commands.py to confirm there are no hidden endpoints or unexpected network calls (the provided excerpt looks clean). Note the minor inconsistencies: SKILL.md documents YAML-based config (~/.openclaw/config.yaml) and requirements.txt includes pyyaml and requests, but the visible code uses urllib and explicitly reads only the JSON watchlist file — verify whether YAML config parsing is implemented in other parts of the script. Be aware the skill will create ~/.openclaw/state and read that watchlist file; if you add slugs there, they will be read and displayed. As best practices: (1) run the code in a restricted environment or review the entire file before use, (2) confirm network endpoints are the expected Polymarket APIs, and (3) if you require a strict audit trail, ensure the skill's logs and state directory are in a location you control.
Capability Analysis
Type: OpenClaw Skill
Name: polymarket-command-center
Version: 1.1.0
The Polymarket Command Center skill is a legitimate read-only interface for fetching prediction market data from public APIs (Gamma and CLOB). The code in polymarket_commands.py uses standard libraries to perform HTTP requests and manages a local watchlist file in the expected OpenClaw state directory (~/.openclaw/state/), with no evidence of data exfiltration, malicious execution, or prompt injection.
Capability Assessment
Purpose & Capability
Name/description describe a read-only Polymarket interface and the included code and docs show only GET requests to public Gamma and CLOB endpoints; no credentials, special binaries, or surprising external services are requested.
Instruction Scope
SKILL.md describes trending/odds/search/watchlist features and points to config via ~/.openclaw/state/polymarket_watchlist.json or ~/.openclaw/config.yaml. The provided script clearly implements watchlist reading from ~/.openclaw/state/polymarket_watchlist.json and network calls to Gamma/CLOB. There is a minor inconsistency: the docs mention YAML config support (config.yaml) but the visible script portion only shows JSON watchlist loading; the presence of requirements including pyyaml suggests YAML support was intended but not visible in the truncated file. This is a documentation vs implementation mismatch, not an outright scope creep.
Install Mechanism
No install spec — instruction-only plus a Python script and requirements.txt. No downloads from arbitrary URLs or extract steps. The code is local and will run using standard Python libraries (requirements list contains requests and pyyaml).
Credentials
Skill declares no environment variables or credentials. The code creates/reads ~/.openclaw/state and reads a local watchlist JSON file — this is proportionate to the watchlist feature. No access to unrelated secrets or system-wide configs is requested.
Persistence & Privilege
always is false; skill will create and use ~/.openclaw/state (its own data directory) but does not request permanent platform-wide privileges or modify other skills. Autonomous invocation is allowed by default (platform norm) and is not combined with other red flags.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install polymarket-command-center - After installation, invoke the skill by name or use
/polymarket-command-center - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
v1.1.0: unified stack release
v1.0.0
Initial release of Polymarket Command Center.
Browse, search, and monitor Polymarket prediction markets in real time—no API key needed.
- Provides “trending”, “odds”, “search”, and “watchlist” commands using public Gamma and CLOB APIs with thread-safe caching.
- Displays trending markets, detailed market odds (with probability bars, volume, liquidity, close/date info), and fast client-side market search.
- Watchlist support via local config file.
- No authentication or configuration required; zero credentials.
- In-memory, thread-safe LRU cache optimizes performance for concurrent requests.
- Output designed for maximum clarity, including tip prompts, status codes, and Polymarket links.
Metadata
Frequently Asked Questions
What is Polymarket Command Center?
Read-only Polymarket interface — browse trending markets, get detailed odds with probability bars, search active markets, and track watchlists. Zero API key... It is an AI Agent Skill for Claude Code / OpenClaw, with 280 downloads so far.
How do I install Polymarket Command Center?
Run "/install polymarket-command-center" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Polymarket Command Center free?
Yes, Polymarket Command Center is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Polymarket Command Center support?
Polymarket Command Center is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Polymarket Command Center?
It is built and maintained by kingmadellc (@kingmadellc); the current version is v1.1.0.
More Skills