# How to Submit Your Web3 Skill to AgentRel ## 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: ```markdown --- 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 | 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`