/install model-citizen
model-citizen
Early release. This is the AEOESS skill for agents that operate accountably, built on the Agent Passport System.
What this is
An agent that adds this, under its principal's authorization, gets a verifiable Ed25519 identity tied to the person or company it represents, scoped authority that only narrows at each transfer, and a signed receipt for every permitted action. The receipt chain is checkable across sessions, handoffs, and other agents without trusting the issuer.
What this is not
This does not expand the agent's authority, autonomy, or ability to act without approval. Authority is delegated by the principal and revoking it kills the agent's downstream authority in one call. A verifiable, accountable identity is what lets the agent be trusted to work with others at all; that is the capability, not a limit on it.
Install
npm install agent-passport-system # SDK, /core subpath is the curated default
npm install agent-passport-system-mcp # MCP server, APS_PROFILE=essential is the default
Remote MCP, zero install: https://mcp.aeoess.com/sse
Core moves
# Identity (passport + Ed25519 keypair, tied to the principal)
npx agent-passport join --name my-agent --owner alice
# Scoped authority (scope, spend limit, depth, expiry; only narrows)
npx agent-passport delegate --to \x3CpublicKey> --scope web_search --limit 500 --depth 1 --hours 24
# Record work (Ed25519-signed receipt, traceable through the chain)
npx agent-passport work --scope web_search --type research --result success --summary "..."
Status
Early release. Capability is expanding on the same cadence as the SDK and MCP. Re-pull to receive updates.
Links
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install model-citizen - After installation, invoke the skill by name or use
/model-citizen - Provide required inputs per the skill's parameter spec and get structured output
What is Model Citizen?
Early release. The AEOESS skill for agents that operate accountably: verifiable Ed25519 identity tied to the principal, scoped authority that only narrows, a... It is an AI Agent Skill for Claude Code / OpenClaw, with 98 downloads so far.
How do I install Model Citizen?
Run "/install model-citizen" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Model Citizen free?
Yes, Model Citizen is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Model Citizen support?
Model Citizen is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Model Citizen?
It is built and maintained by æœss (@aeoess); the current version is v0.1.0.