Skip to content

agent0lab/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ERC-8004 Agent Skills

Agent skills for the ERC-8004 Trustless Agents ecosystem.

Skills

8004

Explains ERC-8004 standard details at the protocol level — identity, reputation, and validation registries, agent identifiers, registration and feedback schemas, and security boundaries.

Use when: questions ask how ERC-8004 works, what the spec requires, how registry functions and events behave, or what the official contracts and discussion currently indicate.

agent0

Integrates and operates agent0lab SDKs (agent0-ts and agent0-py) for ERC-8004 registration, capability advertisement (MCP, A2A, OASF), discovery/search, and reputation workflows.

Use when: requests ask for setup, code examples, architecture decisions, migration guidance, or troubleshooting for agent0 SDKs and companion services.

Structure

8004/
├── SKILL.md              # Skill definition and workflow
├── agents/               # Agent platform configs
│   └── openai.yaml
└── references/           # Lazy-loaded reference docs
    ├── source-map.md
    ├── scope.md
    ├── identity-model.md
    ├── identity-functions.md
    ├── identity-events.md
    ├── reputation-model.md
    ├── reputation-functions.md
    ├── validation-flow.md
    ├── metadata-patterns.md
    ├── trust-boundaries.md
    ├── status-and-deployments.md
    ├── discrepancy-rules.md
    ├── answer-examples.md
    └── glossary.md

agent0/
├── SKILL.md
├── agents/
│   └── openai.yaml
└── references/
    ├── source-map.md
    ├── what-is-agent0.md
    ├── component-map.md
    ├── integration-decision-tree.md
    ├── env-prereqs.md
    ├── ts-install.md
    ├── ts-client-init.md
    ├── ts-registration.md
    ├── ts-search.md
    ├── ts-feedback.md
    ├── py-install.md
    ├── py-client-init.md
    ├── py-registration.md
    ├── py-search.md
    ├── py-feedback.md
    ├── production-rules.md
    ├── troubleshooting.md
    └── answer-examples.md

Agent Platform Configs

The agents/ subdirectory in each skill contains platform-specific configurations:

  • openai.yaml — Configuration for OpenAI Agents platform

These are separate from the Amp skill definitions (SKILL.md + references/).

Canonical Sources

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors