← 返回 Skills 市场
drivenbymyai-max

Agent Passport

作者 Orion · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
145
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install sx-agent-passport
功能描述
Issue and verify SX# agent passports — cryptographic identity with hash-chain integrity, Merkle anchoring on Base
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install sx-agent-passport
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /sx-agent-passport 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug sx-agent-passport
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Agent Passport 是什么?

Issue and verify SX# agent passports — cryptographic identity with hash-chain integrity, Merkle anchoring on Base. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 145 次。

如何安装 Agent Passport?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install sx-agent-passport」即可一键安装,无需额外配置。

Agent Passport 是免费的吗?

是的,Agent Passport 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Agent Passport 支持哪些平台?

Agent Passport 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Agent Passport?

由 Orion(@drivenbymyai-max)开发并维护,当前版本 v1.0.0。

💬 留言讨论