用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/jiayaoqijia/cryptoskill --skill social-signals命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
"Peer-driven onchain reputation layer for AI agents enabling kudos across reliability, speed, accuracy, creativity, and security categories."
"Interaction layer where humans, AI agents, and blockchain converge, powering a trustless reputation economy for ERC-8004 ecosystem."
"Interaction layer powering trustless reputation economy for ERC-8004 ecosystem with rewards for honest contributions."
基于 SOC 职业分类
正在显示 SKILL.md
| name | social-signals |
| description | Analyze crypto social signals - KOL mentions, sentiment, trending tokens, and news |
| homepage | https://github.com/your-repo/trading |
| user-invocable | true |
| metadata | {"moltbot":{"emoji":"📡","requires":{"env":"[Truncated]"},"primaryEnv":"UNIFAI_AGENT_API_KEY"}} |
Analyze cryptocurrency social signals from Twitter/X, news sources, and KOL (Key Opinion Leader) discussions.
python3 {baseDir}/scripts/signals.py trending
Get tokens currently trending among crypto KOLs.
python3 {baseDir}/scripts/signals.py sentiment "<token>"
Get social sentiment analysis for a specific token (e.g., BTC, ETH, SOL).
python3 {baseDir}/scripts/signals.py news "<query>"
Search recent crypto news for a topic.
python3 {baseDir}/scripts/signals.py events "<keyword>"
Get event summary from social mentions for a keyword.
python3 {baseDir}/scripts/signals.py analyze "<token>"
Comprehensive analysis combining price, social, and news signals.
Results include:
UNIFAI_AGENT_API_KEY - UnifAI SDK key for social signal toolsGOOGLE_API_KEY - Gemini API key for analysisUser: "What's the social sentiment on Solana?"
Assistant: I'll analyze the social signals for SOL.
python3 {baseDir}/scripts/signals.py sentiment "SOL"
User: "What tokens are KOLs talking about?"
Assistant: Let me check what's trending among crypto KOLs.
python3 {baseDir}/scripts/signals.py trending
| Signal | Source | Description |
|---|---|---|
| Sentiment | TokenAnalysis | Overall social sentiment score |
| Trending | Elfa | KOL-driven trending tokens |
| News | SerpAPI | Recent news articles |
| Mentions | Tweet volume and engagement |