Install
$ agentstack add skill-ra1nty-polymarket-cli-polymarket-cli ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Using polymarket-cli
Use this skill when an agent needs public, read-only Polymarket data from this package without calling Gamma, CLOB, or Data API endpoints directly.
Install the published CLI:
uv tool install polymarket-cli
polymarket-cli --help
For one-off execution without installing:
uvx polymarket-cli --help
When to use polymarket-cli
- Discover markets by keyword, liquidity, volume, tags, or date windows.
- Resolve a market
slugoridinto aconditionIdor outcometoken_id. - Pull spot pricing with
book,midpoint, orprice. - Pull recent public trades for a market condition.
- Pull token price history and locally aggregate it into OHLC or summaries.
- Produce scriptable JSON output for another tool or agent step.
Command patterns
polymarket-cli search bitcoin --limit 5
polymarket-cli list --active-only --sort liquidity --min-liquidity 10000
polymarket-cli market --slug --json
polymarket-cli book --slug --outcome Yes
polymarket-cli history --slug --window 6h --format summary --json
polymarket-cli trades --condition-id --json
Working rules
- Prefer
polymarket-cliin docs, prompts, and automation. - Prefer
--jsonwhenever another step will parse the result. - Use explicit selectors:
--slug,--id,--token-id,--condition-id. - Keep usage read-only. This package does not place orders, manage wallets, or use private/authenticated APIs.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: ra1nty
- Source: ra1nty/polymarket-cli
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.