# Polymarket CLI

> Use this skill when the user wants to interact with Polymarket prediction markets

- Skill: `javimosch/polymarket-cli` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/polymarket-cli`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/polymarket-cli/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/polymarket-cli

---


# Polymarket-cli Plugin

interact with Polymarket prediction markets

## Commands
- `polymarket-cli self version` — Print polymarket-cli version
- `polymarket-cli _ _` — Passthrough to polymarket-cli CLI

## Usage Examples
- "View Polymarket markets"
- "Check market prices"
- "Place a prediction bet"

## Installation

```bash
cargo install polymarket-cli
```

## Examples
```bash
polymarket-cli markets --category politics
polymarket-cli price --market "election-2024"
polymarket-cli positions
```

## Key Features
- Polymarket API integration
- Market browsing
- Price monitoring
- Position management

