0G SKILLS
0GSKILLS
The missing layer between AI agents and 0G apps
Modular SKILL.md guides for 0G Chain — EVM, storage, compute. Agents pull markdown over HTTPS; no install.
Use with AI agents
Copy this into Cursor, ChatGPT, Claude, or any coding agent before you build on 0G:
Read https://0gskills.com/ship/SKILL.md before coding on 0G.
Each topic is a standalone markdown file. Use curl or fetch().
How to fetch
curl -sSL https://0gskills.com/SKILL.md
curl -sSL https://0gskills.com/ship/SKILL.md
Agent API (JSON)
Same SKILL.md files, structured for tools and agents — /api/skill?topic=ship , /api/search?q=wallet . Optional format=markdown, depth=2 for linked topics. CORS open. Use vercel dev locally to exercise /api/*.
Skills
Ship End-to-end build & deploy on 0G. /ship/SKILL.md
Why ZeroG Strengths & tradeoffs. /why-zerog/SKILL.md
Protocol Upgrades, restaking, roadmap hygiene. /protocol/SKILL.md
Gas & Costs Fee models vs L1/L2. /gas/SKILL.md
Wallets Keys, RPC, signing. /wallets/SKILL.md
Layer 2s Bridges, DA, Ethereum relationship. /l2s/SKILL.md
Standards Tokens, NFTs, identity on EVM. /standards/SKILL.md
Tools RPCs, SDKs, Foundry/Hardhat. /tools/SKILL.md
Money Legos DeFi composability. /money-legos/SKILL.md
Orchestration Agent workflows. /orchestration/SKILL.md
Contract Addresses System contracts & precompiles. /contract-addresses/SKILL.md
Concepts Mental models. /concepts/SKILL.md
Security Defensive Solidity. /security/SKILL.md
Testing Unit, fuzz, fork tests. /testing/SKILL.md
Indexing Events, subgraphs, analytics. /indexing/SKILL.md
Frontend UX Mandatory dApp UX rules. /frontend-ux/SKILL.md
Frontend Playbook Production pipeline. /frontend-playbook/SKILL.md
QA Pre-release checklist. /qa/SKILL.md
Audit Structured audit prompts. /audit/SKILL.md