← 返回 Skills 市场
aeoess

Model Citizen

作者 æœss · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
98
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (SKILL.md)

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

安全使用建议
This result is limited: the reviewer could not read metadata.json or artifact contents due a workspace command failure, so installation should wait for a successful artifact inspection.
能力评估
Purpose & Capability
Artifact inspection was attempted, but local command execution failed before metadata.json or artifact files could be read; no purpose-capability concern is supported by artifact evidence.
Instruction Scope
Instruction scope could not be assessed from artifacts because the workspace files were not readable via the available tooling; no unsupported finding is reported.
Install Mechanism
Install mechanism could not be reviewed from artifact evidence in this run; no suspicious install behavior is established.
Credentials
Environment access could not be compared against the skill purpose because artifact contents were unavailable; no artifact-backed concern is reported.
Persistence & Privilege
Persistence or privilege behavior could not be assessed from the artifacts; no evidence-backed concern is reported.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install model-citizen
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /model-citizen 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
- Initial early release of the model-citizen skill for agent accountability. - Provides verifiable Ed25519 identity tied to the principal using the Agent Passport System. - Supports scoped, narrowing authority delegation and Ed25519-signed receipts for every action. - Ensures receipts are auditable across sessions, agents, and handoffs without issuer trust. - API and install instructions provided for both SDK and remote MCP server usage. - Functionality and capabilities are expected to expand in future updates.
元数据
Slug model-citizen
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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。

💬 留言讨论