← Back to Skills Marketplace
0x-wzw

Ox Agent Identity

by 0x-wzw · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
112
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install ox-agent-identity
Description
ERC-8004 agent identity management. Register AI agents on-chain, update reputation scores, query the validation registry, and manage attestations for autonom...
Usage Guidance
This skill legitimately performs on-chain reads and writes, but treat it carefully: 1) Do not supply mainnet private keys or long-lived keys as environment variables to this skill. Use a dedicated low-value signer or a delegated account with strict limits. 2) Verify the AGENT_REGISTRY_ADDRESS and contract interface before sending transactions; test on a testnet first. 3) If you must install Foundry, prefer official documented installation steps and inspect any remote install scripts before running them. 4) Because the package metadata omits required env var declarations, assume the skill will expect RPC URLs and private keys — confirm these requirements before installing. 5) If you want to avoid the agent performing writes autonomously, disable autonomous invocation for this skill or avoid providing private keys in environments the agent can access.
Capability Assessment
Purpose & Capability
The SKILL.md and README clearly describe on-chain registration, reputation updates, and attestations using Foundry's cast and wallet private keys — which is coherent with the stated purpose. However, the skill metadata claims 'Required env vars: none' and 'Primary credential: none' despite runtime instructions requiring WEB3_RPC_URL and private key variables. That mismatch is unexpected and reduces trust in the package metadata.
Instruction Scope
Runtime instructions explicitly tell the agent to read environment variables containing RPC URLs and private keys and to execute transaction-sending commands (cast send). Those actions are within the claimed feature set (on-chain writes) but the instructions therefore involve handling sensitive secrets and performing irreversible blockchain transactions. The SKILL.md does not limit or qualify autonomous action, nor does it suggest safe defaults (e.g., using a delegated signer or dry-run mode).
Install Mechanism
There is no formal install spec (instruction-only), which minimizes automated code installation risk. However, the README recommends installing Foundry via a remote install script (curl -L https://foundry.paradigm.xyz | bash), which is a common but higher-risk pattern (running a remote script). The package itself contains a harmless validate.sh; no other executables or remote downloads are present inside the skill bundle.
Credentials
The SKILL.md requires sensitive environment variables (AGENT_WALLET_PRIVATE_KEY, VALIDATOR_PRIVATE_KEY, ATTESTER_PRIVATE_KEY, WEB3_RPC_URL, AGENT_REGISTRY_ADDRESS) but the skill metadata declares no required env vars or primary credential. Requesting private keys is proportionate to performing writes on-chain, but the omission in metadata is a red flag. There is no guidance in SKILL.md to use limited-scope keys, hardware wallets, or ephemeral/testnet keys.
Persistence & Privilege
The skill is not always-enabled (always: false) and is user-invocable, but platform-default autonomous invocation is allowed (disable-model-invocation: false). Combined with the ability to read private keys from env vars and execute transaction-sending commands, that grants the agent the capability to autonomously sign and broadcast transactions if keys are provided — this raises a high-risk operational concern unless the user explicitly restricts or isolates keys.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ox-agent-identity
  3. After installation, invoke the skill by name or use /ox-agent-identity
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
**Initial release of ox-agent-identity for ERC-8004 agent identity management.** - Supports on-chain registration of AI agents per ERC-8004 standard. - Enable querying agent registration, metadata, validation, and reputation scores. - Provides commands for authorized updates to agent reputation. - Allows management and submission of signed attestations linked to agent identities. - Includes complete instructions for integrating with DeFi protocols and DAO governance. - Requires Foundry’s cast tool, web3 wallet, and access to an ERC-8004-compliant registry.
Metadata
Slug ox-agent-identity
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Ox Agent Identity?

ERC-8004 agent identity management. Register AI agents on-chain, update reputation scores, query the validation registry, and manage attestations for autonom... It is an AI Agent Skill for Claude Code / OpenClaw, with 112 downloads so far.

How do I install Ox Agent Identity?

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

Is Ox Agent Identity free?

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

Which platforms does Ox Agent Identity support?

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

Who created Ox Agent Identity?

It is built and maintained by 0x-wzw (@0x-wzw); the current version is v1.0.0.

💬 Comments