Skip to content

frostmark/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

skills

Claude Code skills by frostmark.

Skills

Skill Description
bybit-trader Bybit V5 analytics and trading — market data, positions, orders, funding rates, risk management

Install

claude skill install frostmark/skills --skill bybit-trader

bybit-trader

Market 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

Requirements

  • 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.

Setup

  1. Create API keys on Bybit Testnet (API Management → Create New Key)
  2. Copy the example env file and fill in your credentials:
cp .env.example .env
# Edit .env with your API key and secret
  1. Reload: source ~/.zshrc

Quick start

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"

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages