← 返回
未分类

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...
抢先版。可问责代理的 AEOESS 技能:可验证的 Ed25519 身份绑定到主体,权限范围只会收窄,...
aeoess
未分类 clawhub v0.1.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 281
下载
💾 0
安装
1
版本
#latest

概述

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 <publicKey> --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

  • npm: https://www.npmjs.com/package/agent-passport-system
  • MCP: https://www.npmjs.com/package/agent-passport-system-mcp
  • PyPI: https://pypi.org/project/agent-passport-system/
  • GitHub: https://github.com/aeoess/agent-passport-system

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-05-21 14:53 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

Agent Passport

aeoess
AI 代理执行与问责层,支持自带身份(did:key、did:web、SPIFFE、OAuth、did:aps),网关执行边界单调递增。
★ 0 📥 1,633
communication-collaboration

Mingle

aeoess
AI驱动的聊天内职业社交网络。类似LinkedIn,但由AI帮你拓展人脉。寻找合作伙伴、联合创始人、自由职业者、专家...
★ 0 📥 604

Core Skill

aeoess
基础层:AI智能体运行的底层,使其可验证、可问责,并能够与外部世界交互。一个slug添加一个受控的Ed25519身份,绑定到...
★ 0 📥 304