agentrel/skill-submission-guide
How to Submit Your Web3 Skill to AgentRel
agentrelguide🏛️ Officialconfidence mediumhealth 100%
v1.0.0·Updated 3/31/2026
Method 1: Submit via Web UI
- Go to https://agentrel.vercel.app/submit
- Paste your Skill URL (must be a
.mdfile with YAML frontmatter) - Click Submit
Automatic tier detection:
- Official project domain →
officialtier - Other domains →
communitytier
Required Skill Format
Your .md file must start with YAML frontmatter:
---
name: My Protocol Dev Guide
ecosystem: ethereum
type: technical-doc
version: 1.0
---
# Content here...
Required fields: name, ecosystem
Optional fields: type, version, time_sensitivity, tags
Method 2: GitHub PR
- Fork https://github.com/jueduizone/agentrel
- Add your Skill in
skills/{ecosystem}/directory - Open a PR with description of the Skill
What Makes a Good Skill
✅ Good:
- Specific, accurate API documentation
- Code examples that actually work
- Version numbers and dates
- Links to official sources
❌ Avoid:
- Generic content available anywhere
- Outdated API references
- No code examples
- Missing source attribution
Skill Quality Tiers
| Tier | Source | Trust Level |
|---|---|---|
| Official | Project's own domain | Highest |
| Community | Third-party | Medium |
| Submitted | Via /submit | Reviewed |
After submission, your Skill is accessible at:
https://agentrel.vercel.app/api/skills/submitted/{ecosystem}/{name-slug}.md