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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/itonlyforfun-ai/bitget-poolx-monitorBitget 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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-itonlyforfun-ai-bitget-poolx-monitor": {
"enabled": true,
"auto_update": true
}
}
}Tags
Related Skills
iseclaw-intel
Indonesian Web3 intelligence via Iseclaw ACP agent. Real-time market data, token signals, TGE research, and GameFi analysis from Southeast Asia's first transparent AI agent.
stegstr
Decode and embed Stegstr payloads in PNG images. Use when the user needs to extract hidden Nostr data from a Stegstr image, encode a payload into a cover PNG, or work with steganographic social networking (Nostr-in-images). Supports CLI (stegstr-cli decode, detect, embed, post) for scripts and AI agents.
hyperliquid
Query Hyperliquid DEX for account balances, positions, PnL, and margin data via ClawdBot API
Zerion Api Skill
Skill by abishekdharshan
MetaMask Agent Wallet
Control a sandboxed MetaMask browser extension wallet for autonomous blockchain transactions. Features configurable permission guardrails including spend limits, chain allowlists, protocol restrictions, and approval thresholds. MetaMask-only (other wallets not supported).