Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions _index.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": 1,
"total": 121,
"total": 122,
"categories": [
"api",
"automation",
Expand All @@ -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",
Expand Down
13 changes: 9 additions & 4 deletions _stats.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"total_skills": 121,
"verified": 113,
"total_skills": 122,
"verified": 114,
"categories": {
"utilities": 2,
"data": 9,
Expand All @@ -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",
Expand Down
60 changes: 60 additions & 0 deletions listings/research/alpha/README.md
Original file line number Diff line number Diff line change
@@ -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`
36 changes: 36 additions & 0 deletions listings/research/alpha/listing.json
Original file line number Diff line number Diff line change
@@ -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"
}
}