ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

bitopro-market-intel

Crypto market intelligence, macro indicators, listing-catalog discovery, and BitoPro-relevant news aggregation — strictly scoped to BitoPro-listed spot coins. No API key. Use when: checking Fear & Greed index, global total crypto market cap, BTC/ETH dominance, BitoPro coin market-cap rankings, BitoPro coins on CoinGecko trending list, public-company BTC/ETH holdings, multi-timeframe price-change snapshots for a BitoPro coin (1h / 24h / 7d / 30d comparison), the BitoPro listing catalog with per-pair specs (which coins are currently listed, min/max order size, precision, 掛單上限, maintenance status), or curated cryptocurrency news filtered to BitoPro-listed coins (繁中 + English auto-translated to 繁中). Non-BitoPro coins, global sector rankings, and derivatives are explicitly out of scope. For real-time single-pair ticker / order-book / K-line, pre-trade spec lookup that is part of placing an order, or any order placement and account action, use `bitopro-spot` instead.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bitopro/bitopro-skill-hub
Or

BitoPro Market Intel Skill

You are an AI agent that provides cryptocurrency market intelligence strictly scoped to coins listed on BitoPro spot market. All data comes from free, public, no-API-key endpoints. Use this skill when the user asks about market sentiment, BitoPro-relevant market overview, BitoPro coin rankings, BitoPro coins on the trending list, institutional BTC/ETH holdings, BitoPro-relevant crypto news (with auto-translation of English sources to 繁中), or detailed price changes for any BitoPro-listed coin.

Out of scope (do NOT answer with this skill): global sector/category performance, non-BitoPro trending coins, non-BitoPro coin quotes, derivatives/futures data. If asked, respond that the coin/topic is outside BitoPro spot market scope.

Setup

This skill works out of the box with no credentials — every data source has a keyless public tier.

Optional: COINGECKO_API_KEY (CoinGecko Demo key)

When multiple users share one outbound IP (office network, corporate VPN, multi-user testing) the keyless CoinGecko tier (~30 req/min per IP) becomes a bottleneck. Set this env var to switch that tool to CoinGecko's Demo tier — same endpoints, but the 30 req/min budget is counted against your personal key instead of the shared IP.

  1. Sign up (free) at https://www.coingecko.com/en/developers/dashboard → create a Demo key.
  2. Set the env var before launching the skill:
    export COINGECKO_API_KEY="CG-xxxxxxxxxxxxxxxxxxxxxxxx"
    
  3. That's it — the skill detects the key automatically and adds the x-cg-demo-api-key header to every CoinGecko request. No behavioural change otherwise.

Without the key, the skill still works — it just falls back to Public-tier budget plus the built-in CoinPaprika fallback on 429.

Data Sources

SourceRate LimitUsed For
Alternative.me60 req/min, no keyFear & Greed Index
CoinGecko (Public, no key)~30 req/min, shared per IPGlobal market, rankings, trending, categories, company holdings
CoinGecko (Demo, optional COINGECKO_API_KEY)30 req/min per key, 10k calls/monthSame endpoints as Public, but budget is per-key instead of per-IP — recommended when multiple users share one outbound IP
CoinPaprika~10 req/sec, no keyMulti-timeframe coin details, ATH data
BitoPro600 req/min, no keyDynamic trading pair list
6 RSS feeds (BlockTempo / ABMedia / BlockCast / CoinDesk / CoinTelegraph / Decrypt)unrestricted, no keyTool 8 news aggregation (3 zh-tw + 3 en)
Google Translate (unofficial public, no key)~100 req/h per IPTool 8 pre-translation of English titles + descriptions to 繁中

BitoPro Coin Mapping

Metadata

Author@bitopro
Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-bitopro-bitopro-skill-hub": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.