Register AI agents on Ethereum mainnet using ERC-8004 (Trustless Agents). Use when the user wants to register their agent identity on-chain, create an agent profile, claim an agent NFT, set up agent reputation, or make their agent discoverable. Handles bridging ETH to mainnet, IPFS upload, and on-chain registration.
68
82%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Medium
Suggest reviewing before use
Security
1 medium severity finding. This skill can be installed but you should review these findings before use.
The skill is specifically designed for direct financial operations, giving the agent the ability to move money or execute financial transactions — such as payment processing, cryptocurrency operations, banking integrations, or market order execution.
The skill explicitly performs on-chain crypto operations: it provides contract addresses (identity/reputation registries), scripts to register on-chain and bridge ETH, and an SDK that requires a PRIVATE_KEY and RPC URL to create an agent and call register(agentURI). These are direct blockchain transaction capabilities (wallet signing/bridging/registering), which qualify as Direct Financial Execution (crypto/blockchain).
Low
Low-risk findings.
1 low severity finding. Worth noting, but not necessarily harmful.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
In `scripts/get-agent.sh`, the workflow reads first-party on-chain `tokenURI`/agentURI for a provided agentId and then fetches that URI’s content from IPFS (Pinata/`ipfs.io`) or arbitrary HTTPS at runtime, ingesting outsider-authored registration JSON/text.
f9529dc
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.