π¦ ClawHub
Binance Trading Assistant
by @dagangtj
Monitor Binance spot and futures balances, open positions with P&L, portfolio performance, and set price alerts via your AI assistant.
TERMINAL
clawhub install binance-trading-assistantπ About This Skill
Binance Trading Assistant Skill
Monitor Binance account balances, positions, and get price alerts through your AI assistant.
Capabilities
This skill enables your AI assistant to:
Commands
The assistant can handle requests like:
Setup
1. Create Binance API keys (read-only recommended)
2. Store credentials in ~/.openclaw/secrets/binance.json:
{
"apiKey": "your_api_key",
"secret": "your_api_secret"
}
Tools
check_binance_balance
Query account balances across spot and futures.Usage: "Check my Binance balance"
check_positions
List all open futures positions with P&L.Usage: "Show my open positions"
get_portfolio_summary
Get a complete portfolio overview.Usage: "What's my portfolio worth?"
Safety
Pricing
$5/month subscription via ClawHub
Author
AI Trading Tools
βοΈ Configuration
1. Create Binance API keys (read-only recommended)
2. Store credentials in ~/.openclaw/secrets/binance.json:
{
"apiKey": "your_api_key",
"secret": "your_api_secret"
}