Overview
- Skill Key
- ariesdevil/polymarket-tracker
- Author
- ariesdevil
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/ariesdevil/polymarket-tracker
- Latest Commit SHA
- cee87bf88dd984b5cf22c0003d8f772be6e8c295
Track top Polymarket markets by trading volume. Shows market name, Yes/No trading volumes, and current odds. Use when user asks about Polymarket trends, hot markets, or wants to find high-volume trading opportunities. Requires payment via skillpay.me (0.001 USDT per call).
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 polymarket-tracker 技能。 若已安装,则直接安装 polymarket-tracker 技能。
# Polymarket Volume Tracker Tracks real-time trading activity on Polymarket to identify high-volume markets. ## What It Does Analyzes active Polymarket markets and returns: - Market name - Yes/No trading volumes - Current odds (probability) - Total volume ranking ## Usage ### Basic Usage ```bash python scripts/track_volume.py --api-key YOUR_SKILLPAY_API_KEY --user-id YOUR_USER_ID ``` ### Check Balance ```bash python scripts/track_volume.py --api-key YOUR_SKILLPAY_API_KEY --user-id YOUR_USER_ID --check-balance ``` ### Testing (Skip Payment) ```bash python scripts/track_volume.py --api-key YOUR_KEY --skip-payment ``` ### Environment Variables You can also set credentials via environment variables: ```bash export SKILLPAY_API_KEY=your_api_key_here export SKILLPAY_USER_ID=your_user_id_here python scripts/track_volume.py --api-key $SKILLPAY_API_KEY --user-id $SKILLPAY_USER_ID ``` ## Payment Integration This skill uses skillpay.me for payment: - **Cost:** 0.001 USDT per call - **API Key:** Get from skillpay.me Dashboard → Integration Config - **Skill ID:** `ae30e94b-6cf4-444a-b734-f0ad65a50565` - **Payment Method:** BNB Chain USDT - **User ID:** Required for billing identification ### Payment Flow 1. **Check Balance:** System checks user's USDT balance 2. **Charge User:** If balance ≥ 0.001 USDT, deduct payment 3. **Insufficient Balance:** If balance < 0.001 USDT, returns payment link 4. **Top Up:** User can add balance via BNB Chain USDT payment link ## Output Format Returns a formatted list of top 10 markets by volume: ``` ============================================================ Top 10 Polymarket Markets (Last 10 Minutes) ============================================================ 1. Market Name - Yes Volume: $X - No Volume: $Y - Yes Odds: Z% - No Odds: W% - Total Volume: $T 2. ... ``` ## Data Source - **API:** Polymarket Gamma API (`https://gamma-api.polymarket.com`) - **Markets:** Active, non-closed markets only - **Volume:**...
capt-marbles
Task Router
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
cartoonitunes
Read-only factual data about historical Ethereum mainnet contracts. Use when the user asks about a specific contract address, early Ethereum contracts, deployment era, deployer, bytecode, decompiled code, or documented history (what a contract is and is not). Data is non-opinionated and includes runtime bytecode, decompiled code, and editorial history when available. Base URL https://ethereumhistory.com (or set BASE_URL for local/staging).
cassh100k
Portable agent identity encoding. Compress SOUL.md/MEMORY.md into transferable DNA fingerprints, detect identity drift between snapshots, and port personality across platforms (OpenClaw, Claude, GPT, CrewAI). Pure Python, zero dependencies. Use when migrating agents between platforms, detecting personality drift, or backing up agent identity.
camopel
One-command disk cleanup for macOS and Linux — trash, caches, temp files, old kernels, snap revisions, Homebrew, Docker, and Xcode artifacts. Use when user asks to free storage, clean up disk, reclaim space, reduce disk usage, or encounters low disk / "disk full" warnings. Safe by default with dry-run mode. No dependencies beyond bash and awk.