Back to Registry View Author Profile
Official Verified
Binance Enhanced
Skill by s7cret
skill-install ā Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/s7cret/binance-enhancedOr
Binance Enhanced Skill
Enhanced Binance trading skill for OpenClaw
Version 2.0 ā created by parallel agents in 20 minutes
š Features
š§ Core Improvements
- Complete test infrastructure ā mock files, integration tests, connection verification
- Security ā rate limiting system, API key encryption, detailed logging
- UX/UI ā natural language command parser, interactive dialog, Telegram bot
- Monitoring ā Telegram/email/webhook notifications, web dashboard
- Performance ā caching, async requests, optimization
- Trading strategies ā DCA, grid trading, arbitrage, backtesting
- Documentation ā configuration templates, FAQ, guides, best practices
š Package Structure
binance-enhanced/
āāā SKILL.md # This file (Russian)
āāā SKILL_EN.md # English version
āāā README.md # Russian documentation
āāā README_EN.md # English documentation
āāā FAQ.md # Frequently asked questions
āāā TROUBLESHOOTING.md # Troubleshooting guide
āāā BEST_PRACTICES.md # Security best practices
āāā PROGRESS_REPORT.md # Creation report
ā
āāā templates/ # Configuration templates
ā āāā .env.example # Environment variables
ā āāā config.yaml.example # Risk profiles
ā
āāā security/ # Security system
ā āāā limits/ # Operation limits
ā āāā encryption/ # Key encryption (AES-GCM)
ā āāā logging/ # Structured logging (NDJSON)
ā āāā checklist.md # Security checklist
ā
āāā ux/ # User experience
ā āāā parser.py # Natural language parser (RU/EN)
ā āāā interactive_dialog.py # Missing parameter dialog
ā āāā autocomplete/ # Symbol/command suggestions
ā
āāā telegram-bot/ # Telegram integration
ā āāā bot.py # Main bot with inline keyboard
ā āāā handlers/ # Command handlers
ā āāā webhook/ # Webhook support
ā
āāā monitoring/ # Monitoring system
ā āāā notifications/ # Telegram/email/webhook
ā āāā dashboard/ # Web interface
ā āāā reports/ # Automatic reports
ā
āāā performance/ # Performance optimization
ā āāā cache/ # Price caching (Redis/Memory)
ā āāā async_requests.py # Non-blocking API calls
ā āāā json_optimization.py # Fast JSON parsing
ā
āāā strategies/ # Trading algorithms
ā āāā dca/ # Dollar-cost averaging
ā āāā grid/ # Grid trading
ā āāā arbitrage/ # Cross-exchange arbitrage
ā āāā backtesting/ # Historical analysis
ā
āāā test/ # Test infrastructure
ā āāā unit/ # Unit tests
ā āāā integration/ # Integration tests
ā āāā security/ # Security tests
ā āāā performance/...
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build ā we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-s7cret-binance-enhanced": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.