The one skill an AI agent adds to itself to become verifiable, accountable, and interoperable. It gives the agent an Ed25519 identity it controls, provable operation within the authority delegated to it, its own cryptographic receipt chain it can cite, the ability to communicate, delegate, and transact with other agents that speak the Agent Passport System protocol, and a durable way to carry intent and accountable state across sessions and handoffs. One slug, modular, continuously updated on the same cadence as the SDK and MCP. Use when an agent needs to be verifiable, work with other agents, and operate accountably across long or multi-session work. It makes the agent more trusted and more able to work with others. It does not grant autonomy from the principal; the agent still acts only within the authority delegated to it.
$npx -y skills add aeoess/agent-passport-system --skill agent-upgradeInstalls into the current project.
Run `npx skills use "https://github.com/aeoess/agent-passport-system" --skill "aeoess/agent-passport-system/agent-upgrade"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/aeoess/agent-passport-system" that are relevant to the current task. Run `npx skills add "https://github.com/aeoess/agent-passport-system"` and select the relevant skills, then follow their instructions.