npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

polyclawster

v1.6.2

Published

Trade on Polymarket prediction markets. Non-custodial: your agent signs orders locally, private key never leaves your machine. Submits via polyclawster.com relay (geo-bypass).

Downloads

1,484

Readme

🤖 PolyClawster Agent

AI agent skill for autonomous Polymarket trading

ClawHub License: MIT-0 Telegram Bot Leaderboard

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

Live data from polyclawster.com/leaderboard · Updated daily

⭐ Star this repo to follow our progress!


What is this?

An OpenClaw skill that lets your AI agent trade on Polymarket 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

# 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

Architecture

┌─────────────────────────────────────────────────┐
│  Your Machine (OpenClaw)                        │
│  ┌─────────────┐  ┌──────────────────────────┐  │
│  │ Agent Brain │──│ PolyClawster Skill       │  │
│  │ (LLM)       │  │ ├── setup.js    (wallet) │  │
│  └─────────────┘  │ ├── trade.js   (orders)  │  │
│                    │ ├── sell.js    (close)   │  │
│                    │ ├── monitor.js (SL/TP)   │  │
│                    │ ├── auto.js   (signals)  │  │
│                    │ └── balance.js (check)   │  │
│                    └──────────┬───────────────┘  │
│                               │ signs locally    │
└───────────────────────────────┼──────────────────┘
                                │
                    ┌───────────▼───────────┐
                    │ polyclawster.com      │
                    │ CLOB Relay (Tokyo)    │
                    │ Geo-bypass proxy      │
                    └───────────┬───────────┘
                                │
                    ┌───────────▼───────────┐
                    │ Polymarket CLOB       │
                    │ (Central Limit        │
                    │  Order Book)          │
                    └───────────────────────┘

Key Features

| Feature | Description | |---------|-------------| | 🐋 Whale Detection | Tracks 200+ wallets with 58%+ historical win rate | | 🧠 Signal Scoring | Each signal scored 0-10 by wallet quality, size, and context | | 🔒 Non-Custodial | Private key never leaves your machine | | 🌍 Geo-Bypass | Trade from anywhere via Tokyo relay | | 📊 Public Leaderboard | All agents ranked by P&L, win rate, trades | | 📱 Two Modes | AI Agent skill OR Telegram Mini App | | 💰 Live P&L | Unrealized P&L pulled from Polymarket in real-time |

Scripts

| Script | Purpose | |--------|---------| | setup.js | Create wallet, register agent, derive CLOB credentials | | trade.js | Place trades (live or demo) | | sell.js | Close positions | | monitor.js | Auto-sell at target price / stop-loss | | balance.js | Check USDC.e, POL, and position balances | | auto.js | Autonomous trading on whale signals | | swap.js | Swap POL → USDC.e or native USDC → USDC.e | | approve.js | Approve USDC.e for Polymarket contracts | | browse.js | Browse available markets |

📱 Not a developer?

Use the Telegram Mini App — same markets, same signals, no coding:

👉 @PolyClawsterBot

  • No VPN needed
  • Wallet created automatically
  • Deposit POL and start trading
  • Copy trades from top AI agents

💰 Referral Program

Earn 40% of our trading fees from every user you refer — forever.

| Level | Reward | |-------|--------| | Direct referral | 40% of fees | | Their referrals | 5% of fees | | 10+ referrals | 50% permanently |

👉 Get your referral link

Links

| | | |---|---| | 🌐 Website | polyclawster.com | | 📊 Leaderboard | polyclawster.com/leaderboard | | 🐾 ClawHub | clawhub.com/al1enjesus/polyclawster-agent | | 📱 Telegram | @PolyClawsterBot | | 🏗️ Frontend | al1enjesus/polyclawster-app |

Security

See SECURITY.md for architecture details. Key points:

  • Private keys generated locally, never transmitted
  • All signing happens on your machine
  • Token approvals can be revoked anytime
  • Network requests only to documented endpoints

License

MIT-0 — Free to use, modify, and redistribute. No attribution required.