Rank
70
AI Agents & MCPs & AI Workflow Automation β’ (~400 MCP servers for AI agents) β’ AI Automation / AI Agent with MCPs β’ AI Workflows & AI Agents β’ MCPs for AI Agents
Traction
No public download signal
Freshness
Updated 2d ago
Crawler Summary
Binance Enhanced Skill Binance Enhanced Skill **Enhanced Binance trading skill for OpenClaw** *Version 2.0 β created by parallel agents in 20 minutes* π Features π§ Core Improvements 1. **Complete test infrastructure** β mock files, integration tests, connection verification 2. **Security** β rate limiting system, API key encryption, detailed logging 3. **UX/UI** β natural language command parser, interactive dialog, Telegram bot 4. **Mon Capability contract not published. No trust telemetry is available yet. 1 GitHub stars reported by the source. Last updated 4/14/2026.
Freshness
Last checked 4/14/2026
Best For
binance-enhanced is best for general automation workflows where OpenClaw compatibility matters.
Not Ideal For
Contract metadata is missing or unavailable for deterministic execution.
Evidence Sources Checked
editorial-content, GITHUB OPENCLEW, runtime-metrics, public facts pack
Binance Enhanced Skill Binance Enhanced Skill **Enhanced Binance trading skill for OpenClaw** *Version 2.0 β created by parallel agents in 20 minutes* π Features π§ Core Improvements 1. **Complete test infrastructure** β mock files, integration tests, connection verification 2. **Security** β rate limiting system, API key encryption, detailed logging 3. **UX/UI** β natural language command parser, interactive dialog, Telegram bot 4. **Mon
Public facts
5
Change events
1
Artifacts
0
Freshness
Apr 14, 2026
Capability contract not published. No trust telemetry is available yet. 1 GitHub stars reported by the source. Last updated 4/14/2026.
Trust score
Unknown
Compatibility
OpenClaw
Freshness
Apr 14, 2026
Vendor
S7cret
Artifacts
0
Benchmarks
0
Last release
Unpublished
Key links, install path, and a quick operational read before the deeper crawl record.
Summary
Capability contract not published. No trust telemetry is available yet. 1 GitHub stars reported by the source. Last updated 4/14/2026.
Setup snapshot
git clone https://github.com/s7cret/binance-enhanced.gitSetup complexity is LOW. This package is likely designed for quick installation with minimal external side-effects.
Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.
Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.
Vendor
S7cret
Protocol compatibility
OpenClaw
Adoption signal
1 GitHub stars
Handshake status
UNKNOWN
Crawlable docs
6 indexed pages on the official domain
Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.
Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.
Extracted files
0
Examples
6
Snippets
0
Languages
typescript
Parameters
text
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 β
bash
# Clone repository git clone https://github.com/s7cret/binance-enhanced.git cd binance-enhanced # Run installation chmod +x install.sh ./install.sh
bash
# Copy environment template cp templates/.env.example .env # Edit with your credentials nano .env # Required variables: BINANCE_API_KEY=your_api_key_here BINANCE_API_SECRET=your_api_secret_here
bash
# Using Docker (recommended) docker-compose up -d # Or manually python3 -m uvicorn main:app --host 0.0.0.0 --port 8000
bash
buy 0.1 BTC at market sell 2 ETH at 1800 limit show BTC balance get BTCUSDT price portfolio summary
bash
ΠΊΡΠΏΠΈ 0.1 Π±ΠΈΡΠΊΠΎΠΈΠ½ ΠΏΠΎ ΡΡΠ½ΠΊΡ ΠΏΡΠΎΠ΄Π°ΠΉ 2 ΡΡΠΈΡΠ° ΠΏΠΎ 1800 Π»ΠΈΠΌΠΈΡ ΠΏΠΎΠΊΠ°ΠΆΠΈ Π±Π°Π»Π°Π½Ρ Π±ΠΈΡΠΊΠΎΠΈΠ½ ΡΠ΅Π½Π° BTCUSDT ΡΠ²ΠΎΠ΄ΠΊΠ° ΠΏΠΎΡΡΡΠ΅Π»Ρ
Full documentation captured from public sources, including the complete README when available.
Docs source
GITHUB OPENCLEW
Editorial quality
ready
Binance Enhanced Skill Binance Enhanced Skill **Enhanced Binance trading skill for OpenClaw** *Version 2.0 β created by parallel agents in 20 minutes* π Features π§ Core Improvements 1. **Complete test infrastructure** β mock files, integration tests, connection verification 2. **Security** β rate limiting system, API key encryption, detailed logging 3. **UX/UI** β natural language command parser, interactive dialog, Telegram bot 4. **Mon
Enhanced Binance trading skill for OpenClaw
Version 2.0 β created by parallel agents in 20 minutes
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/ # Performance tests
β
βββ docs/ # Documentation
βββ api/ # API documentation
βββ tutorials/ # Step-by-step guides
βββ diagrams/ # Architecture diagrams
# Clone repository
git clone https://github.com/s7cret/binance-enhanced.git
cd binance-enhanced
# Run installation
chmod +x install.sh
./install.sh
# Copy environment template
cp templates/.env.example .env
# Edit with your credentials
nano .env
# Required variables:
BINANCE_API_KEY=your_api_key_here
BINANCE_API_SECRET=your_api_secret_here
# Using Docker (recommended)
docker-compose up -d
# Or manually
python3 -m uvicorn main:app --host 0.0.0.0 --port 8000
buy 0.1 BTC at market
sell 2 ETH at 1800 limit
show BTC balance
get BTCUSDT price
portfolio summary
ΠΊΡΠΏΠΈ 0.1 Π±ΠΈΡΠΊΠΎΠΈΠ½ ΠΏΠΎ ΡΡΠ½ΠΊΡ
ΠΏΡΠΎΠ΄Π°ΠΉ 2 ΡΡΠΈΡΠ° ΠΏΠΎ 1800 Π»ΠΈΠΌΠΈΡ
ΠΏΠΎΠΊΠ°ΠΆΠΈ Π±Π°Π»Π°Π½Ρ Π±ΠΈΡΠΊΠΎΠΈΠ½
ΡΠ΅Π½Π° BTCUSDT
ΡΠ²ΠΎΠ΄ΠΊΠ° ΠΏΠΎΡΡΡΠ΅Π»Ρ
# Required
BINANCE_API_KEY=your_api_key
BINANCE_API_SECRET=your_api_secret
# Optional
TELEGRAM_BOT_TOKEN=your_bot_token
REDIS_URL=redis://localhost:6379
LOG_LEVEL=INFO
TRADE_MODE=paper # paper, live, dry-run
# Run all tests
pytest tests/
# Run specific test categories
pytest tests/unit/
pytest tests/integration/
pytest tests/security/
pytest tests/performance/
# Run with coverage
pytest --cov=. tests/
http://localhost:8000/docshttp://localhost:8000/redocdocs/postman_collection.json# Build and run
docker-compose up -d
# View logs
docker-compose logs -f
# Stop services
docker-compose down
# Update services
docker-compose pull
docker-compose up -d
# Install dependencies
pip install -r requirements.txt
# Set environment
export BINANCE_API_KEY=your_key
export BINANCE_API_SECRET=your_secret
# Start service
python3 -m uvicorn main:app --host 0.0.0.0 --port 8000
# Apply manifests
kubectl apply -f k8s/namespace.yaml
kubectl apply -f k8s/configmap.yaml
kubectl apply -f k8s/deployment.yaml
kubectl apply -f k8s/service.yaml
kubectl apply -f k8s/ingress.yaml
MIT License - see LICENSE file for details.
β Star this repository if you find it useful!
π’ Share your feedback and feature requests in Issues!
π Happy trading with Binance Enhanced!
Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.
Contract coverage
Status
missing
Auth
None
Streaming
No
Data region
Unspecified
Protocol support
Requires: none
Forbidden: none
Guardrails
Operational confidence: low
curl -s "https://xpersona.co/api/v1/agents/s7cret-binance-enhanced/snapshot"
curl -s "https://xpersona.co/api/v1/agents/s7cret-binance-enhanced/contract"
curl -s "https://xpersona.co/api/v1/agents/s7cret-binance-enhanced/trust"
Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.
Trust signals
Handshake
UNKNOWN
Confidence
unknown
Attempts 30d
unknown
Fallback rate
unknown
Runtime metrics
Observed P50
unknown
Observed P95
unknown
Rate limit
unknown
Estimated cost
unknown
Do not use if
Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.
Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.
Rank
70
AI Agents & MCPs & AI Workflow Automation β’ (~400 MCP servers for AI agents) β’ AI Automation / AI Agent with MCPs β’ AI Workflows & AI Agents β’ MCPs for AI Agents
Traction
No public download signal
Freshness
Updated 2d ago
Rank
70
AI productivity studio with smart chat, autonomous agents, and 300+ assistants. Unified access to frontier LLMs
Traction
No public download signal
Freshness
Updated 5d ago
Rank
70
Free, local, open-source 24/7 Cowork app and OpenClaw for Gemini CLI, Claude Code, Codex, OpenCode, Qwen Code, Goose CLI, Auggie, and more | π Star if you like it!
Traction
No public download signal
Freshness
Updated 6d ago
Rank
70
The Frontend for Agents & Generative UI. React + Angular
Traction
No public download signal
Freshness
Updated 23d ago
Contract JSON
{
"contractStatus": "missing",
"authModes": [],
"requires": [],
"forbidden": [],
"supportsMcp": false,
"supportsA2a": false,
"supportsStreaming": false,
"inputSchemaRef": null,
"outputSchemaRef": null,
"dataRegion": null,
"contractUpdatedAt": null,
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Invocation Guide
{
"preferredApi": {
"snapshotUrl": "https://xpersona.co/api/v1/agents/s7cret-binance-enhanced/snapshot",
"contractUrl": "https://xpersona.co/api/v1/agents/s7cret-binance-enhanced/contract",
"trustUrl": "https://xpersona.co/api/v1/agents/s7cret-binance-enhanced/trust"
},
"curlExamples": [
"curl -s \"https://xpersona.co/api/v1/agents/s7cret-binance-enhanced/snapshot\"",
"curl -s \"https://xpersona.co/api/v1/agents/s7cret-binance-enhanced/contract\"",
"curl -s \"https://xpersona.co/api/v1/agents/s7cret-binance-enhanced/trust\""
],
"jsonRequestTemplate": {
"query": "summarize this repo",
"constraints": {
"maxLatencyMs": 2000,
"protocolPreference": [
"OPENCLEW"
]
}
},
"jsonResponseTemplate": {
"ok": true,
"result": {
"summary": "...",
"confidence": 0.9
},
"meta": {
"source": "GITHUB_OPENCLEW",
"generatedAt": "2026-04-17T00:51:44.575Z"
}
},
"retryPolicy": {
"maxAttempts": 3,
"backoffMs": [
500,
1500,
3500
],
"retryableConditions": [
"HTTP_429",
"HTTP_503",
"NETWORK_TIMEOUT"
]
}
}Trust JSON
{
"status": "unavailable",
"handshakeStatus": "UNKNOWN",
"verificationFreshnessHours": null,
"reputationScore": null,
"p95LatencyMs": null,
"successRate30d": null,
"fallbackRate": null,
"attempts30d": null,
"trustUpdatedAt": null,
"trustConfidence": "unknown",
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Capability Matrix
{
"rows": [
{
"key": "OPENCLEW",
"type": "protocol",
"support": "unknown",
"confidenceSource": "profile",
"notes": "Listed on profile"
}
],
"flattenedTokens": "protocol:OPENCLEW|unknown|profile"
}Facts JSON
[
{
"factKey": "docs_crawl",
"category": "integration",
"label": "Crawlable docs",
"value": "6 indexed pages on the official domain",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
},
{
"factKey": "vendor",
"category": "vendor",
"label": "Vendor",
"value": "S7cret",
"href": "https://github.com/s7cret/binance-enhanced",
"sourceUrl": "https://github.com/s7cret/binance-enhanced",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-04-14T22:25:21.867Z",
"isPublic": true
},
{
"factKey": "protocols",
"category": "compatibility",
"label": "Protocol compatibility",
"value": "OpenClaw",
"href": "https://xpersona.co/api/v1/agents/s7cret-binance-enhanced/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/s7cret-binance-enhanced/contract",
"sourceType": "contract",
"confidence": "medium",
"observedAt": "2026-04-14T22:25:21.867Z",
"isPublic": true
},
{
"factKey": "traction",
"category": "adoption",
"label": "Adoption signal",
"value": "1 GitHub stars",
"href": "https://github.com/s7cret/binance-enhanced",
"sourceUrl": "https://github.com/s7cret/binance-enhanced",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-04-14T22:25:21.867Z",
"isPublic": true
},
{
"factKey": "handshake_status",
"category": "security",
"label": "Handshake status",
"value": "UNKNOWN",
"href": "https://xpersona.co/api/v1/agents/s7cret-binance-enhanced/trust",
"sourceUrl": "https://xpersona.co/api/v1/agents/s7cret-binance-enhanced/trust",
"sourceType": "trust",
"confidence": "medium",
"observedAt": null,
"isPublic": true
}
]Change Events JSON
[
{
"eventType": "docs_update",
"title": "Docs refreshed: Sign in to GitHub Β· GitHub",
"description": "Fresh crawlable documentation was indexed for the official domain.",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
}
]Sponsored
Ads related to binance-enhanced and adjacent AI workflows.