token-research
Comprehensive token research for EVM chains (Base, ETH, Arbitrum) and Solana. Use this skill when you want to research crypto tokens, deep-dive projects or monitor tokens.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/0xartex/token-researchThis skill is a comprehensive token research for EVM chains (Base, ETH, Arbitrum) and Solana. Two modes: deep_research and shallow_dive.
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.
- 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:
- Search
$TICKERand 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: watchlists/YYYY-MM/watchlist.md
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
curl -s "https://api.dexscreener.com/latest/dex/tokens/CHAIN/TOKEN_ADDRESS"
curl -s "https://api.gopluslabs.io/api/v1/token_security/CHAIN_ID?contract_addresses=TOKEN_ADDRESS"
Phase 2: X/Twitter Research (most important phase)
# Search by ticker, CA, and project name
curl -s "https://api.twitterapi.io/twitter/tweet/advanced_search?query=\$TICKER&queryType=Latest" -H "X-API-Key: $TWITTERAPI_KEY"
curl -s "https://api.twitterapi.io/twitter/tweet/advanced_search?query=TOKEN_ADDRESS&queryType=Latest" -H "X-API-Key: $TWITTERAPI_KEY"
# Project account info + tweets
curl -s "https://api.twitterapi.io/twitter/user/info?userName=PROJECT_HANDLE" -H "X-API-Key: $TWITTERAPI_KEY"
curl -s "https://api.twitterapi.io/twitter/user/last_tweets?userName=PROJECT_HANDLE" -H "X-API-Key: $TWITTERAPI_KEY"
# KOL mentions
curl -s "https://api.twitterapi.io/twitter/tweet/advanced_search?query=\$TICKER%20min_faves:50&queryType=Top" -H "X-API-Key: $TWITTERAPI_KEY"
# Founder research (if found)
curl -s "https://api.twitterapi.io/twitter/user/info?userName=FOUNDER_HANDLE" -H "X-API-Key: $TWITTERAPI_KEY"
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-0xartex-token-research": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
agentboard
Build multi-panel storyboards programmatically — create projects, upload images/audio to boards, composite annotations, export PDFs, share via public URL. Invoke when the user wants a storyboard, pre-visualization, shot breakdown, animatic, or any ordered sequence of visual panels with text. Hosted at https://agentboard.fly.dev. Works over REST from any agent; MCP tools (mcp__agentboard__*) available in compatible runtimes. If you have your own image/audio generator, use it and UPLOAD the bytes — optional server-side generation endpoints exist as a fallback only for agents without built-in generation.
Agents Infra
Skill by 0xartex
X Research Skill
Skill by 0xartex
excalidraw-canvas
Create Excalidraw diagrams and render them as PNG images. Use whenever you need to draw, explain complex workflows, visualize UIs/wireframes, or diagram anything.
Agentwallet Cli
Skill by 0xartex