vaultys/VaultysClaw

Zero-trust orchestration for millions of AI agents

77Stars on the repository
6Mods indexed here, across every type
7d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

add-api-route

01

vaultys/VaultysClaw

Skill Claude CodeCodex

Add a new REST API route to the control-plane. Use when creating a new resource endpoint, adding GET/POST/PUT/DELETE handlers, building paginated list APIs, or extending the REST API surface. Covers file creation, auth guard, DB queries, response shape, api-types.ts registration, and test scaffolding.

77 +1 7d ago A 69 tokens original MIT

add-ws-message

02

vaultys/VaultysClaw

Skill Claude CodeCodex

Add a new WebSocket message type to the VaultysClaw protocol. Use when extending agent-control plane communication: new commands sent from control plane to agent, new status reports sent from agent to control plane, or new bidirectional message flows. Covers shared type definition, payload interface, control-plane…

77 +1 7d ago A 74 tokens original MIT