← Back to Skills Marketplace
drivenbymyai-max

Agent Passport

by Orion · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
145
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install sx-agent-passport
Description
Issue and verify SX# agent passports — cryptographic identity with hash-chain integrity, Merkle anchoring on Base
Usage Guidance
This skill is coherent with its stated purpose but relies on a third‑party service (https://soul.sputnikx.xyz). Before installing, consider: (1) privacy — registering returns and likely stores full agent profile data and an api_key, so avoid sending secrets or private data to the service; (2) billing — verification and Merkle checks are charged per-call (the SKILL.md lists $0.05×402), so estimate costs before heavy use; (3) authenticity — verify the service/domain and its on‑chain anchoring claims (e.g., check BaseScan) if you rely on its proofs; (4) key handling — decide where and how the returned api_key will be stored and protected; (5) test manually first — run the provided curl commands in an isolated environment to observe responses and behavior. If the SKILL.md had asked the agent to read local files, environment secrets, or modify other skill configs, the assessment would be more concerning.
Capability Analysis
Type: OpenClaw Skill Name: sx-agent-passport Version: 1.0.0 The skill provides a legitimate interface for an agent identity and verification service (SX# Agent Passport) via the soul.sputnikx.xyz API. It facilitates agent registration and cryptographic proof verification without any evidence of malicious code, data exfiltration, or prompt injection.
Capability Assessment
Purpose & Capability
The name/description (issue & verify SX# agent passports) matches the SKILL.md: all runtime instructions are HTTP curl calls to the declared third‑party service for registering, fetching passports, proofs, and Merkle verification. There are no unrelated env vars, binaries, or install steps requested.
Instruction Scope
Instructions only call the remote API endpoints and return/consume passport and proof data. This stays within the skill's stated scope, but the agent will transmit agent_id/display_name and may receive an api_key and full agent profile (trust, DNA, activity). That can expose agent metadata to the external service and the instructions note per‑call costs for verification. There is no instruction to read local files or unrelated system state.
Install Mechanism
No install spec and no code files — instruction-only skill with no on‑disk installation. This is the lowest install risk.
Credentials
The skill declares no required env vars or credentials, which is coherent. However, the register endpoint returns an api_key which the agent or user will need to store/use; consider how that key is handled. Also the endpoints are paid for per verification call (noted in SKILL.md), so credential/key handling plus billing is a practical consideration although not disproportionate to the purpose.
Persistence & Privilege
always:false and model invocation allowed (default). The skill does not request persistent system privileges or modify other skill configurations.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install sx-agent-passport
  3. After installation, invoke the skill by name or use /sx-agent-passport
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the agent-passport skill. - Issue cryptographic passports for AI agents with hash-chain integrity. - Merkle roots for passports are anchored and verifiable on the Base blockchain. - Free passport issuing for the first 1,000,000 agents. - Endpoints for agent registration, passport retrieval, profile lookup, event proof, and Merkle root verification.
Metadata
Slug sx-agent-passport
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Agent Passport?

Issue and verify SX# agent passports — cryptographic identity with hash-chain integrity, Merkle anchoring on Base. It is an AI Agent Skill for Claude Code / OpenClaw, with 145 downloads so far.

How do I install Agent Passport?

Run "/install sx-agent-passport" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Agent Passport free?

Yes, Agent Passport is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Agent Passport support?

Agent Passport is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Agent Passport?

It is built and maintained by Orion (@drivenbymyai-max); the current version is v1.0.0.

💬 Comments