← ClaudeAtlas

researchlisted

Research any token, wallet, or contract with the ChainGPT Web3 toolkit. Composes live market data (DexScreener), security flags (GoPlus + Honeypot.is), on-chain history (Etherscan v2), portfolio holdings (Moralis), AND ChainGPT-native context (crypto news + AI signals + Solidity LLM audits) into a single workflow. Use when a user asks 'what is this token', 'is this rug', 'is this address safe', 'should I buy X', 'is this wallet a whale', or wants to research anything on-chain. Triggers: token research, rug check, honeypot check, wallet research, whale tracking, address risk, contract verification, ChainGPT intel.
ChainGPT-org/chaingpt-claude-skill · ★ 8 · AI & Automation · score 75
Install: claude install-skill ChainGPT-org/chaingpt-claude-skill
# ChainGPT Research Skill When a user wants to research a token, wallet, or contract — your job is to orchestrate the right sequence of MCP tools from this plugin into a coherent answer. Do **not** call the SDKs raw; the MCP tools are pre-tuned for credit efficiency and AI enrichment. ## Core principle: one-shot if you can If the user asks "research X" without further qualifiers, prefer the single AI-enriched call: ```text chaingpt_intel_token query="X" ``` It composes market + risk + ChainGPT news + AI signals in one response and costs ~1 ChainGPT credit (the news fetch). This is what 80% of "research this token" prompts should do. For a wallet: ```text chaingpt_intel_wallet address="0x…" ``` Composes portfolio (Moralis) + per-holding risk-rating (GoPlus). **Requires `MORALIS_API_KEY`** for the portfolio scan — without it, the tool returns a setup hint pointing to https://moralis.io (free 25k req/month tier). The GoPlus risk-rating layer is always free. ## When to fan out to specific tools Use the granular tools when the user wants depth on one axis the intel call summarized. | User intent | Tool | Notes | |---|---|---| | Live price + volume + liquidity | `chaingpt_research_token` | DexScreener; no key | | Which pools / pairs exist | `chaingpt_research_pairs` | sort by liquidity | | Trending right now | `chaingpt_research_trending` | boosted tokens on DexScreener | | Wallet portfolio (multi-chain) | `chaingpt_wallet_balances` | needs `MORALIS_API_KEY` for ERC-2