researchlisted
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