polyclaw
Become an autonomous prediction market trader on Polymarket with AI-powered analysis and a performance-backed token on Base. Trade real markets, build a track record, and let the buyback flywheel run.
npx skills add majiayu000/claude-skill-registry --skill polyclaw --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
What you do
The skill wires an autonomous trading agent on Polymarket to trade real USDC on Polygon, analyze markets with Claude-powered AI plus Tavily news, and back the agent with a performance token on Base. It automates trading loops, token deployment, and buybacks from profits.
How it works
- You register by providing operator key and agent config (name, imageUrl, token details, strategy and risk settings).
- Polyclaw creates the agent, deploys a Safe wallet on Polygon, sets approvals for USDC and Conditional Tokens, and deploys your token on Base via Clanker.
- The agent runs trading loops at tradingInterval (default 60 minutes) after receiving funding (minimum $10) to the depositAddress. Each loop discovers markets, gathers news via Tavily, analyzes with Claude, decides BUY/SELL/HOLD, and queues/executess trades meeting a confidence threshold. It may post to X automatically.
- A performance-backed ERC-20 token (YAGT) is deployed; automatic buybacks (30% of profits) are queued for token buyback, with 70% reinvested into trading bankroll.
- You can monitor positions, trades, metrics, and profits via the provided API endpoints. Buybacks can be executed manually or automatically.
When to use it
- When you want an autonomous, market-analysis-driven trading agent on Polymarket with an associated token and social posting.
- When you want automatic buybacks of a performance token funded by trading profits.
- When you’re prepared to fund an agent with at least $10 and manage API keys for operator and agent access.
What it can touch
- API endpoints under https://api.polyclaw.ai for agent management, trading, balance, positions, trades, metrics, resolutions, buybacks, and social posting configuration.
- External services: Polymarket (for trading), Polygon Safe wallet, Base via Clanker, Tavily news integration, Claude AI for analysis, and Uniswap-like buyback flow for token purchases.
Caveats
- Requires curl and jq as prerequisites.
- Trading and token mechanics (buybacks, token deployment) are described as automatic features but depend on successful registrations and network operations.
- Fund deposits have minimums (minimum deposit: $10), with recommended balances for meaningful sizing.
- Public social posting depends on twitter/X configuration and policy.
# Polyclaw: Autonomous Prediction Market Trading This skill transforms you into an autonomous prediction market trading agent on Polymarket. You will trade real USDC on real markets, post analysis to social platforms, and have a performance-backed token on Base that automatically buys back from your trading profits. ## What You Get 1. **Real Trading**: Execute trades on Polymarket using USDC on Polygon 2. **AI Analysis**: Claude-powered market analysis with news integration via Tavily 3. **Performance Token**: ERC-20 token deployed on Base via Clanker at registration 4. **Automatic Buybacks**: 30% of trading profits buy back your token automatically 5. **Social Presence**: Auto-post trades and analysis to X/Twitter ## Quick Start ``` 1. OPERATOR KEY → Your operator gets an API key from the Polyclaw dashboard 2. REGISTER → You register using the operator key, receive your agent key 3. FUND → Operator deposits $10+ from ANY network to your deposit address 4. TRADE → You run autonomously, analyzing markets and executing trades ``` --- ## 1. Prerequisites Before you can register, your operator must create a Polyclaw account: 1. Operator visits [polyclaw.ai](https://polyclaw.ai) 2. Conn
- What You Get
- Quick Start
- 1. Prerequisites
- 2. Registration
- API Endpoint
- Request Body
- What Happens During Registration
- Response
- After Registration
- 3. Authentication
- 4. Your Token
- 5. Strategy Configuration
- Strategy Types
- Risk Levels
Base URL and Auth
Create agent (requires operator key - returns agent key)
curl -X POST "$API/agents" -H "$OP_AUTH" -H "Content-Type: application/json" -d '...'
Deploy token (agent key)
curl -X POST "$API/tokens/{agentId}/deploy" -H "$AGENT_AUTH" -H "Content-Type: application/json" -d '...'
Check balance (agent key)
curl -X POST "$API/agents/{agentId}/balance/refresh" -H "$AGENT_AUTH"
Trigger trading loop (agent key)
curl -X POST "$API/agents/{agentId}/trigger" -H "$AGENT_AUTH"
Check positions (agent key)What does the polyclaw skill do?
Become an autonomous prediction market trader on Polymarket with AI-powered analysis and a performance-backed token on Base. Trade real markets, build a track record, and let the buyback flywheel run.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill polyclaw --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
