Claude Code skills by frostmark.
| Skill | Description |
|---|---|
| bybit-trader | Bybit V5 analytics and trading — market data, positions, orders, funding rates, risk management |
claude skill install frostmark/skills --skill bybit-traderMarket analytics, account management, and trade execution on Bybit via V5 REST API.
- Market Analytics — real-time prices, orderbook depth, funding rates, open interest, klines
- Account Analytics — wallet balance, equity, margin, fee rates, transaction history
- Trade Execution — limit/market orders with TP/SL, amendments, cancellations
- Position Management — monitor positions, adjust leverage, set TP/SL
- Research — funding arbitrage scans, OI divergence, multi-symbol screening
- curl — HTTP requests
- openssl — HMAC-SHA256 signing
- python3, perl, or GNU date — millisecond timestamps (at least one)
All three are pre-installed on macOS and most Linux distributions.
- Create API keys on Bybit Testnet (API Management → Create New Key)
- Copy the example env file and fill in your credentials:
cp .env.example .env
# Edit .env with your API key and secret- Reload:
source ~/.zshrc
Ask Claude:
- "What's the BTC funding rate on Bybit?"
- "Show me the ETHUSDT orderbook on Bybit"
- "What are my open positions on Bybit?"
- "Place a limit buy 0.01 BTC at $90,000 on Bybit testnet"