bowen31337

Polymarket Agent Skills — Data skill for Claude Code

Data community

Polymarket agent skill for Claude Code, Cursor, Windsurf, and other AI coding assistants.

How to install Polymarket Agent Skills

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

What Polymarket Agent Skills does

Polymarket agent skill for Claude Code, Cursor, Windsurf, and other AI coding assistants. Trade prediction markets, research events, stream real-time data.

Alternatives in Data

  • Claude Code Usage Monitor — by Maciek-roboblog - A real-time terminal-based tool for monitoring Claude Code token usage 7k ★
  • HTML Video — Programmatic video for coding agents — HTML to video on your laptop 4.5k ★
  • Azure Event Hub Java — Real-time high-throughput streaming for Java 1.8k ★

README

Polymarket Agent Skills

A comprehensive agent skill for interacting with the [Polymarket](https://polymarket.com) prediction markets platform. Works with Claude Code, Cursor, Windsurf, and other AI coding assistants.

Features

  • Full API Coverage: CLOB, Gamma, Data, and Bridge APIs
  • Real-time Streaming: WebSocket support for market and user data
  • Trading: Place, cancel, and manage orders
  • Research: Discover markets, analyze prices, track positions
  • Authentication: EIP-712 (L1) and HMAC-SHA256 (L2) support

Installation

Claude Code (Terminal)

# Clone the skill to your Claude Code skills directory
git clone https://github.com/bowen31337/polymarket-agent-skills.git ~/.claude/skills/polymarket

# Or add as a custom skill path in settings
claude config set skillsPath ~/.claude/skills

Then in any conversation:

Use the polymarket skill to find active markets about AI

Cursor

  1. Clone the repository:

    git clone https://github.com/bowen31337/polymarket-agent-skills.git
  2. Add to your project's `.cursor/skills/` directory:

    mkdir -p .cursor/skills
    cp -r polymarket-agent-skills .cursor/skills/polymarket
  3. Or reference in `.cursorrules`:

    Use the polymarket skill from .cursor/skills/polymarket for prediction market tasks.

Windsurf

  1. Clone to your Windsurf skills directory:

    git clone https://github.com/bowen31337/polymarket-agent-skills.git ~/.windsurf/skills/polymarket
  2. Reference in your cascade:

    @skill polymarket
    Find markets about the 2024 election

Cline / Continue / Other VS Code Extensions

  1. Clone the repository to your project:

    git clone https://github.com/bowen31337/polymarket-agent-skills.git ./skills/polymarket
  2. Add to your AI assistant's context:

    Use the skill defined in ./skills/polymarket/SKILL.md for Polymarket tasks

Generic Setup (Any Ag