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

Binance Futures

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

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

About

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

  • Trade Binance perpetual futures with up to 125x leverage
  • Slash commands for long/short, TP/SL, and leverage
  • SQLite-backed trade history with win rate, PnL and profit factor

Binance Futures by the numbers

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

binance-futures capabilities & compatibility

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

What binance-futures says it does

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

Add your badge

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

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

What it does

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

Who is it for?

Automating leveraged Binance perpetual futures trades and tracking their performance

When should I use this skill?

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

By the numbers

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

Files

SKILL.mdMarkdownGitHub ↗

Binance Futures

Trade perpetual futures on Binance with up to 125x leverage and full database tracking.

Quick Start

# Set credentials
export BINANCE_API_KEY="your-api-key"
export BINANCE_API_SECRET="your-api-secret"

# Check balance
/bf balance

# Open position
/bf long BTCUSDT 0.01 10x

# View stats
/bf stats

Commands

Account

CommandDescription
/bf balanceCheck margin balance
/bf positionsView open positions
/bf ordersList open orders

Trading

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

Market Data

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

Database/History

CommandDescription
/bf trades [symbol] [limit]Trade history from database
/bf dbstats [symbol] [period]Win rate, PnL, profit factor
/bf dbfunding [symbol]Funding payments history
/bf dbpositions [all]Position history

Stats periods: day, week, month

Examples

/bf long BTCUSDT 0.01 10x      # 10x leveraged long
/bf short ETHUSDT 0.1 20x      # 20x leveraged short
/bf tp BTCUSDT 105000          # Take profit at $105k
/bf sl BTCUSDT 95000           # Stop loss at $95k
/bf close BTCUSDT              # Close BTC position
/bf trades BTCUSDT 20          # Last 20 BTC trades
/bf dbstats 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.