Daily Alpha Scanner — Security skill for Claude Code
One-click daily on-chain alpha scanner skill for AI coding agents.
How to install Daily Alpha Scanner
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open zhuyansen/daily-alpha-scanner and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Daily Alpha Scanner does
One-click daily on-chain alpha scanner skill for AI coding agents. 5-step pipeline: Hot Tokens → Smart Money → Meme Scan → Security Audit → Purchase Recommendations.
Alternatives in Security
- Token Scan — Meme coin and token security scan — checks for rug pull vectors (hidden mint, honeypot, fee manipulation, LP l 3.8k ★
- Mcp-scan (Invariant Labs) — MCP security scanner with proxy mode for real-time scanning without infrastructure changes 1.9k ★
- /web3 Audit — Smart contract security audit using the 10-bug-class methodology 927 ★
README
Daily Alpha Scanner
A one-click on-chain alpha discovery skill for AI coding agents. Runs a systematic 5-step research pipeline and outputs actionable BUY / WATCH / AVOID recommendations.
What It Does
Step 1: Hot Token Discovery Trending tokens across chains, categorized by narrative
↓
Step 2: Smart Money Signals What smart money, KOLs, and whales are buying RIGHT NOW
↓
Step 3: Meme Coin Scan New launches on pump.fun / fourmeme with dev & sniper checks
↓
Step 4: Security Audit Batch honeypot, rug pull, fake liquidity detection
↓
Step 5: Consolidated Briefing Composite scoring (0-100) with buy/avoid verdicts
Each token gets scored on 5 dimensions:
| Factor | Weight |
|---|---|
| Narrative strength | 15% |
| On-chain momentum (price, volume, txs) | 20% |
| Smart money conviction (wallets, sold ratio) | 25% |
| Security score (scans + dev history) | 25% |
| Liquidity depth | 15% |
Installation
npx skills add zhuyansen/daily-alpha-scanner
Prerequisites
1. OKX OnchainOS CLI
curl -sSL https://raw.githubusercontent.com/okx/onchainos-skills/main/install.sh | sh
Verify: `onchainos --version` (requires v3.1+)
2. OKX Web3 API Key
Get a free API key from [OKX Web3 Dev Portal](https://web3.okx.com/onchainos/dev-portal):
- Connect your wallet
- Select the Starter plan (free)
- Copy your API Key, Secret Key, and Passphrase
Set environment variables:
export OKX_API_KEY="your-api-key"
export OKX_SECRET_KEY="your-secret-key"
export OKX_PASSPHRASE="your-passphrase"
Free monthly quota: 1,000,000 Basic API calls + 100,000 Premium API calls.
Usage
Full Scan (default: Solana + Base)
/daily-alpha-scanner
Or use natural language:
"daily scan"/"每日扫描""what to buy today"/"今天买什么""alpha scanner"/"扫链""market scan"/"市场扫描"
Quick Scan (abbreviated)
Say `"quick scan"` or `"快速扫描"` for a f
Related Skills
Cpv Pre Install Scan
Scan any skill / plugin / marketplace for security threats BEFORE installing it. Runs the MANDATORY native ski
Vibe Audit
Security scanner for AI-built apps. Catches hardcoded secrets, injection vulnerabilities, missing rate limits,
Exploit Chain
Chain multiple findings into a single multi-step exploit. Produces a Foundry test that proves the chain works.
Skill Lint
Security scanner for Claude Code / agent skills. Catches prompt injection, obfuscation, credential exfiltratio
Skillspector
Security scanner for AI agent skills. Detect vulnerabilities, malicious patterns, security risks, prompt injec
Agentseal
Security toolkit for AI agents. Scan your machine for dangerous skills and MCP configs, monitor for supply cha
Related Agents
Refactor Prompts Judge
LLM judge for /refactor-prompts. Classifies hot regions from the lexical scan and emits an edit plan JSON.
Kavach Billing
KAVACH billing/monetization specialist. Walks the full money kill chain - server-side price/entitlement enforc
Evaluator Cosmwasm Agent
CosmWasm smart-contract vulnerability evaluator — spawned per smart_contract surface with chain_family=cosmwas