Bitget Poolx Monitor

👤 itonlyforfun-ai 📦 v1.1.0 ⭐ 3.8 ⬇️ 960 下載
📊 資料分析 免費

📖 技能介紹


name: Bitget PoolX Monitor description: Monitor Bitget PoolX for new staking projects using r.jina.ai to bypass Cloudflare. Detect ETH, BTC, SOL and other pool launches. version: "1.1.0" author: Liuge tags: - bitget - poolx - monitor - crypto - staking - jina


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

    7w4.net小蔥技能。

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

🤖 AI 評測

這個工具整體質量中等偏上,能夠滿足監控Bitget新staking專案的需求,繞過反爬的設計思路也不錯。主要優點是功能實用、收費系統完整;但文件有時與實際表現不一致,偶爾會出現不工作的情況,穩定性還需要加強。對於有相關需求的使用者可以嘗試使用,但期望值不宜過高。

📊 多維度評分

適應性3.7
規範性3.7
有效性3.8
可靠性3.8
可信度4.5

📁 包含檔案 (5 個)

📄 SKILL.md 1.3 KB
📄 _meta.json 139 B
📄 billing.py 2.5 KB
📄 bitget-final.py 2.1 KB
📄 bitget-monitor.py 1.2 KB