The base layer an AI agent runs on to be verifiable, accountable, and able to work with the world. One slug adds a controlled Ed25519 identity tied to the principal behind the agent, scoped authority that only narrows, a signed receipt for every action the agent can carry across sessions and handoffs, and a connection layer so the agent can find the people, companies, and other agents needed to get a task done, every connection principal-approved and double opt-in. Modular, updated on the same cadence as the SDK and MCP. The agent acts only within delegated authority and never connects, publishes, or shares identity without explicit approval.
$npx -y skills add aeoess/agent-passport-system --skill core-skillInstalls into the current project.
Run `npx skills use "https://github.com/aeoess/agent-passport-system" --skill "aeoess/agent-passport-system/core-skill"` 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.