behfar-dev

Polymarket CLI Skill — Development skill for Claude Code

Development community

Claude Code skill for the Polymarket CLI — browse prediction markets, trade, and manage wallets from the command line.

How to install Polymarket CLI Skill

This entry records only its repository, not the path inside it, so there is no exact command to give. Open behfar-dev/Polymarket-cli-skill and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Polymarket CLI Skill does

Claude Code skill for the Polymarket CLI — browse prediction markets, trade, and manage wallets from the command line.

Alternatives in Development

  • Agent Of Empires — Manage multiple Claude Code, OpenCode agents from either TUI or Web for easy access on mobile 3.1k ★
  • Skill Decision Support — Present options with trade-offs for informed decision-making — use when choosing between approaches 2.8k ★
  • Chops — 1,000+ macOS app to browse, edit, and manage skills across Claude Code, Cursor, Codex, Windsurf, and Amp 1.1k ★

README

Polymarket CLI Skill

An AI agent skill for the [Polymarket CLI](https://github.com/Polymarket/polymarket-cli) — enabling AI coding agents to browse prediction markets, place trades, manage wallets, and interact with on-chain contracts from the terminal.

What is this?

This is a **skill package** for AI coding agents (Claude Code, Cursor, Codex, Gemini CLI, etc.). It teaches agents how to use the Polymarket CLI effectively — including installation, command syntax, flags, workflows, and troubleshooting.

When installed, your AI agent will automatically know how to:

  • Browse markets — Search, list, and view prediction market details
  • Check prices — View order books, spreads, midpoints, and price history
  • Place trades — Create limit orders, market orders, and manage open orders
  • Manage wallets — Create, import, and configure wallets
  • On-chain operations — Split/merge/redeem conditional tokens, approve contracts, bridge funds
  • Query data — Positions, trade history, leaderboards, open interest

Install

Via [skills.sh](https://skills.sh) (Recommended)

npx skills add behfar-dev/Polymarket-cli-skill

This installs the skill for all supported AI agents in your project.

Manual (Claude Code only)

Copy the `SKILL.md` and `references/` folder into your project's `.claude/skills/` directory.

Skill Structure

SKILL.md                          # Main skill guide (overview, install, config, workflows)
references/
  commands-browsing.md            # Read-only market browsing commands
  commands-trading.md             # CLOB trading & order management
  commands-onchain.md             # Smart contract & CTF operations
  commands-wallet.md              # Wallet management & setup

Prerequisites

The Polymarket CLI must be installed on your machine. Three options:

**Homebrew (macOS/Linux):**

brew tap Polymarket/polymarket-cli https://github.com/Polymarket/polymarket-cli
brew install polymarket

**