Binance Futures trading with DB tracking
Scanned 2/12/2026
Install via CLI
openskills install alsk1992/CloddsBot---
name: binance-futures
description: Binance Futures trading with DB tracking
emoji: "🟡"
commands:
- /bf
gates:
envs:
- BINANCE_API_KEY
---
# Binance Futures
Trade perpetual futures on Binance with up to 125x leverage and full database tracking.
## Quick Start
```bash
# 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
| Command | Description |
|---------|-------------|
| `/bf balance` | Check margin balance |
| `/bf positions` | View open positions |
| `/bf orders` | List open orders |
### Trading
| Command | Description |
|---------|-------------|
| `/bf long <symbol> <size> [leverage]x` | Open long position |
| `/bf short <symbol> <size> [leverage]x` | Open short position |
| `/bf close <symbol>` | Close position |
| `/bf closeall` | Close all positions |
| `/bf tp <symbol> <price>` | Set take-profit |
| `/bf sl <symbol> <price>` | Set stop-loss |
| `/bf leverage <symbol> <value>` | Set leverage |
### Market Data
| Command | Description |
|---------|-------------|
| `/bf price <symbol>` | Get current price |
| `/bf funding <symbol>` | Check funding rate |
| `/bf markets [query]` | List markets |
### Database/History
| Command | Description |
|---------|-------------|
| `/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
```bash
/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
```
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.
SEO optimization with keyword analysis, readability assessment, technical validation, content quality. Use for search rankings, blog posts, content audits, or encountering keyword density, readability scores, meta tags, schema markup errors.
Python backend development expertise for FastAPI, security patterns, database operations, Upstash integrations, and code quality. Use when: (1) Building REST APIs with FastAPI, (2) Implementing JWT/OAuth2 authentication, (3) Setting up SQLAlchemy/async databases, (4) Integrating Redis/Upstash caching, (5) Refactoring AI-generated Python code (deslopification), (6) Designing API patterns, or (7) Optimizing backend performance.
Drive the full internationalization journey for a project — detect the stack, recommend a library, set up the chosen library, wrap existing strings, and optionally connect a translation platform. Use when the user asks to add or configure i18n, internationalization, localization, multi-language support, or translations — including when they explicitly mention LinguiJS, Lingui, next-intl, "wrap strings", "find hardcoded text", "make my app translatable", or "set up translations". Triggers on g...
PTES-aligned adversarial security audit for backend, frontend, and mobile applications. Produces a CVSS-scored Hacker Report with verified PoCs and phased remediation.