Crypto Funding Monitor

# Crypto Funding Monitor

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Crypto Funding Monitor" with this command: npx skills add zhdryanchang/crypto-funding-monitor

Crypto Funding Monitor

实时监测加密货币项目融资和TEG信息的智能skill,支持多平台推送。

功能特性

  • 🔍 多平台监测: RootData、X (Twitter) 等平台
  • 📊 融资信息: 最新融资轮次、金额、投资方
  • 🚀 TEG项目: Token Generation Event 项目追踪
  • 📱 多渠道推送: Telegram、Discord、Email
  • 💰 付费调用: 通过 SkillPay.me 集成,每次调用 0.001 USDT
  • 定时推送: 每日定时简报

使用方法

API 端点

POST /monitor

触发一次监测并推送简报

请求参数:

{
  "userId": "user123",
  "transactionId": "tx456",
  "channels": {
    "telegram": { "chatId": "123456789" },
    "discord": true,
    "email": { "to": "user@example.com" }
  }
}

POST /subscribe

订阅定时推送服务

请求参数:

{
  "userId": "user123",
  "channels": {
    "telegram": { "chatId": "123456789" },
    "email": { "to": "user@example.com" }
  },
  "schedule": ["0 9 * * *", "0 18 * * *"]
}

POST /unsubscribe

取消订阅

请求参数:

{
  "userId": "user123"
}

配置

需要配置以下环境变量:

  • SKILLPAY_API_KEY: SkillPay API密钥(必需)
  • TELEGRAM_BOT_TOKEN: Telegram Bot令牌(可选)
  • DISCORD_WEBHOOK_URL: Discord Webhook URL(可选)
  • EMAIL_USER/EMAIL_PASS: SMTP邮箱配置(可选)
  • TWITTER_BEARER_TOKEN: Twitter API令牌(可选)

定价

  • 每次调用: 0.001 USDT
  • 通过 SkillPay.me 自动结算

数据源

  • RootData: 加密项目融资数据库
  • Twitter/X: 实时融资动态
  • 支持扩展更多数据源

推送渠道

  • Telegram: Bot推送到个人或群组
  • Discord: Webhook推送到频道
  • Email: SMTP邮件推送

定时任务

默认推送时间:

  • 早上 9:00
  • 晚上 18:00

可通过环境变量自定义。

技术栈

  • Node.js + Express
  • SkillPay.me 支付集成
  • RootData + Twitter 数据源
  • Telegram + Discord + Email 推送
  • node-cron 定时任务

许可证

MIT

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Chronos

通用周期任务管理器 - 支持6种周期类型、每月N次配额、自动cron、统一视图,适用于所有定时任务场景

Registry SourceRecently Updated
General

Football

Analyze football and soccer matches, squads, players, and training plans with tactical frameworks, scouting grids, and session blueprints.

Registry SourceRecently Updated
General

Cctv News Fetcher Litiao

Fetch and parse news highlights from CCTV News Broadcast (Xinwen Lianbo) for a given date.

Registry SourceRecently Updated
General

WeRead Book Finder

输入图书名称,优先在微信读书搜索并加入书架;若微信读书没有可信命中或无法加入书架,则自动回退到 Z-Library 搜索并优先下载非 PDF 格式。适用于“把《xxx》加入微信读书书架,不行就去 Z-Library 下载”这类请求。

Registry SourceRecently Updated