/bybit-futures
Bybit Futures trading with DB tracking
$ npx -y skills add alsk1992/CloddsBot --skill bybit-futures --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition โ
- You can call itInvoke it directly when you want it.
- Slash command
/bybit-futures
Context preview
The summary Claude sees to decide when to auto-load this skill.
Bybit Futures trading with DB tracking
SKILL.md
bybit-futures.SKILL.mdname: bybit-futures
description: Bybit Futures trading with DB tracking
emoji: "๐ "
commands:
- /bb
gates:
envs:
- BYBIT_API_KEYBybit Futures
Trade perpetual futures on Bybit with up to 100x leverage and full database tracking.
Quick Start
# 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
/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
Read more
name: bybit-futures
description: Bybit Futures trading with DB tracking
emoji: "๐ "
commands:
- /bb
gates:
envs:
- BYBIT_API_KEYBybit Futures
Trade perpetual futures on Bybit with up to 100x leverage and full database tracking.
Quick Start
# 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
/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
Open Source AI trading agent that operates autonomously across 1000+ markets - Polymarket, Kalshi, Binance, Hyperliquid, Solana DEXs, 5 EVM chains. Scans for edge, executes instantly, manages risk while you sleep. Agent commerce protocol for machine-to-machine payments. Self-hosted. Built on Claude.
Repo: alsk1992/CloddsBot
Other skills on cloddsbot.
- /acp
Enable agent-to-agent commerce with on-chain escrow, cryptographic agreements, and service discovery.
Open skill - /agentbets
AgentBets - AI-native prediction markets on Solana
Open skill - /ai-strategy
AI Strategy - natural language to trades
Open skill - /alerts
Create and manage price alerts for prediction markets
Open skill - /analytics
Performance attribution, trade analytics, and strategy optimization
Open skill - /arbitrage
Automated cross-platform arbitrage detection and monitoring
Open skill

