From chaingpt
Checks for and applies updates to the ChainGPT skill from Git. Syncs latest version, changelog, and refreshed reference docs for Web3 AI APIs.
How this skill is triggered — by the user, by Claude, or both
Slash command
/chaingpt:updateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
When the user invokes this skill, follow these steps in order:
When the user invokes this skill, follow these steps in order:
Read the file VERSION in the skill root directory to determine the currently installed version:
cat VERSION
Report the current version to the user.
Fetch the latest changes from the remote repository, then compare against the local HEAD:
git fetch origin
git log HEAD..origin/main --oneline
log command returns no output, tell the user: "You are on the latest version (vX.X.X). No updates available."log command returns one or more commits, proceed to Step 3.Display the list of new commits to the user in a readable format. Categorize changes where possible:
Ask the user: "Would you like to apply these updates?"
If the user confirms, pull the latest changes:
git pull origin main
Report the result. If the pull succeeds, read the updated VERSION file and confirm the new version.
After a successful update, check if the MCP server directory exists. If it does, remind the user:
The MCP server may need to be rebuilt. Run:
cd mcp-server && npm install && npm run buildThen restart Claude Code for the MCP server changes to take effect.
| Product | NPM Package | Minimum Version | Docs Updated For |
|---|---|---|---|
| Web3 AI Chatbot | @chaingpt/generalchat | 1.0.0 | Latest |
| AI NFT Generator | @chaingpt/nft | 1.0.0 | Latest |
| Smart Contract Generator | @chaingpt/smartcontractgenerator | 1.0.0 | Latest |
| Smart Contract Auditor | @chaingpt/smartcontractauditor | 1.0.0 | Latest |
| AI Crypto News | @chaingpt/ainews | 1.0.0 | Latest |
| Python SDK | chaingpt | 1.1.3 | Latest |
When a developer asks about recent API changes or reports an SDK method that does not match the skill's reference files:
reference/)./chaingpt-update to pull the latest skill files that may include the fix.npx claudepluginhub chaingpt-org/chaingpt-claude-skill --plugin chaingptProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Searches MemPalace before answering questions about past work, people, projects, or prior decisions. Returns verbatim stored content instead of guessing from model memory.