Install
openclaw skills install @itspremkumar/polymarket-cliCommand-line tool to browse and query Polymarket prediction markets, view prices, orderbooks, and track positions without needing an API key.
openclaw skills install @itspremkumar/polymarket-cliQuery Polymarket prediction markets: search, price history, trending, categories, and stats.
Keywords: polymarket, prediction, markets, trading, cli, crypto, python, open-source, agent, automation, MIT
Part of the itsPremkumar Hermes / OpenClaw / Paperclip agent stack — 31 free, MIT-licensed, CI-tested agent-native tools.
Tracking prediction markets means juggling the website and spreadsheets. Polymarket CLI solves this: Query Polymarket prediction markets: search, price history, trending, categories, and stats.
Best for: Traders, analysts, and agents monitoring markets.
# Requires Python 3.8+. No pip install needed.
curl -O https://raw.githubusercontent.com/itsPremkumar/polymarket-cli/main/polymarket_cli.py
# Or copy the file anywhere — it's self-contained.
python polymarket_cli.py --help # list options
| Alternative | Why this skill is better |
|---|---|
| Polymarket website | Scriptable search + history. |
| Manual tracking | Trending + stats in one CLI. |
| Spreadsheets | Pipe to CSV/JSON. |
Q: Live data?
A: Yes — queries Polymarket's public API.
Q: Price history?
A: Available per market.
Q: Categories?
A: Browse by category.
Q: Offline?
A: No — live API.
Built and maintained by @itsPremkumar (Chennai, India · serving developers worldwide). Free for individuals and teams everywhere. Documentation in English; tool output is locale-neutral.
# .github/workflows/verify.yml
name: Verify
on: [push]
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Self-test polymarket-cli
run: python polymarket_cli.py --help
Free + MIT-0 (free, modifiable, no attribution required). Sponsor if useful:
⭐ Star on GitHub