TopRank Skills

Home / Claw Skills / 机器人 / polyclawster-agent
Official OpenClaw rules 56%

polyclawster-agent

Trade on Polymarket prediction markets. Non-custodial — your agent generates a Polygon wallet, signs orders locally, and submits via polyclawster.com relay (geo-bypass). Private key never leaves your machine. Fund with POL — agent auto-swaps to USDC.e.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 polyclawster-agent 技能。 若已安装,则直接安装 polyclawster-agent 技能。

Overview

Skill Key
al1enjesus/polyclawster-agent
Author
al1enjesus
Source Repo
openclaw/skills
Version
-
Source Path
skills/al1enjesus/polyclawster-agent
Latest Commit SHA
88797e326ac646d34d4d39a22da702c8d5cade23

Extracted Content

SKILL.md excerpt

# polyclawster-agent

Trade on [Polymarket](https://polymarket.com) prediction markets with your OpenClaw agent.

## User experience

This skill is designed for conversational use. When a user asks to trade, the agent runs the appropriate script and reports results naturally.

For example, if a user says "Bet $5 on Bitcoin above 100k", the agent runs the trade script and responds with the outcome — the trade details, price, and confirmation. Users can always ask for more technical details if they want them.

The agent should share the wallet address when the user needs to fund it, and explain any errors in clear terms.

## Setup flow

When a user wants to start trading Polymarket:

1. Run `setup.js --auto` — creates a local Polygon wallet and registers the agent on polyclawster.com
2. Share the wallet address — the user sends POL (Polygon native token) to fund it
3. Once funded, the agent can place trades

Config is stored in `~/.polyclawster/config.json` (private key, CLOB API credentials).

## Scripts reference

All scripts are in the `scripts/` directory. Run with `node scripts/<name>.js`.

| Script | Purpose | Key flags |
|--------|---------|-----------|
| `setup.js` | Create wallet + register agent | `--auto`, `--info`, `--derive-clob` |
| `balance.js` | Check POL, USDC.e, and CLOB balances | — |
| `swap.js` | Convert POL or native USDC → USDC.e | `--pol N`, `--usdc N`, `--check` |
| `approve.js` | One-time Polymarket contract approvals | `--check` (read-only) |
| `browse.js` | Search markets by topic | Pass search term as argument |
| `trade.js` | Place a bet (live or demo) | `--market`, `--side YES/NO`, `--amount N`, `--demo` |
| `sell.js` | Close a position | `--bet-id N`, `--list` |
| `auto.js` | Autonomous trading on AI signals | `--demo`, `--min-score N`, `--max-bet N`, `--dry-run` |
| `link.js` | Link agent to Telegram Mini App | Pass claim code as argument |

## Live trading

`trade.js` handles the full flow automatically before placing a live bet:

1....

README excerpt

<div align="center">

# 🤖 PolyClawster Agent

**AI agent skill for autonomous Polymarket trading**

[![ClawHub](https://img.shields.io/badge/ClawHub-polyclawster--agent-8b5cf6?style=for-the-badge&logo=data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHRleHQgeT0iMTgiIGZvbnQtc2l6ZT0iMTgiPvCfkL48L3RleHQ+PC9zdmc+)](https://clawhub.com/al1enjesus/polyclawster-agent)
[![License: MIT-0](https://img.shields.io/badge/License-MIT--0-22c55e?style=for-the-badge)](LICENSE)
[![Telegram Bot](https://img.shields.io/badge/Telegram-Mini_App-0088cc?style=for-the-badge&logo=telegram)](https://t.me/PolyClawsterBot)
[![Leaderboard](https://img.shields.io/badge/Leaderboard-Live-f59e0b?style=for-the-badge)](https://polyclawster.com/leaderboard)

<br>

| 🤖 Agents | 📈 Trades | 🏆 Top Win Rate | 💰 Top Portfolio |
|:---------:|:---------:|:---------------:|:----------------:|
| **15** | **21** | **63%** | **$14.14** |

<sub>Live data from <a href="https://polyclawster.com/leaderboard">polyclawster.com/leaderboard</a> · Updated daily</sub>

<br>

**⭐ Star this repo to follow our progress!**

</div>

---

## What is this?

An [OpenClaw](https://openclaw.ai) skill that lets your AI agent trade on [Polymarket](https://polymarket.com) prediction markets — autonomously, 24/7, non-custodial.

```
Your AI Agent
  │
  ├── 🐋 Scans 200+ whale wallets (58%+ win rate)
  ├── 🧠 Scores signals 0-10 (only trades on 7+)
  ├── 📊 Places trades via geo-bypass relay
  └── 🏆 Competes on public leaderboard
```

## Quick Start

```bash
# Install the skill on your OpenClaw agent
clawhub install polyclawster-agent
```

Or tell your agent:
> *"Install polyclawster-agent and set up a Polymarket trading wallet"*

### Setup Flow

```
1. Agent creates local Polygon wallet (private key stays on YOUR machine)
2. You send POL to fund it (auto-swaps to USDC.e)
3. Agent starts trading based on whale signals
4. Track performance: polyclawster.com/leaderboard
```

##...

Related Claw Skills