Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
alsk1992 avatar

Bybit Futures

  • 37 installs
  • 610 repo stars
  • Updated June 26, 2026
  • alsk1992/cloddsbot

Bybit Futures is a skill that trades Bybit perpetual futures with up to 100x leverage and database-tracked stats from chat commands.

About

Bybit Futures is a skill for trading perpetual futures on Bybit from chat commands. A developer sets Bybit API credentials, then opens leveraged long/short positions, sets take-profit and stop-loss, and reviews stored trade history and stats. It matters for building an agent that manages a Bybit derivatives account programmatically.

  • Trade Bybit perpetual futures with up to 100x leverage
  • Slash commands for long/short, take-profit, stop-loss and leverage
  • Database-backed trade history with win rate, PnL and profit factor

Bybit Futures by the numbers

  • 37 all-time installs (skills.sh)
  • Ranked #644 of 1,106 Finance & Trading skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

bybit-futures capabilities & compatibility

Capabilities
binance futures · crypto hft · dca
Use cases
trading
Pricing
Bring your own API key
From the docs

What bybit-futures says it does

Trade perpetual futures on Bybit with up to 100x leverage and full database tracking.
SKILL.md
`/bb dbstats [symbol] [period]` | Win rate, PnL, profit factor
SKILL.md
npx skills add https://github.com/alsk1992/cloddsbot --skill bybit-futures

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs37
repo stars610
Last updatedJune 26, 2026
Repositoryalsk1992/cloddsbot

What it does

Open, close and track leveraged Bybit perpetual futures positions from chat commands with database-backed stats.

Who is it for?

Automating leveraged Bybit perpetual futures trades and tracking performance

When should I use this skill?

You want to open, close or review Bybit futures positions from an agent

By the numbers

  • up to 100x leverage
  • 3 stats periods: day, week, month

Files

SKILL.mdMarkdownGitHub ↗

Bybit 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

CommandDescription
/bb balanceCheck wallet balance
/bb positionsView open positions
/bb ordersList open orders

Trading

CommandDescription
/bb long <symbol> <size> [leverage]xOpen long position
/bb short <symbol> <size> [leverage]xOpen short position
/bb close <symbol>Close position
/bb closeallClose all positions
/bb tp <symbol> <price>Set take-profit
/bb sl <symbol> <price>Set stop-loss
/bb leverage <symbol> <value>Set leverage

Market Data

CommandDescription
/bb price <symbol>Get current price
/bb funding <symbol>Check funding rate
/bb markets [query]List markets

Database/History

CommandDescription
/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

Related skills

Finance & Tradingfinancepayments

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.