From chaingpt
Researches any token, wallet, or contract using ChainGPT Web3 toolkit. Combines market data, security flags, on-chain history, and AI signals for rug checks, risk assessment, and portfolio analysis.
How this skill is triggered — by the user, by Claude, or both
Slash command
/chaingpt:researchThe summary Claude sees in its skill listing — used to decide when to auto-load this 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.
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.
If the user asks "research X" without further qualifiers, prefer the single AI-enriched call:
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:
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.
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-20 scan |
| Wallet DeFi positions | chaingpt_wallet_positions | Aave / Uniswap / Lido / etc. |
| Wallet realized P&L | chaingpt_wallet_pnl | tax-season report style |
| Token safety flags | chaingpt_risk_token | GoPlus — honeypot/mintable/proxy/tax |
| Buy+sell simulation | chaingpt_risk_honeypot | Honeypot.is — real simulation |
| Is this address a scammer | chaingpt_risk_address | sanctions / phishing / mixer |
| Source code & ABI of a contract | chaingpt_risk_contract_source | Etherscan v2 verified source |
| Decode a specific transaction | chaingpt_onchain_tx | status / gas / method |
| Address recent activity | chaingpt_onchain_address | last 25 txs |
| Current gas prices | chaingpt_onchain_gas | safe / standard / fast |
| ChainGPT-curated news | chaingpt_news_fetch | filter by token/category |
The plugin supports 11 chains out of the box: ethereum, base, arbitrum, optimism, polygon, bsc, avalanche, blast, linea, scroll, solana.
Some tools degrade gracefully when optional API keys are absent:
MORALIS_API_KEY: chaingpt_wallet_balances returns native-coin balances only via public RPC; positions and PnL return a setup hint. Recommend the user get a free 25k-req/month key at https://moralis.io.ETHERSCAN_API_KEY: on-chain + contract-source tools work but hit a low rate limit. Recommend a free key at https://etherscan.io/myapikey.When the research surfaces a contract that looks interesting or suspicious, the next step is the existing ChainGPT audit tool:
chaingpt_risk_contract_source address="…" chain="…" # get source
chaingpt_audit_contract sourceCode="…" # AI audit
Always recommend this pair when:
chaingpt-deploy and chaingpt-trade skills.Always lead with the most important fact: "It's a honeypot," "It's verified and looks safe," "Price is $X with $Y liquidity," etc. Then surface the supporting evidence with tool names so the user can dig deeper. End with one concrete recommended next action.
npx claudepluginhub chaingpt-org/chaingpt-claude-skill --plugin chaingptAudits token contracts for scams, honeypots, rug pulls, and malicious functions before trading. Supports BSC, Base, Solana, and Ethereum.
Searches tokens by name/symbol, retrieves market data, generates trading briefs, and evaluates risk via liquidity, volume, and wallet analysis. For crypto token research and price checks.
Researches crypto tokens with price/market data, technical indicators (RSI, MACD, moving averages), social sentiment, charts, and trending lists across Base, Polygon, Ethereum, Solana, Unichain.