Skip to content

validationcloud/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Validation Cloud — AI Agent Skills

AI agent skills for working with Validation Cloud products. Works with Claude Code, Codex, and other AI coding tools that support skill/plugin systems.

Quick Start

1. Install

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.git

Reference 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.

2. Set up your skill

Each skill has its own credentials and setup. See the skill's README for details.

3. Verify it works

Ask your agent: "Check my admin key" — you should see your plan and key scope.

Skills

Skill Description
admin-api Manage RPC endpoints, check usage and quota, list chains, look up CU costs — all via natural language.

Example prompts

  • "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

About

Validation Cloud Claude Code skills marketplace.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors