Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add nirholas/three.ws --skill erc8004-agent-creation-guidegit clone --depth 1 https://github.com/nirholas/three.wsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/nirholas/three.ws/erc8004-agent-creation-guide)<a href="https://agentmods.dev/skills/nirholas/three.ws/erc8004-agent-creation-guide"><img src="https://agentmods.dev/badge/skills/nirholas/three.ws/erc8004-agent-creation-guide.svg" alt="Measured on agentmods" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 3 findings, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium Data Exfiltration · line 82 Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
- medium Data Exfiltration · line 82 Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
- medium Data Exfiltration · line 107 Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00057 | $0.01415 |
| Opus 5 | $0.00028 | $0.00707 |
| Sonnet 5 | $0.00011 | $0.00283 |
| Haiku 4.5 | $0.00006 | $0.00142 |
Grade A, and why
erc8004-agent-creation-guide scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -X POST https://api.pinata.cloud/pinning/pinJSONToIPFS \ How it starts
The opening of the file, as written. The whole thing — 185 lines — stays where its author put it; the contents beside it link to each section on GitHub.
ERC-8004 Agent Creation Guide
A step-by-step guide to creating and deploying ERC-8004 Trustless Agents — from generating an identity NFT to building on-chain reputation across 12 chains.
ERC-8004 Overview
ERC-8004 ("Trustless Agents") is an Ethereum standard for AI agent identity:
| Component | Description |
|---|---|
| Agent NFT | Each agent is an on-chain NFT (ERC-721) |
| Identity | Name, description, capabilities stored on-chain |
| Reputation | On-chain feedback and scoring system |
| Registry | Global registry of all agents |
| Validation | Trustless verification of agent capabilities |
The 7-Step Process
Step 1: Generate Agent Identity
import { AgentFactory } from '@erc8004/sdk';
const factory = new AgentFactory(provider);
const agentIdentity = {
name: "Sperax DeFi Advisor",
description: "Expert AI agent for Sperax protocol — USDs yield, SPA staking, and Demeter farming",
category: "defi",
capabilities: [
"portfolio-analysis",
"yield-optimization",
"risk-assessment",
"trade-execution"
],
// Resolve at mint time from platform config or the caller's selection —
// never hardcode a model id. This string is uploaded to IPFS and minted
// into immutable NFT metadata, so a stale id becomes permanent and public.
model: resolveDefaultModel(), // e.g. "<current-default-model>"
version: "1.0.0"
};
Step 2: Create Agent Metadata
{
"name": "Sperax DeFi Advisor",
"description": "Expert for USDs, SPA, and Sperax Farms",
"image": "ipfs://Qm.../agent-avatar.png",
"external_url": "https://app.sperax.io/agents/defi-advisor",
"attributes": [
{ "trait_type": "Category", "value": "DeFi" },
{ "trait_type": "Chain", "value": "Arbitrum" },
{ "trait_type": "Model", "value": "<current-default-model>" },
{ "trait_type": "Tools", "value": 12 },
{ "trait_type": "Reputation", "display_type": "number", "value": 0 }
],
"properties": {
"capabilities": ["portfolio-analysis", "yield-optimization"],
"protocols": ["sperax", "aave", "uniswap"],
"chains": ["arbitrum", "ethereum"]
}
}
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 4d ago First seen · 185 lines · 57 tokens per session scan A 7241ec60a6b0
erc8004-agent-creation-guide is a skill published in the GitHub repository nirholas/three.ws (111 stars, last pushed today), licensed Apache-2.0. It adds 57 tokens to every session and 1,415 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other skills, from other repositories
blockchain-cross-chain
Cross-chain protocols, IBC, LayerZero, Wormhole, Axelar, CCIP, bridges, atomic composability, shared sequencer, cross-chain message passing. Covers trust models (light clients, external validators, ZK proofs), bridge security, token representation (canonical, wrapped, native), relayer economics, and cross-chain…
blockchain-testing
Use this skill when asked about testing smart contracts, Foundry tests, Hardhat tests, fuzz testing, invariant testing, property-based testing, formal verification, audit preparation, integration testing for dApps, and blockchain testing patterns. Covers Foundry cheatcodes, Echidna fuzzing, Certora verification…
xpr-network-dev
XPR Network (formerly Proton) blockchain development - proton-tsc smart contracts, @proton CLI and web SDK, RPC and Hyperion queries, DeFi (MetalX, Alcor, LOAN), NFTs, the XPR Agents job board, node and Hyperion operations. Use for anything mentioning XPR, Proton, or @proton packages.
blockchain-management
Use this skill when asked about blockchain project management, DAO governance, multi-sig operations, treasury management, tokenomics design, and web3 project methodology. Languages: Solidity, TypeScript, Python. Covers DAO governance frameworks (Compound Governor, Aave, Snapshot, Tally), multi-sig wallet operations…
write-contracts
Generates secure Aptos Move V2 smart contracts with Object model, Digital Asset integration, security patterns, and storage type guidance. Includes comprehensive storage decision framework for optimal data structure selection. Triggers on: 'write contract', 'create NFT collection', 'build marketplace', 'implement…
modernize-move
Detects and modernizes outdated Move V1 syntax, patterns, and APIs to Move V2+. Use when upgrading legacy contracts, migrating to modern syntax, or converting old patterns to current best practices. NOT for writing new contracts (use write-contracts) or fixing bugs.