Scan crypto and NFT sentiment on X/Twitter for daily alpha reports or token/NFT/project on-demand analyses with sentiment, trends, and red flags.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install x-alpha-scout或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install x-alpha-scout⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/x-alpha-scout/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: x-alpha-scout description: X/Twitter alpha scanner for crypto and NFTs. Use when: (1) user wants daily alpha reports, (2) analyzing a specific token/NFT/project from X sentiment. GitHub: github.com/hammad-btc/alpha-scout-skill ---
Your agent's X/Twitter alpha scanner. Two things: daily reports and on-demand analysis.
Environment variables:
export X_AUTH_TOKEN="your_twitter_auth_token"
export X_CT0="your_twitter_ct0_cookie"
Verify:
bird whoami --auth-token "$X_AUTH_TOKEN" --ct0 "$X_CT0"
---
User says: "Run my daily alpha" or "Get today's report"
What you do:
# Scan for overnight alpha
bird search "(buying OR bought OR aping OR loading up) (ticker OR token OR \$)" -n 25
bird search "(minting OR mint OR free mint) NFT" -n 20
bird search "(just launched OR stealth launch) token" -n 15
bird search "(gem OR undervalued OR 100x) crypto" --min-likes 10 -n 15
Generate report in this exact format:
# 🦅 Alpha Report — Feb 10, 2026
### 1. Good Morning
[Simple greeting]
### 2. Crypto Market Update
- BTC: $[price] ([+/-]% 24h)
- ETH: $[price] ([+/-]% 24h)
- SOL: $[price] ([+/-]% 24h)
- Fear & Greed Index: [value] ([Extreme Fear/Fear/Neutral/Greed/Extreme Greed])
### 3. News of the Day
- [Major Web3 announcement](https://x.com/...) — Brief summary
- [Regulation/news affecting market](https://x.com/...) — Brief summary
- [Any market-moving world news](https://x.com/...) — Brief summary
### 4. Crypto Twitter (CT)
- Main narrative: [What's the hot topic today?]
- Key trends: [New meta, drama, or shifts]
- Notable accounts: [Who's driving conversation]
### 5. NFTs Market Update
**ETH Eco:** [2-3 sentence paragraph on top ETH ecosystem updates — NFTs, tokens, protocols. Skip if nothing significant.]
**Bitcoin Eco:** [2-3 sentence paragraph on top Bitcoin/Ordinals market. Skip if nothing significant.]
**Sol Eco:** [2-3 sentence paragraph on top Solana ecosystem — NFTs, DeFi, memes. Skip if nothing significant.]
**Notable Mints:**
- Minting Today: [@account1](https://x.com/account1) [@account2](https://x.com/account2) [@account3](https://x.com/account3) (only good, hyped drops — embed X profile links)
- Upcoming Mints: [@account4](https://x.com/account4) [@account5](https://x.com/account5) (worth keeping an eye on — embed X profile links)
If none worth mentioning, say "No major mints detected."
### 6. Alpha from Reputable Figures:
- Top calls: [What are reputable accounts buying/minting? Include @username]
- High-conviction signals: [Who's aping what with size/proof — include @username]
- WL opportunities: [Any good drops they mentioned — include @username]
- Emerging narratives: [New meta or trend being discussed — include @username]
- Notable exits/warnings: [Who's selling or warning about what — include @username]
### 7. Extra / Warnings
- [Any red flags or opportunities noticed]
- [Personal observations]
---
*Report time: 00:00 UTC | NFA/DYOR*
Deliver: Send to user via their preferred channel (Discord, Telegram, etc.)
---
User says: "What do you think of $PEPEAI?" or "Analyze FomoBears NFT"
What you do:
# Deep scan this specific asset
bird search "$PEPEAI" -n 30
bird search "$PEPEAI (gem OR scam OR rug OR buy)" -n 20
Analyze gathered tweets:
Deliver analysis in this exact format:
📊 CT Sentiments:
[4-5 line summary based on top 20-30 recent tweets about the asset. What are people saying? Any patterns? Hype or concern? Specific details about the project/token/NFT]
📈 Overall: [Bullish/Bearish/Neutral] (assessment at end of CT Sentiments section)
🐋 Takes of High-Rep Accounts:
[@Influencer1: "quote or summary of their take" — Bullish]
[@Influencer2: "quote or summary of their take" — Bearish]
[Or: No noticeable activity detected from high-rep accounts — Bearish]
⚠️ Red Flags:
[Any contract issues, anon team, copycat name, LP not locked, etc. Or: None detected]
📊 Score: XX/100
✅ Verdict: [High/Medium/Low confidence — Bullish/Neutral/Bearish]
⚡ NFA / DYOR
How to gather data:
# Get general sentiment tweets
bird search "$TICKER" -n 30
# Get high-rep account takes specifically
bird search "$TICKER (from:DegenKing OR from:AlphaKing OR from:CryptoGem)" -n 20
# Add more KOLs as needed
Scoring guide:
---
CT Sentiment Score (0-100):
What to look for:
---
| Task | Command | |------|---------| | Daily report | Run scans for last 24h, compile top calls | | Analyze asset | bird search "$TICKER" -n 30 | | Check specific caller | bird search "from:username" -n 20 | | Find mints | bird search "free mint OR minting now NFT" -n 15 |
---
User: "Get my alpha report"
You: Run the 4 daily scans → compile top calls → format report → deliver
---
User: "What about $MOONSHOT?"
You: Search "$MOONSHOT" (30 tweets) → analyze sentiment → check for red flags → deliver analysis with score + verdict + NFA
---
User: "Is @DegenKing reliable?"
You: Search "from:DegenKing" → review their recent calls → give qualitative assessment: "Known for high-conviction calls, recent streak looks solid" or "Mixed bag lately, verify before following"
---
Built for the agent economy. NFA. DYOR. 🦅
安装 X Alpha Scout 后,可以对 AI 说这些话来触发它
Help me get started with X Alpha Scout
Explains what X Alpha Scout does, walks through the setup, and runs a quick demo based on your current project
Use X Alpha Scout to scan crypto and NFT sentiment on X/Twitter for daily alpha reports ...
Invokes X Alpha Scout with the right parameters and returns the result directly in the conversation
What can I do with X Alpha Scout in my finance & investment workflow?
Lists the top use cases for X Alpha Scout, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/x-alpha-scout/ 目录(个人级,所有项目可用),或 .claude/skills/x-alpha-scout/(项目级)。重启 AI 客户端后,用 /x-alpha-scout 主动调用,或让 AI 根据上下文自动发现并使用。
X Alpha Scout 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
X Alpha Scout 可免费安装使用。请查阅仓库了解许可证信息。
Scan crypto and NFT sentiment on X/Twitter for daily alpha reports or token/NFT/project on-demand analyses with sentiment, trends, and red flags.
X Alpha Scout 属于「Finance & Investment」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my finance & investment tasks using X Alpha Scout
Identifies repetitive steps in your workflow and sets up X Alpha Scout to handle them automatically