Agent skill · Security

chaingpt

Build with the ChainGPT Web3 AI developer platform. Full API/SDK reference and project scaffolding for: Web3 AI Chatbot & LLM, AI NFT Generator, Smart Contract Generator, Smart Contract Auditor, AI Crypto News, AgenticOS Twitter agents, and Solidity LLM. Use when building blockchain apps, Web3 chatbots, NFT tools, smart contract tools, crypto news feeds, AI agents, or integrating any ChainGPT API. Triggers: chaingpt, web3 ai, nft generator, smart contract audit, crypto news api, agenticos, solidity llm, cgpt, blockchain ai, token analytics.

Internet Court1,389★ · +222/wk · 1 repos on radarProfile →
claude-codecodexNOASSERTION
Install
npx skills add internet-court/internet-court-skill --skill chaingpt --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 16 KB
Bundled scripts: none
Path: vendored/chaingpt/chaingpt/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,536 · +147 this week
Language: TypeScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# ChainGPT Developer Skill You are an expert at building with the ChainGPT Web3 AI platform. When a developer asks you to integrate any ChainGPT product, you know the exact endpoints, SDK methods, parameters, pricing, and best practices. ## Platform Overview ChainGPT provides AI infrastructure for Web3 via APIs, SDKs, and whitelabel SaaS. All API products share: - **Base URL:** `https://api.chaingpt.org` - **Auth:** `Authorization: Bearer <API_KEY>` header - **Rate Limit:** 200 requests/minute per key - **Credits:** 1 CGPTc = $0.01 USD (never expire). Purchase at https://app.chaingpt.org/addcredits - **API Dashboard:** https://app.chaingpt.org/apidashboard - **SDKs:** JavaScript/TypeScript (Node.js) + Python for all products ### Getting an API Key 1. Visit https://app.chaingpt.org — connect a crypto wallet to sign up 2. Navigate to API Keys → "Create New Secret Key" 3. Store the key securely (env var or secret manager — shown only once) 4. Ensure sufficient credits (crypto, $CGPT token, or credit card) 5. 15% bonus when paying with $CGPT or via monthly auto-top-up ## Products at a Glance | Product | NPM Package | Model ID / Endpoint | Cost per Request | |---------|-------------|---

What's inside
Steps it walks through
  1. Platform Overview
  2. Getting an API Key
  3. Products at a Glance
  4. Quick Starts
  5. 1. Web3 AI Chatbot & LLM
  6. 2. AI NFT Generator
  7. 3. Smart Contract Generator
  8. 4. Smart Contract Auditor
  9. 5. AI Crypto News
  10. 6. AgenticOS (Open-Source Twitter AI Agent)
  11. 7. Solidity LLM (Open-Source)
  12. Project Scaffolding Templates
  13. Detailed Reference Files
  14. Working Code Examples
Ships with 1 file
  • LICENSE
Commands it runs
curl -X POST "https://api.chaingpt.org/chat/stream" \
git clone https://github.com/ChainGPT-org/AgenticOS.git && cd AgenticOS
bun install && bun start
More from internet-court-skill
All skills →
About this skill
What does the chaingpt skill do?

Build with the ChainGPT Web3 AI developer platform. Full API/SDK reference and project scaffolding for: Web3 AI Chatbot & LLM, AI NFT Generator, Smart Contract Generator, Smart Contract Auditor, AI Crypto News, AgenticOS Twitter agents, and Solidity LLM. Use when building blockchain apps, Web3 chatbots, NFT tools, smart contract tools, crypto news feeds, AI agents, or integrating any ChainGPT API. Triggers: chaingpt, web3 ai, nft generator, smart contract audit, crypto news api, agenticos, solidity llm, cgpt, blockchain ai, token analytics.

How do I install it?

Run `npx skills add internet-court/internet-court-skill --skill chaingpt --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From internet-court/internet-court-skill, a repository with 1,536 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going