com um clique
bybit-futures
Bybit Futures trading with DB tracking
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Bybit Futures trading with DB tracking
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Trade crypto binary markets on Polymarket with 4 automated strategies. Support: 5-min BTC, 15-min/1h/4h/daily all assets (BTC, ETH, SOL, XRP)
Dollar-cost averaging across all platforms
Hyperliquid L1 perps DEX (69% market share)
Local hybrid search for markdown notes and docs. Use when searching notes, finding related content, or retrieving documents from indexed collections.
Trade perpetual futures on Binance, Bybit, Hyperliquid, MEXC with up to 200x leverage
Execute trades on Polymarket using py_clob_client - full API access for market data, orders, positions
| name | bybit-futures |
| description | Bybit Futures trading with DB tracking |
| emoji | 🟠 |
| commands | ["/bb"] |
| gates | {"envs":["BYBIT_API_KEY"]} |
Trade perpetual futures on Bybit with up to 100x leverage and full database tracking.
# Set credentials
export BYBIT_API_KEY="your-api-key"
export BYBIT_API_SECRET="your-api-secret"
# Check balance
/bb balance
# Open position
/bb long BTCUSDT 0.01 10x
# View stats
/bb stats
| Command | Description |
|---|---|
/bb balance | Check wallet balance |
/bb positions | View open positions |
/bb orders | List open orders |
| Command | Description |
|---|---|
/bb long <symbol> <size> [leverage]x | Open long position |
/bb short <symbol> <size> [leverage]x | Open short position |
/bb close <symbol> | Close position |
/bb closeall | Close all positions |
/bb tp <symbol> <price> | Set take-profit |
/bb sl <symbol> <price> | Set stop-loss |
/bb leverage <symbol> <value> | Set leverage |
| Command | Description |
|---|---|
/bb price <symbol> | Get current price |
/bb funding <symbol> | Check funding rate |
/bb markets [query] | List markets |
| Command | Description |
|---|---|
/bb trades [symbol] [limit] | Trade history from database |
/bb dbstats [symbol] [period] | Win rate, PnL, profit factor |
/bb dbfunding [symbol] | Funding payments history |
/bb dbpositions [all] | Position history |
Stats periods: day, week, month
/bb long BTCUSDT 0.01 10x # 10x leveraged long
/bb short ETHUSDT 0.1 20x # 20x leveraged short
/bb tp BTCUSDT 105000 # Take profit at $105k
/bb sl BTCUSDT 95000 # Stop loss at $95k
/bb close BTCUSDT # Close BTC position
/bb trades BTCUSDT 20 # Last 20 BTC trades
/bb stats ETHUSDT week # ETH stats for past week