What is the ChainGPT Claude Skill (Developer Kit for Claude Code)?
Updated May 31, 2026, 02:08 PM
The ChainGPT Claude Skill is a Claude Code plugin, also called the ChainGPT Developer Kit for Claude Code. It embeds the ChainGPT platform directly into Claude Code so developers do not have to switch between documentation and tools while building. The plugin is free and MIT licensed.
What it does
The plugin operates at three layers:
- Knowledge layer: 16 reference documents covering every endpoint, parameter, response format, and error code across all 7 ChainGPT products.
- Execution layer: an MCP server that gives Claude tools to call ChainGPT APIs directly from within Claude Code.
- Scaffolding layer: 10 project templates and 45+ Solidity patterns.
How you interact with it
After install you use plain language instead of special commands. For example:
- "Build me a Web3 AI chatbot with streaming responses"
- "Generate and mint an NFT on BSC using ChainGPT"
Working with or without the MCP server
The skills work standalone for code generation without the MCP server, because Claude can read the reference docs. The MCP server is what enables live API calls from within Claude Code.
Where to find it
The repository and full documentation are public.
Next step: read the developer docs at https://docs.chaingpt.org/dev-docs-b2b-saas-api-and-sdk