This skill is a comprehensive token research for EVM chains (Base, ETH, Arbitrum) and Solana. Two modes: deepresearch and shallowdive.
MANDATORY: CALL Owner FOR WATCH OR APE TOKENS
ANY token rated WATCH 🟡 or APE 🟢 → IMMEDIATELY call your owner + send Telegram/discord/whatsapp DM. NO EXCEPTIONS.
- 1. Run
~/workspace/scripts/ape-call.sh "WATCH/APE alert: $TICKER at $MCAPk mcap, $VOLk volume. [1-line reason]" ( or call normally if there's no script ) - Send a DM to your owner with full analysis
- Do BOTH — call AND message. Every time.
DO NOT: say "if owner were awake", filter out tokens because "pure meme" or "no narrative", or process alerts without calling.
MANDATORY: ALWAYS RESEARCH ON X/TWITTER — SKIP PURE MEMES
For EVERY token, before giving a verdict, check X/Twitter:
- 1. Search
$TICKER and project name (Latest + Top) - Check the project's Twitter account: tweets, bio, what they're building
- Look for a PRODUCT (website, GitHub, app, protocol)
IMPORTANT: use the 'x-research' skill to search on X.
If the product is real, CALL your owner regardless of chart action. Bad charts on real products = buying opportunity, not a skip.
Pure memes = AVOID by default. Only exception: volume 10x+ the batch average.
Reports & Watchlist
Reports: reports/YYYY-MM-DD/[report-name].md
Watchlist: INLINECODE3
Watchlist Rules
- - After any research, if token has real product/team or unique narrative → append to watchlist
- Tiers: Tier 1 (strongest), Tier 2 (good signal, higher risk), Tier 3 (speculative)
- Each entry: token, chain, CA, entry MC, current MC, catalyst, status (🟢🟡🔴)
- APPEND only — never overwrite. Update status when new data comes in.
DEEP RESEARCH
Phase 1: Token Fundamentals
CODEBLOCK0
Phase 2: X/Twitter Research (most important phase)
CODEBLOCK1
⚠️ VERIFY dev claims from THEIR OWN ACCOUNT. Never trust holder/community claims about dev endorsement. Search from:DEV_HANDLE for mentions of the token. If dev hasn't posted about it → flag as unconfirmed.
Phase 3: Web Research
Search for: project website, team/founder background, news/partnerships, Reddit sentiment.
Phase 4: Narrative Assessment
Narrative Score (add to every report):
- - 🔥 Strong — Novel concept, viral potential, clear catalyst
- 🟡 Moderate — Decent angle but not unique, or good concept with weak execution
- 🧊 Weak/None — Generic, repetitive, no story → likely dumps to zero
Key questions: Is it novel? Would someone share it unprompted? Is the market tired of this category? Why hold beyond a flip?
Smart money wallet count + narrative quality are better predictors than contract safety.
Phase 5: Risk Synthesis
Combine: narrative quality, smart money interest, contract security, holder concentration, team transparency, social proof (organic vs bots), liquidity depth, buy/sell ratio.
SHALLOW DIVE
Run only: DexScreener + GoPlus + one Twitter search + basic web search.
Batch Research (5+ Tokens)
- 1. Spawn parallel sub-agents for concurrent research
- After filtering, auto deep dive top 1-3 tokens without waiting for user to ask
- Save report to INLINECODE5
- Auto-add top picks to monthly watchlist
技能名称:token-research
详细描述:
此技能是针对EVM链(Base、ETH、Arbitrum)和Solana的全面代币研究工具。包含两种模式:深度研究和浅层分析。
强制要求:发现WATCH或APE代币时立即联系所有者
任何被评为WATCH 🟡或APE 🟢的代币 → 立即呼叫所有者 + 通过Telegram/Discord/WhatsApp发送私信。无例外。
- 1. 运行 ~/workspace/scripts/ape-call.sh WATCH/APE 警报:$TICKER 市值 $MCAPk,交易量 $VOLk。[一行原因](若无脚本则正常呼叫)
- 向所有者发送包含完整分析的私信
- 每次必须同时执行呼叫和发送消息。
禁止: 说“如果所有者醒着”,因“纯meme”或“无叙事”过滤代币,或在未呼叫的情况下处理警报。
强制要求:始终在X/Twitter上进行研究 — 跳过纯Meme
对于每个代币,在给出结论前,检查X/Twitter:
- 1. 搜索 $TICKER 和项目名称(最新 + 热门)
- 查看项目Twitter账号:推文、简介、正在构建的内容
- 寻找产品(网站、GitHub、应用、协议)
重要提示: 使用x-research技能在X上搜索。
如果产品真实存在,无论图表表现如何,都呼叫所有者。 真实产品上的糟糕图表 = 买入机会,而非跳过理由。
纯Meme = 默认避免。 唯一例外:交易量达到批次平均值的10倍以上。
报告与观察列表
报告: reports/YYYY-MM-DD/[报告名称].md
观察列表: watchlists/YYYY-MM/watchlist.md
观察列表规则
- - 任何研究后,若代币有真实产品/团队或独特叙事 → 追加到观察列表
- 等级:Tier 1(最强)、Tier 2(信号良好,风险较高)、Tier 3(投机性)
- 每条记录:代币、链、合约地址、入场市值、当前市值、催化剂、状态(🟢🟡🔴)
- 仅追加 — 绝不覆盖。新数据出现时更新状态。
深度研究
阶段1:代币基本面
bash
curl -s https://api.dexscreener.com/latest/dex/tokens/CHAIN/TOKEN_ADDRESS
curl -s https://api.gopluslabs.io/api/v1/token
security/CHAINID?contract
addresses=TOKENADDRESS
阶段2:X/Twitter研究(最重要阶段)
bash
按代码、合约地址和项目名称搜索
curl -s https://api.twitterapi.io/twitter/tweet/advanced
search?query=\$TICKER&queryType=Latest -H X-API-Key: $TWITTERAPIKEY
curl -s https://api.twitterapi.io/twitter/tweet/advanced
search?query=TOKENADDRESS&queryType=Latest -H X-API-Key: $TWITTERAPI_KEY
项目账号信息 + 推文
curl -s https://api.twitterapi.io/twitter/user/info?userName=PROJECT
HANDLE -H X-API-Key: $TWITTERAPIKEY
curl -s https://api.twitterapi.io/twitter/user/last
tweets?userName=PROJECTHANDLE -H X-API-Key: $TWITTERAPI_KEY
KOL提及
curl -s https://api.twitterapi.io/twitter/tweet/advanced
search?query=\$TICKER%20minfaves:50&queryType=Top -H X-API-Key: $TWITTERAPI_KEY
创始人研究(如找到)
curl -s https://api.twitterapi.io/twitter/user/info?userName=FOUNDER
HANDLE -H X-API-Key: $TWITTERAPIKEY
⚠️ 从开发者自己的账号验证其声明。 切勿相信持有者或社区关于开发者背书的说法。搜索 from:DEV_HANDLE 以查找代币提及。若开发者未发布相关内容 → 标记为未确认。
阶段3:网络研究
搜索:项目网站、团队/创始人背景、新闻/合作伙伴、Reddit情绪。
阶段4:叙事评估
叙事评分(添加到每份报告中):
- - 🔥 强 — 新颖概念、病毒式传播潜力、明确催化剂
- 🟡 中等 — 角度尚可但不独特,或概念好但执行弱
- 🧊 弱/无 — 普通、重复、无故事 → 可能归零
关键问题:是否新颖?有人会主动分享吗?市场对此类别是否已厌倦?除了短线交易,为何持有?
聪明钱钱包数量 + 叙事质量是比合约安全性更好的预测指标。
阶段5:风险综合
综合考量:叙事质量、聪明钱兴趣、合约安全性、持有者集中度、团队透明度、社交证明(真实 vs 机器人)、流动性深度、买卖比。
浅层分析
仅运行:DexScreener + GoPlus + 一次Twitter搜索 + 基础网络搜索。
批量研究(5个以上代币)
- 1. 生成并行子代理进行并发研究
- 过滤后,自动深度研究前1-3个代币,无需等待用户询问
- 将报告保存至 reports/YYYY-MM-DD/[N]-token-analysis.md
- 自动将首选代币添加到月度观察列表