binance-futures by alsk1992/cloddsbot
npx skills add https://github.com/alsk1992/cloddsbot --skill binance-futures在 Binance 上进行永续期货交易,支持高达 125 倍杠杆,并提供完整的数据库追踪功能。
# 设置凭证
export BINANCE_API_KEY="your-api-key"
export BINANCE_API_SECRET="your-api-secret"
# 检查余额
/bf balance
# 开仓
/bf long BTCUSDT 0.01 10x
# 查看统计
/bf stats
| 命令 | 描述 |
|---|---|
/bf balance | 检查保证金余额 |
/bf positions | 查看未平仓头寸 |
/bf orders | 列出未成交订单 |
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
| 命令 | 描述 |
|---|---|
/bf long <symbol> <size> [leverage]x | 开立多头头寸 |
/bf short <symbol> <size> [leverage]x | 开立空头头寸 |
/bf close <symbol> | 平仓 |
/bf closeall | 平掉所有头寸 |
/bf tp <symbol> <price> | 设置止盈 |
/bf sl <symbol> <price> | 设置止损 |
/bf leverage <symbol> <value> | 设置杠杆 |
| 命令 | 描述 |
|---|---|
/bf price <symbol> | 获取当前价格 |
/bf funding <symbol> | 检查资金费率 |
/bf markets [query] | 列出市场 |
| 命令 | 描述 |
|---|---|
/bf trades [symbol] [limit] | 从数据库查看交易历史 |
/bf dbstats [symbol] [period] | 胜率、盈亏、盈利因子 |
/bf dbfunding [symbol] | 资金费用支付历史 |
/bf dbpositions [all] | 头寸历史 |
统计周期: day, week, month
/bf long BTCUSDT 0.01 10x # 10倍杠杆做多
/bf short ETHUSDT 0.1 20x # 20倍杠杆做空
/bf tp BTCUSDT 105000 # 在 105,000 美元止盈
/bf sl BTCUSDT 95000 # 在 95,000 美元止损
/bf close BTCUSDT # 平掉 BTC 头寸
/bf trades BTCUSDT 20 # 最近 20 笔 BTC 交易
/bf dbstats ETHUSDT week # ETH 过去一周的统计
每周安装量
78
代码仓库
GitHub 星标数
54
首次出现
2026 年 2 月 15 日
安全审计
安装于
codex76
opencode76
gemini-cli75
kimi-cli74
github-copilot74
amp74
Trade perpetual futures on Binance with up to 125x leverage and full database tracking.
# 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
| Command | Description |
|---|---|
/bf balance | Check margin balance |
/bf positions | View open positions |
/bf orders | List open orders |
| 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> |
| Command | Description |
|---|---|
/bf price <symbol> | Get current price |
/bf funding <symbol> | Check funding rate |
/bf markets [query] | List markets |
| 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
/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
Weekly Installs
78
Repository
GitHub Stars
54
First Seen
Feb 15, 2026
Security Audits
Gen Agent Trust HubFailSocketPassSnykWarn
Installed on
codex76
opencode76
gemini-cli75
kimi-cli74
github-copilot74
amp74
Lark CLI妙记查询工具:快速获取飞书妙记元信息(标题、封面、时长)
39,100 周安装
Vercel部署与构建指南:自动化构建流水线、预览部署、发布控制与即时回滚
129 周安装
阿里云CDN OpenAPI自动化操作指南 - 域名管理、缓存刷新、HTTPS证书配置
129 周安装
pnpm 完全指南:JavaScript/TypeScript 包管理器安装、配置与最佳实践
134 周安装
FAISS 向量相似性搜索库 - Meta AI 十亿级向量快速检索,支持 GPU 加速与 Python 集成
130 周安装
Figma设计插件开发与组件系统指南:从自动布局到设计系统管理
130 周安装
tuzi-post-to-x:绕过反机器人检测,自动化发布内容到X/Twitter
70 周安装
| Set stop-loss |
/bf leverage <symbol> <value> | Set leverage |