← Back to Skills Marketplace
aeoess

Model Citizen

by æœss · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ Security Clean
98
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install model-citizen
Description
Early release. The AEOESS skill for agents that operate accountably: verifiable Ed25519 identity tied to the principal, scoped authority that only narrows, a...
README (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

Usage Guidance
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install model-citizen
  3. After installation, invoke the skill by name or use /model-citizen
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug model-citizen
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

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.

💬 Comments