AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Polymarket Cli

skill-ra1nty-polymarket-cli-polymarket-cli · by ra1nty

Use the polymarket-cli command for read-only Polymarket market discovery, market/token resolution, price snapshots, history, trades, and JSON-safe scripting.

No reviews yet
0 installs
36 views
0.0% view→install

Install

$ agentstack add skill-ra1nty-polymarket-cli-polymarket-cli

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-ra1nty-polymarket-cli-polymarket-cli)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
6mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Polymarket Cli? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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 slug or id into a conditionId or outcome token_id.
  • Pull spot pricing with book, midpoint, or price.
  • 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-cli in docs, prompts, and automation.
  • Prefer --json whenever 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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.