highflame-aihighflame-aiOfficialยท1 Agent Skills Included

zeroid

Verifiable identity, delegation, and revocation for autonomous agents

Issues cryptographically verifiable identities and short-lived OAuth 2.1 tokens to autonomous agents, services, and MCP servers. Delegates scoped permissions across agent chains with automatic scope reduction and full on-behalf-of audit trails. Revokes credentials in real time with cascading invalidation, replacing shared service accounts and eliminating untraceable agent actions.
npx skills add highflame-ai/zeroid --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’