/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
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install model-citizen - 安装完成后,直接呼叫该 Skill 的名称或使用
/model-citizen触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 98 次。
如何安装 Model Citizen?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install model-citizen」即可一键安装,无需额外配置。
Model Citizen 是免费的吗?
是的,Model Citizen 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Model Citizen 支持哪些平台?
Model Citizen 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Model Citizen?
由 æœss(@aeoess)开发并维护,当前版本 v0.1.0。