← All skills
Tencent SkillHub · Data Analysis

Crypto Arbitrage CN | 加密货币套利监控

加密货币套利监控 | Cryptocurrency Arbitrage Monitor. 支持币安、OKX、Gate.io、火币 | Supports Binance, OKX, Gate.io, Huobi. 实时价格监控、利润计算、Telegram通知 | Real-time price monitoring...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

加密货币套利监控 | Cryptocurrency Arbitrage Monitor. 支持币安、OKX、Gate.io、火币 | Supports Binance, OKX, Gate.io, Huobi. 实时价格监控、利润计算、Telegram通知 | Real-time price monitoring...

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, references/exchanges.md, scripts/arbitrage_monitor.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.1

Documentation

ClawHub primary doc Primary doc: SKILL.md 8 sections Open source page

Crypto Arbitrage CN

Monitor cryptocurrency prices across Chinese-accessible exchanges and find arbitrage opportunities.

Quick Start

# Single check for opportunities python scripts/arbitrage_monitor.py --once # Continuous monitoring (every 30 seconds) python scripts/arbitrage_monitor.py

Supported Exchanges

ExchangeFeeAPIBinance0.1%✅OKX0.08%✅Gate.io0.2%✅Huobi0.2%✅

Configuration

Edit these variables in scripts/arbitrage_monitor.py: # Trading pairs to monitor SYMBOLS = ["BTCUSDT", "ETHUSDT", "SOLUSDT", "DOGEUSDT"] # Minimum profit threshold (after fees) MIN_PROFIT_PERCENT = 0.5 # 0.5% # Check interval (for continuous mode) INTERVAL = 30 # seconds

Output Format

When opportunities are found: 💰 BTCUSDT | 币安 → OKX | 利润: 0.65% 买入: ¥485,230 (币安) 卖出: ¥488,380 (OKX) 预计利润: ¥3,150 (每 BTC)

Usage Examples

Check once: 用户: 帮我看看现在有没有套利机会 → Run: python scripts/arbitrage_monitor.py --once Start monitoring: 用户: 开始监控套利机会 → Run: python scripts/arbitrage_monitor.py Add Telegram notification: 用户: 有机会发 Telegram 给我 → Set up TELEGRAM_BOT_TOKEN and TELEGRAM_CHAT_ID

Important Notes

Fees matter: Always calculate profit after trading fees (0.1-0.2% per trade) Transfer time: Cross-exchange arbitrage requires crypto transfer (10-60 min) Price volatility: Prices change fast, opportunities may disappear Risk warning: Arbitrage involves risk, user discretion advised

References

See references/exchanges.md for detailed exchange API documentation

Category context

Data access, storage, extraction, analysis, reporting, and insight generation.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs1 Scripts
  • SKILL.md Primary doc
  • references/exchanges.md Docs
  • scripts/arbitrage_monitor.py Scripts