← 返回 Skills 市场
elitex45

zscore

作者 elitex45 · GitHub ↗ · v1.0.3
cross-platform ✓ 安全检测通过
1199
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install zscore
功能描述
Register agents on the Zeru ERC-8004 Identity Registry, manage wallets and metadata, and read on-chain state. Use when an agent needs to register on-chain, check fees, read agent info, set metadata, or manage agent wallets on Base Mainnet or Base Sepolia.
安全使用建议
This skill appears to do exactly what it claims (register and manage Zeru ERC‑8004 agents). Before installing or enabling it: 1) Understand that you must provide a PRIVATE_KEY environment variable for write actions — that key can sign transactions and move funds, so only use a wallet/key you control and are willing to use for this purpose (consider a separate low‑value key). 2) Registration JSON and signed headers are sent to external endpoints (agenturi.zpass.ai / agentapi.zpass.ai); do not include any secrets or private data in the agent JSON. 3) Review the included scripts locally (they are provided) before running npm install / npx tsx to confirm there are no modifications you’re uncomfortable with. If you need a higher assurance review, ask for a line-by-line audit of the scripts or run them in an isolated environment with a throwaway key.
功能分析
Type: OpenClaw Skill Name: zscore Version: 1.0.3 The OpenClaw AgentSkills bundle is designed to interact with the Zeru ERC-8004 Identity Registry on the blockchain. It requires the `PRIVATE_KEY` environment variable for write operations (register, set-metadata, unset-wallet), which is explicitly declared in `SKILL.md` and used appropriately by the `scripts/zeru.ts` script to sign blockchain transactions and authenticate API calls to `agenturi.zpass.ai` and `agentapi.zpass.ai`. All network interactions and file operations (e.g., `readFileSync` for user-provided JSON) are aligned with the stated purpose. There is no evidence of data exfiltration to undeclared endpoints, malicious execution, persistence mechanisms, obfuscation, or prompt injection attempts against the AI agent in `SKILL.md`.
能力评估
Purpose & Capability
The name/description say it will register agents, manage wallets/metadata and read on‑chain state — the code implements those operations (createAgentURI, registerAgent, setMetadata, getAgent, etc.). Required binaries (node, npx) and the PRIVATE_KEY env var are expected for signing transactions and running the provided TypeScript CLI.
Instruction Scope
SKILL.md instructs running npm install and npx tsx on the included scripts; the CLI reads user-supplied JSON files, signs requests, posts agent registration JSON to agentUriApiBase and agentapi.zpass.ai, and performs on‑chain reads/writes. These behaviors are consistent with the stated purpose, but the skill will transmit the agent registration JSON (and signed authentication headers) to external services, so users should avoid putting secrets in the registration JSON.
Install Mechanism
There is no automatic download-from-arbitrary-URL install step. The package.json lists reasonable npm dependencies (ethers, zod, canonicalize, tsx). The SKILL.md requires the operator to run npm install manually — no untrusted archive downloads or obscure URLs in installation.
Credentials
Only PRIVATE_KEY is required for write operations (with optional RPC_URL and CHAIN_ID overrides). That is proportionate to signing on‑chain transactions, but a PRIVATE_KEY is highly sensitive: supplying it grants the skill the ability to sign transactions and move funds from that account. The SKILL.md and code do not request unrelated secrets or other service API keys.
Persistence & Privilege
The skill is not set to always: true and does not modify other skills or system settings. It runs as a normal, user-invoked CLI and does not request elevated platform persistence.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install zscore
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /zscore 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
- Initial release of the zscore skill. - Register agents on-chain to the Zeru ERC-8004 Identity Registry on Base Mainnet or Base Sepolia. - Manage agent metadata and wallets; set and unset agent wallet addresses. - Check current registration fee and availability. - Read full on-chain state and metadata for any agent ID. - Includes both simple and advanced (JSON) agent registration commands.
元数据
Slug zscore
版本 1.0.3
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

zscore 是什么?

Register agents on the Zeru ERC-8004 Identity Registry, manage wallets and metadata, and read on-chain state. Use when an agent needs to register on-chain, check fees, read agent info, set metadata, or manage agent wallets on Base Mainnet or Base Sepolia. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1199 次。

如何安装 zscore?

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

zscore 是免费的吗?

是的,zscore 完全免费(开源免费),可自由下载、安装和使用。

zscore 支持哪些平台?

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

谁开发了 zscore?

由 elitex45(@elitex45)开发并维护,当前版本 v1.0.3。

💬 留言讨论