Bybit Futures trading with DB tracking
Scanned 2/10/2026
Install via CLI
openskills install alsk1992/CloddsBot---
name: bybit-futures
description: Bybit Futures trading with DB tracking
emoji: "🟠"
commands:
- /bb
gates:
envs:
- BYBIT_API_KEY
---
# Bybit Futures
Trade perpetual futures on Bybit with up to 100x leverage and full database tracking.
## Quick Start
```bash
# 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
```
## Commands
### Account
| Command | Description |
|---------|-------------|
| `/bb balance` | Check wallet balance |
| `/bb positions` | View open positions |
| `/bb orders` | List open orders |
### Trading
| 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 |
### Market Data
| Command | Description |
|---------|-------------|
| `/bb price <symbol>` | Get current price |
| `/bb funding <symbol>` | Check funding rate |
| `/bb markets [query]` | List markets |
### Database/History
| 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`
## Examples
```bash
/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
```
No comments yet. Be the first to comment!
Implement DeFi protocols with production-ready templates for staking, AMMs, governance, and lending systems. Use when building decentralized finance applications or smart contract protocols.
Implement NFT standards (ERC-721, ERC-1155) with proper metadata handling, minting strategies, and marketplace integration. Use when creating NFT contracts, building NFT marketplaces, or implementing digital asset systems.
Implement NFT standards (ERC-721, ERC-1155) with proper metadata handling, minting strategies, and marketplace integration. Use when creating NFT contracts, building NFT marketplaces, or implementing digital asset systems.
Track cryptocurrency futures, options, and perpetual swaps with funding rates, open interest, liquidations, and comprehensive derivatives market analysis. Use when monitoring derivatives markets, analyzing funding rates, tracking open interest, finding liquidation levels, or researching options flow. Trigger with phrases like "funding rate", "open interest", "perpetual swap", "futures basis", "liquidation levels", "options flow", "put call ratio", "derivatives analysis", or "BTC perps".
Compare and optimize staking rewards across validators, protocols, and blockchains with risk assessment. Use when analyzing staking opportunities, comparing validators, calculating staking rewards, or optimizing PoS yields. Trigger with phrases like "optimize staking", "compare staking", "best staking APY", "liquid staking", "validator comparison", "staking rewards", or "ETH staking options".