TopRank Skills

Home / Claw Skills / 监控 / crypto
Official OpenClaw rules 72%

crypto

Cryptocurrency market data and price alert monitoring tool based on CCXT. Supports multiple exchanges, real-time price tracking, and configurable price/volatility alerts. Use when the user needs to monitor crypto prices or set up trading alerts. Default exchange is Binance.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 crypto 技能。 若已安装,则直接安装 crypto 技能。

Overview

Skill Key
alphafactor/crypto
Author
alphafactor
Source Repo
openclaw/skills
Version
-
Source Path
skills/alphafactor/crypto
Latest Commit SHA
3f22419c96621c16af85420c977a49f9b971d53e

Extracted Content

SKILL.md excerpt

# 加密货币行情与价格预警

基于 CCXT 库的加密货币行情获取和价格监控预警工具,支持多交易所、实时监控和智能预警。

## 功能特性

- 🏢 **多交易所支持** - 默认 Binance,支持 OKX、Bybit、Gate.io、KuCoin 等
- 📊 **实时行情** - 获取最新价格、涨跌幅、成交量等信息
- 📈 **K线数据** - 获取历史价格走势
- 📖 **订单簿** - 查看买卖盘深度
- 🔔 **价格预警** - 支持价格阈值、涨跌幅百分比预警
- 👁️ **实时监控** - 持续监控价格变动

## 前提条件

### 安装依赖

```bash
pip3 install ccxt --user
```

## 使用方法

### 查看实时行情

```bash
# 默认使用 Binance
python3 scripts/crypto.py ticker BTC/USDT

# 使用其他交易所
python3 scripts/crypto.py -e okx ticker ETH/USDT
python3 scripts/crypto.py -e bybit ticker BTC/USDT
```

**支持的交易所**:
- `binance` - 币安(默认)
- `okx` - OKX
- `bybit` - Bybit
- `gateio` - Gate.io
- `kucoin` - KuCoin
- `huobi` - 火币
- `coinbase` - Coinbase
- `kraken` - Kraken
- `bitfinex` - Bitfinex

### 获取K线数据

```bash
# 获取1小时K线,最近24条
python3 scripts/crypto.py ohlcv BTC/USDT --timeframe 1h --limit 24

# 获取日线数据
python3 scripts/crypto.py ohlcv ETH/USDT --timeframe 1d --limit 30
```

**时间周期**:
- `1m` - 1分钟
- `5m` - 5分钟
- `15m` - 15分钟
- `1h` - 1小时
- `4h` - 4小时
- `1d` - 1天
- `1w` - 1周
- `1M` - 1月

### 查看订单簿

```bash
python3 scripts/crypto.py orderbook BTC/USDT --limit 10
```

### 实时监控价格

```bash
# 每10秒刷新(默认)
python3 scripts/crypto.py watch BTC/USDT

# 每5秒刷新
python3 scripts/crypto.py watch ETH/USDT --interval 5
```

## 价格预警

### 添加预警

**价格突破预警:**
```bash
# BTC 价格突破 70000 USDT 时预警
python3 scripts/crypto.py alert-add BTC/USDT above 70000

# ETH 价格跌破 3000 USDT 时预警
python3 scripts/crypto.py alert-add ETH/USDT below 3000
```

**涨跌幅预警:**
```bash
# BTC 涨幅超过 5% 时预警
python3 scripts/crypto.py alert-add BTC/USDT up_percent 5

# ETH 跌幅超过 3% 时预警
python3 scripts/crypto.py alert-add ETH/USDT down_percent 3
```

### 查看预警列表

```bash
python3 scripts/crypto.py alert-list
```

输出示例...

Related Claw Skills

0xnyk

xint

★ 49

X Intelligence CLI — search, monitor, analyze, and engage on X/Twitter. TypeScript + Bun. AI agent skill.

heyixuan2

bambu-studio-ai

★ 41

Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).

jackculpan

flightclaw

★ 32

Track flight prices from Google Flights with this OpenClaw skill. Search routes, monitor prices, and get alerts when prices drop.

openclaw-trade

openclaw-trading-assistant

★ 24

openclaw trading assistant| openclaw trading skill | nof1.ai & openclaw [moltbot] collaboration | We get the best practices from alpha arena trading seasons and bring it to clawdbot All top AI agents, realtime monitoring and news research, gather info from private insiders and many other! Using Hyperliquid API.

xquik-dev

x-twitter-scraper

★ 16

X (Twitter) automation skill for AI coding agents. Tweet search, user lookup, follower/following extraction, media download, reply/retweet/quote extraction, 40+ tools, account monitoring & trending topics. REST API, MCP server, HMAC webhooks. Works with Claude Code, Cursor, Codex, Copilot, Windsurf & 40+ agents.

mohsinkhadim59

Openclaw-Setup

★ 8

Step-by-step guides for installing and running OpenClaw, an open-source AI agent, on Mac, Linux VPS, and AWS covering setup, security, messaging channels, Google integration, skills, and monitoring.