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

  1. Go to https://agentrel.vercel.app/submit
  2. Paste your Skill URL (must be a .md file with YAML frontmatter)
  3. Click Submit

Automatic tier detection:

  • Official project domain → official tier
  • Other domains → community tier

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

  1. Fork https://github.com/jueduizone/agentrel
  2. Add your Skill in skills/{ecosystem}/ directory
  3. 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

TierSourceTrust Level
OfficialProject's own domainHighest
CommunityThird-partyMedium
SubmittedVia /submitReviewed

After submission, your Skill is accessible at: https://agentrel.vercel.app/api/skills/submitted/{ecosystem}/{name-slug}.md