Polyhub Skills banner
HubbleVision HubbleVision

Polyhub Skills

AI community

Description

Control your Polymarket copy-trading account from any AI — Telegram, WeChat, Claude Code, OpenClaw, and more.

Installation

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

README

PolyHub Skills 🦞

Control your Polymarket copy-trading account from any AI you already use.

We spent months tracking who actually wins on Polymarket - who's trading, which markets, what edge. These Skills put that data and execution layer directly inside your AI agent.

What you can do

Ask your AI to find the top-performing traders on Polymarket.

Ask it to copy one. Ask it how your portfolio is doing.

It handles the rest.

  • 🔍 polyhub_discover - Browse trader leaderboards, filter by tag, look up any address
  • 📋 polyhub_copy - Create, pause, delete copy trades. Track positions, signals, trades in real time
  • 📊 polyhub_account - Portfolio stats, fee history, manual order placement

Works with **OpenClaw · Claude Code · Codex** - and any platform that supports Skills.

**Telegram & WeChat users:** PolyHub Skills are available on Telegram and WeChat via OpenClaw. Once you have OpenClaw set up, you can chat with your agent and control your PolyHub account directly from either app - no extra configuration needed.


Quick Start

Discover (no setup needed)

`polyhub_discover` works out of the box - no API key required.

# Default host
export POLYHUB_API_BASE_URL="https://polyhub.skill-test.bedev.hubble-rpc.xyz"

Copy Trading & Account (requires API key)

  1. Open PolyHub Web -> avatar menu -> Skills API Key
  2. Click Request API Key and copy it immediately (shown once)
  3. Set environment variables:
export POLYHUB_API_BASE_URL="https://polyhub.skill-test.bedev.hubble-rpc.xyz"
export POLYHUB_API_KEY="phub_..."
  1. Install for your platform:

Platform Guides

Platform Guide
OpenClaw OPENCLAW.md
Codex CODEX.md
Claude Code CLAUDE.md

Directory Structure

openc