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

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

本技能来自小葱技能站7w4.net。

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