crypto-signal
来自 50 多个 Telegram 群组的人工智能驱动的加密情报。获取热门话题、阿尔法信号、鲸鱼警报和市场情绪——全部通过 API 实现。提供免费套餐。
安装 / 下载方式
TotalClaw CLI推荐
totalclaw install totalclaw:totalclaw~qiantanxiaohai-crypto-signalcURL直接下载,无需登录
curl -fsSL https://skills.taituai.com/api/skills/totalclaw%3Atotalclaw~qiantanxiaohai-crypto-signal/file -o qiantanxiaohai-crypto-signal.md# Crypto Signal Real-time crypto intelligence extracted from Telegram groups using AI. ## Setup 1. Get your free API key at https://api.qtxh.top (or ask the bot to create one) 2. Set the environment variable: ```bash export CRYPTOSIGNAL_API_KEY="cs_your_key_here" ``` Or add to your OpenClaw config: ```yaml env: CRYPTOSIGNAL_API_KEY: "cs_your_key_here" ``` ## Commands All commands use the `crypto-signal` CLI: ### Get trending topics (last 24h) ```bash crypto-signal trending crypto-signal trending --hours 12 ``` ### Get alpha signals ```bash crypto-signal signals crypto-signal signals --type whale_transfer crypto-signal signals --type price_move --limit 10 ``` ### List monitored groups ```bash crypto-signal groups ``` ### Check service status ```bash crypto-signal status ``` ## Signal Types | Type | Description | |------|-------------| | `whale_transfer` | Large token transfers (>$1M) | | `price_move` | Significant price movements | | `liquidation` | Large liquidation events | | `regulatory` | SEC/CFTC/regulatory news | | `security` | Hacks, exploits, breaches | | `listing` | Exchange listings/delistings | | `airdrop` | Airdrops and token launches | | `partnership` | Major partnerships | ## Plans | Feature | Free | Pro ($1/mo) | |---------|------|-------------| | Groups monitored | 3 | 50+ | | API calls/day | 10 | Unlimited | | Signal delay | 6h | Real-time | | Custom groups | ❌ | ✅ (up to 20) | | History & Search | ❌ | ✅ | | Webhook push | ❌ | ✅ | ## Examples for OpenClaw Tell your agent: - "What's trending in crypto today?" → calls `crypto-signal trending` - "Any whale alerts in the last 12 hours?" → calls `crypto-signal signals --type whale_transfer --hours 12` - "Show me the latest alpha signals" → calls `crypto-signal signals` --- ## 中文说明 # Crypto Signal 使用 AI 从 Telegram 群组中提取的实时加密情报。 ## 设置 1. 在 https://api.qtxh.top 获取你的免费 API 密钥(或要求 bot 创建一个) 2. 设置环境变量: ```bash export CRYPTOSIGNAL_API_KEY="cs_your_key_here" ``` 或添加到你的 OpenClaw 配置中: ```yaml env: CRYPTOSIGNAL_API_KEY: "cs_your_key_here" ``` ## 命令 所有命令均使用 `crypto-signal` CLI: ### 获取热门话题(最近 24 小时) ```bash crypto-signal trending crypto-signal trending --hours 12 ``` ### 获取阿尔法信号 ```bash crypto-signal signals crypto-signal signals --type whale_transfer crypto-signal signals --type price_move --limit 10 ``` ### 列出受监控的群组 ```bash crypto-signal groups ``` ### 检查服务状态 ```bash crypto-signal status ``` ## 信号类型 | 类型 | 说明 | |------|-------------| | `whale_transfer` | 大额代币转账(>$1M) | | `price_move` | 显著的价格波动 | | `liquidation` | 大额清算事件 | | `regulatory` | SEC/CFTC/监管新闻 | | `security` | 黑客攻击、漏洞利用、安全泄露 | | `listing` | 交易所上币/下币 | | `airdrop` | 空投与代币发行 | | `partnership` | 重大合作 | ## 套餐 | 功能 | 免费版 | Pro 版($1/月) | |---------|------|-------------| | 监控的群组数 | 3 | 50+ | | 每日 API 调用次数 | 10 | 无限 | | 信号延迟 | 6 小时 | 实时 | | 自定义群组 | ❌ | ✅(最多 20 个) | | 历史记录与搜索 | ❌ | ✅ | | Webhook 推送 | ❌ | ✅ | ## OpenClaw 示例 告诉你的代理: - "What's trending in crypto today?" → 调用 `crypto-signal trending` - "Any whale alerts in the last 12 hours?" → 调用 `crypto-signal signals --type whale_transfer --hours 12` - "Show me the latest alpha signals" → 调用 `crypto-signal signals`