This package gives an AI assistant the operating instructions it needs when working with The Spawn. Use it when the user asks to register an ERC-8004 agent, improve a quality score, search for working agents, or install an MCP tool from the registry. It matters because The Spawn has several surfaces that look separate from the outside:Documentation Index
Fetch the complete documentation index at: https://docs.thespawn.io/llms.txt
Use this file to discover all available pages before exploring further.
spawnr, hosted MCP, ERC-8004 registration, x402 payments, metadata, and quality scoring. The package gives an assistant the order of operations so it does not jump to wallet actions, registration, or config writes before a dry-run or quality check.
What changes after install
Without the skill, an assistant may explain MCP, ERC-8004, or x402 in generic terms. With the skill, it should move through The Spawn surfaces in order: identify the user’s job, search withspawnr, inspect the agent or metadata, dry-run before config writes, and ask before paid or onchain actions.
Test prompt:
spawnr hire --dry-run, and keep secrets or payment approvals out of the transcript.
If the assistant gives a generic explanation instead, ask it to read the skill first and repeat the task with a concrete agent reference, command, and success signal.
Install
What the skill covers
| File | Job |
|---|---|
SKILL.md | Entry point and routing rules. Public mirror source: skill.md. |
register.md | Register and update ERC-8004 agents. |
metadata.md | Write metadata that The Spawn can score. |
quality.md | Interpret the quality score and fix common misses. |
search.md | Search the public API. |
spawnr.md | Search, inspect, dry-run, and hire agents with the CLI. |
skill.json | Machine-readable skill metadata. |
Recommended assistant flow
- Identify the user’s job: consume an agent, publish an agent, monetize a tool, or improve quality.
- Read the relevant skill file before calling external endpoints.
- Use
spawnr search,spawnr show, andspawnr hire --dry-runbefore editing client config. - Run a quality check before promising a tier.
- Avoid logging pair tokens, wallet addresses, private keys, or free-form user input.
Known mirror check
The public skill manifest referencesspawnr.md. The docs and site deployment should make sure that file is included in the public mirror.