Trade perpetual futures on Binance with up to 125x leverage and full database tracking.
Works with
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionbinance-futuresExecute the skills CLI command in your project's root directory to begin installation:
Fetches binance-futures from alsk1992/cloddsbot and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate binance-futures. Access via /binance-futures in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Create detailed user stories, acceptance criteria, and feature specs
Example
Generate user stories for 'password reset feature' with acceptance criteria, edge cases, and test scenarios
Reduce spec writing time by 50%, ensure comprehensive coverage
Research competitors, compare features, identify gaps
Example
Analyze 5 competitor products, create feature comparison matrix, suggest differentiation opportunities
Complete competitive research in 2 hours instead of 2 days
Evaluate features using frameworks (RICE, ICE, Kano) and create prioritized backlogs
Example
Score 20 feature ideas using RICE framework, generate prioritized roadmap with rationale
0
total installs
0
this week
154
GitHub stars
0
upvotes
Run in your terminal
0
installs
0
this week
154
stars
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> |
Set stop-loss |
/bf leverage <symbol> <value> |
Set leverage |
| 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
Make data-driven prioritization decisions faster
Draft PRDs, status updates, and stakeholder presentations
Example
Create executive summary of Q3 roadmap, monthly progress report, feature launch announcement
Save 3-5 hours/week on communication overhead
Prerequisites
Time Estimate
30-60 minutes to see productivity improvements
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use for user story writing, competitive research, roadmap prioritization, stakeholder communication, and PRD drafting. Best for reducing repetitive documentation and research work.
✗ Avoid when
Avoid for strategic product vision (requires deep customer empathy), pricing decisions (needs market and financial expertise), or when face-to-face customer discovery is more valuable than speed.
mattpocock/skills
parcadei/continuous-claude-v3
cursor/plugins
ailabs-393/ai-labs-claude-skills
pproenca/dot-skills
mattpocock/skills
Solid pick for teams standardizing on skills: binance-futures is focused, and the summary matches what you get after install.
Useful defaults in binance-futures — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
Solid pick for teams standardizing on skills: binance-futures is focused, and the summary matches what you get after install.
Registry listing for binance-futures matched our evaluation — installs cleanly and behaves as described in the markdown.
Solid pick for teams standardizing on skills: binance-futures is focused, and the summary matches what you get after install.
Registry listing for binance-futures matched our evaluation — installs cleanly and behaves as described in the markdown.
binance-futures fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
I recommend binance-futures for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
Registry listing for binance-futures matched our evaluation — installs cleanly and behaves as described in the markdown.
binance-futures has been reliable in day-to-day use. Documentation quality is above average for community skills.
showing 1-10 of 55