๐ŸŽ Get the FREE AI Skills Starter Guide โ€” Subscribe โ†’
BytesAgainBytesAgain
๐Ÿฆ€ ClawHub

bitopro-spot

by @bitopro

BitoPro exchange API wrapper covering both public market data and private trading on the spot market. Public tools (no API key required): real-time ticker, o...

๐Ÿ’ก Examples

This skill works in two modes depending on which env vars are set:

| Mode | Env vars needed | Tools available | |------|----------------|-----------------| | Public-only (default โ€” no setup needed) | none | T1 get_tickers, T2 get_order_book, T3 get_public_trades, T4 get_candlesticks, T10 get_trading_pairs, T11 get_currencies, T12 get_limitations_and_fees, T13 get_otc_price | | Full / private | BITOPRO_API_KEY, BITOPRO_API_SECRET, BITOPRO_EMAIL | All 22 tools (above + account / orders / withdraw) |

To enable private trading and account tools:

1. Set env vars: BITOPRO_API_KEY, BITOPRO_API_SECRET, BITOPRO_EMAIL 2. Private endpoints (balance, orders, withdraw) use HMAC-SHA384 signing โ€” see references/authentication.md

If a private tool is invoked without the env vars, the agent must inform the user to configure credentials before retrying โ€” do not attempt the request unsigned.

โš™๏ธ Configuration

| Requirement | When needed | Details | |-------------|-------------|---------| | API credentials | Private tools only | BitoPro dashboard โ†’ API Management | | Environment variables | Private tools only | BITOPRO_API_KEY, BITOPRO_API_SECRET, BITOPRO_EMAIL | | Base URL | Always | https://api.bitopro.com/v3 | | Pair format | Always | Lowercase with underscore: btc_twd, eth_twd, usdt_twd |

View on ClawHub
TERMINAL
clawhub install bitopro-skills-hub

๐Ÿงช Use this skill with your agent

Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

๐Ÿ” Can't find the right skill?

Search 60,000+ AI agent skills โ€” free, no login needed.

Search Skills โ†’