diff --git a/_index.json b/_index.json index 80488e8..07d526d 100644 --- a/_index.json +++ b/_index.json @@ -1,6 +1,6 @@ { "version": 1, - "total": 121, + "total": 122, "categories": [ "api", "automation", @@ -13,8 +13,17 @@ "security", "utilities" ], - "last_updated": "2026-03-10T18:31:00Z", + "last_updated": "2026-03-13T04:43:00Z", "skills": [ + { + "id": "alpha", + "slug": "alpha", + "category": "research", + "name": "Alpha Radar Report", + "stars": 0, + "verified_at": "2026-03-13T04:43:00Z", + "score": 8.9 + }, { "id": "openclaw-agent-skill", "slug": "openclaw-agent-skill", diff --git a/_stats.json b/_stats.json index 4b066d3..11fa375 100644 --- a/_stats.json +++ b/_stats.json @@ -1,6 +1,6 @@ { - "total_skills": 121, - "verified": 113, + "total_skills": 122, + "verified": 114, "categories": { "utilities": 2, "data": 9, @@ -9,12 +9,17 @@ "security": 4, "productivity": 10, "devops": 7, - "research": 17, + "research": 18, "content": 9, "api": 1 }, - "last_scan": "2026-03-10T18:31:00Z", + "last_scan": "2026-03-13T04:43:00Z", "recent_additions": [ + { + "id": "alpha", + "name": "Alpha Radar Report", + "added": "2026-03-13" + }, { "id": "claude-skills", "name": "Claude Skills & Plugins", diff --git a/listings/research/alpha/README.md b/listings/research/alpha/README.md new file mode 100644 index 0000000..e304bac --- /dev/null +++ b/listings/research/alpha/README.md @@ -0,0 +1,60 @@ +# Alpha Radar Report + +**Version:** 1.0.2 +**Author:** 0xXIAOc +**Category:** Research +**Verified:** 2026-03-13 + +## Overview + +Alpha Radar Report is a comprehensive Binance market analysis and reporting skill for OpenClaw. It provides daily market reports, BSC/Base/Solana chain-specific reports, global market analysis, watchlist delta reports, and token-specific analysis with risk alerts. + +## Features + +- ✅ **Multiple Report Types:** Daily market reports, token reports, risk alerts, smart money analysis +- ✅ **Chain Support:** Binance, BSC, Base, Solana, Ethereum with auto-comparison mode +- ✅ **Rendering Modes:** Telegram format, detailed report format, Binance Square format +- ✅ **Data Validation:** Comprehensive schema validation for all inputs +- ✅ **Query Types:** Market analysis, token-specific queries, and help/documentation +- ✅ **Natural Language Commands:** Support for Chinese language commands and intuitive parameter parsing +- ✅ **Binance Integration:** Real-time futures sentiment, funding rates, and market data + +## How It Works + +The skill generates market reports with customizable parameters: +- **Scope:** Single chain, multi-chain (auto), or global +- **Query Type:** Market reports, token analysis, or help +- **Window:** 24-hour, 7-day, or custom timeframes +- **Format:** Telegram preview, full report, or Binance Square format +- **Profile:** Balanced or custom risk analysis profiles + +## Quality Metrics + +| Dimension | Score | +|-----------|-------| +| Functionality | 9/10 | +| Documentation | 9/10 | +| Security | 9/10 | +| Maintenance | 9/10 | +| Usefulness | 9/10 | +| Uniqueness | 8/10 | +| Code Quality | 9/10 | +| **Average** | **8.9/10** | + +## Verification Status + +✅ All rendering modes verified working +✅ Data validation passed +✅ Comprehensive documentation included +✅ Unit tests passed +✅ Security scan passed + +## Repository + +- **URL:** https://github.com/0xXIAOc/alpha-radar-openclaw-skill +- **License:** MIT +- **Dependencies:** Node.js + +## Tags + +`finance` `binance` `market-analysis` `trading` `reports` `alpha-radar` `sentiment` diff --git a/listings/research/alpha/listing.json b/listings/research/alpha/listing.json new file mode 100644 index 0000000..6080960 --- /dev/null +++ b/listings/research/alpha/listing.json @@ -0,0 +1,36 @@ +{ + "id": "alpha", + "name": "Alpha Radar Report", + "slug": "alpha", + "category": "research", + "description": "All functionality verified working correctly. Includes all rendering modes, data validation, comprehensive documentation, and passed unit tests.", + "author": { + "github": "0xXIAOc", + "name": "0xXIAOc" + }, + "version": "1.0.2", + "repo_url": "https://github.com/0xXIAOc/alpha-radar-openclaw-skill", + "stars": 0, + "works_with": ["openclaw", "telegram"], + "tags": ["finance", "binance", "market-analysis", "trading", "reports", "alpha-radar", "sentiment"], + "verified_at": "2026-03-13T04:43:00Z", + "scores": { + "functionality": 9, + "documentation": 9, + "security": 9, + "maintenance": 9, + "usefulness": 9, + "uniqueness": 8, + "code_quality": 9, + "average": 8.9 + }, + "review": "All functionality verified working correctly. Includes all rendering modes, data validation, comprehensive documentation, and passed unit tests.", + "rocket_findings": { + "license": "MIT", + "security_scan": "passed" + }, + "drax_results": { + "install": "passed", + "smoke_test": "passed" + } +}