Register and manage AI agents on the zScore ERC-8004 Identity Registry (Base Mainnet / Base Sepolia). This skill gives agents the ability to register on-chain, check fees, read agent info, set metadata, and manage agent wallets.
npx skills add <owner>/zscoreOr from this repo's full URL:
npx skills add https://github.com/<owner>/zscoreThen install dependencies once (from the skill directory, e.g. .cursor/skills/zscore/ or ~/.cursor/skills/zscore/):
cd .cursor/skills/zscore && npm install- Node.js and npx
- For write operations (register, set-metadata, unset-wallet): set
PRIVATE_KEYin your agent/skill config or environment. Wallet needs fee + gas (e.g. ~0.003 ETH on Base Mainnet).
- register — Register an agent via
--json <file>only (full agent JSON) - read <agentId> — Read on-chain agent data
- fee — Check registration fee and status
- set-metadata <agentId> --key <key> --value <value>
- unset-wallet <agentId>
See SKILL.md for full usage and ERC-8004 agent JSON structure.
Same as the upstream project.