zeroid
Verifiable identity, delegation, and revocation for autonomous agents
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install ZeroID?โผ
Run `npx skills add highflame-ai/zeroid --all -g -y` in your terminal to install all skills in this suite globally.
What problem does ZeroID solve?โผ
It gives every agent a unique, verifiable identity so you always know which agent acted, on whose authority, and with what permissions. This replaces shared service accounts that leave no audit trail.
How does agent-to-agent delegation work?โผ
ZeroID uses RFC 8693 token exchange so an orchestrator can pass a subset of its permissions to a sub-agent. Each token records the full delegation chain and scope shrinks automatically at every step.
Can I revoke an agent's access instantly?โผ
Yes. Revoking any credential immediately invalidates it and every downstream delegated token in the chain, without waiting for token expiry.
Does ZeroID work with Claude Code and OpenClaw?โผ
Yes. It ships ready-made SKILL.md files for both Claude Code and OpenClaw, letting your agent register identities, issue tokens, and manage policies through simple REST calls.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core