ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Bitget PoolX Monitor

Monitor Bitget PoolX for new staking projects using r.jina.ai to bypass Cloudflare. Detect ETH, BTC, SOL and other pool launches.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/itonlyforfun-ai/bitget-poolx-monitor
Or

Bitget PoolX Monitor

Monitor Bitget PoolX for new staking project launches.

Features

  • Uses r.jina.ai to bypass Cloudflare protection
  • Fast and reliable (no Playwright needed)
  • Detects new staking pools (ETH, BTC, SOL, etc.)
  • Automatic notification support

Usage

Command Line

curl -s "https://r.jina.ai/https://www.bitget.com/events/poolx"

Python

import requests

def check_poolx():
    url = "https://r.jina.ai/https://www.bitget.com/events/poolx"
    content = requests.get(url).text
    
    if "Ongoing" in content:
        # Check for new pools
        return "Has active pools"
    return "No pools"

Output Example

Ongoing (2)
- BTC Pool: 2,473 BTC, APR 2.74%
- ETH Pool: 80,664 ETH, APR 7.33%

Monetization

This skill includes SkillPay integration:

  • Charge users per API call (0.001 USDT)
  • Check balance before execution
  • Payment link for deposits

Files

  • bitget-monitor.py - Main script using r.jina.ai
  • billing.py - SkillPay billing integration

Metadata

Stars2190
Views0
Updated2026-03-07
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-itonlyforfun-ai-bitget-poolx-monitor": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#bitget#poolx#monitor#crypto#staking#jina
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.