AI agent skills for working with Validation Cloud products. Works with Claude Code, Codex, and other AI coding tools that support skill/plugin systems.
Claude Code
Run these commands inside Claude Code:
/plugin marketplace add validationcloud/skills
/plugin install admin-api@validationcloud
/reload-plugins
Other tools (Codex, Cursor, etc.)
Clone the repo and point your tool at the skill directory:
git clone https://github.com/validationcloud/skills.gitReference the skill at plugins/admin-api/skills/admin-api/, the OpenAPI spec at plugins/admin-api/skills/admin-api/references/openapi.json, and the shell runner at plugins/admin-api/skills/admin-api/scripts/call.sh.
Each skill has its own credentials and setup. See the skill's README for details.
Ask your agent: "Check my admin key" — you should see your plan and key scope.
| Skill | Description |
|---|---|
admin-api |
Manage RPC endpoints, check usage and quota, list chains, look up CU costs — all via natural language. |
- "List my RPC endpoints"
- "What's my compute-unit usage this month?"
- "How much does eth_call cost on Ethereum mainnet?"
- "Create an Ethereum mainnet endpoint called prod-eth"
- "Give me a Python client for the Admin API"
Made by Validation Cloud · https://validationcloud.io