Polymarket CLI

v1.0.0

Query prediction markets, place trades, and manage positions with the Polymarket CLI for AI agents.

0· 358·8 current·8 all-time
byIván@ivangdavila
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the requested binary and command set. Required binary (polymarket) and install options (Homebrew/Cargo) are appropriate for a CLI wrapper. There are no unrelated env vars, binaries, or config paths requested.
Instruction Scope
SKILL.md restricts the agent to read-only commands by default and explicitly forbids running wallet commands or reading ~/.config/polymarket/config.json, which aligns with the stated purpose. One ambiguous line — “No config visible to user — use natural language, not 'integration: proactive'” — could be interpreted as guidance to avoid exposing internal flags to users; this is not inherently malicious but is worth checking for transparency when the agent is active. The skill will save a local memory file and may write user preferences to the agent's memory store with consent.
Install Mechanism
Install spec is Homebrew (recommended) with a tap pointing to a GitHub repository and a Cargo option. These are standard package sources; no arbitrary downloads or extract operations are present. Verify the brew tap points to the official Polymarket repo before installing.
Credentials
No environment variables or external credentials are requested by the skill. The architecture notes the CLI config stores private keys in ~/.config/polymarket/config.json, but the skill explicitly instructs the agent not to read or access that file, which is proportionate to the role of an agent that performs read-only queries.
Persistence & Privilege
always is false (normal). The skill intends to persist user preferences in ~/polymarket-cli/memory.md and (with permission) the agent's main memory; this is reasonable for personalization but means the skill can remember tracked markets and activation preferences — ensure you consent to that persistence and review stored preferences periodically.
Assessment
This skill appears coherent for querying and managing Polymarket via the official CLI, but before installing: 1) Confirm the brew tap / GitHub repo is the official Polymarket repo (avoid third-party forks). 2) Never provide private keys or run wallet commands through the agent — follow the skill's advice to run wallet commands yourself. 3) Review and opt in explicitly before allowing the skill to store preferences or track markets (it will write a local memory file and may save settings in the agent memory). 4) Test with read-only commands first (markets, clob price/book) to confirm behavior and endpoints. If you want the agent to place orders, require explicit, per-action confirmation and keep private keys strictly under your control.

Like a lobster shell, security has layers — review code before you run it.

latestvk973fxya0nrkx6tt3gsh4j6sws81tqjj

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

📊 Clawdis
OSLinux · macOS
Binspolymarket

Install

Install Polymarket CLI (Homebrew)
Bins: polymarket
brew install Polymarket/polymarket-cli/polymarket

Comments