🎯 Call for Seed Developers: Register your first AMP Skill #1
Polaris899
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We need YOU as the first external developer on the AMP registry!
Agent Manifest Protocol (AMP) is an open protocol for AI skill distribution. Instead of building another app store, we defined an agent.json manifest format — drop it in your GitHub repo, and any AI runtime can discover and invoke your skill.
Why register?
How to register (5 minutes)
What kinds of skills?
Example
{ "$schema": "https://agent-protocol.dev/v0.2/manifest.schema.json", "id": "com.yourname.your-skill", "name": "Your Skill Name", "version": "1.0.0", "description": "What your skill does", "capabilities": [ { "id": "cap1", "name": "Capability", "description": "...", "intents": ["users say {something} to trigger this"] } ] }We already have 19 skills in the registry with 51 capabilities indexed. Help us grow this into something useful for everyone.
👉 ONBOARDING GUIDE
Questions? Drop them below. Let's build this together. 🚀
Beta Was this translation helpful? Give feedback.
All reactions