Implement Agent Skills Discovery Index
SkillCloud & infraSub-skill de agent-ready-cloudflare: Implement Agent Skills Discovery Index
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Implement Agent Skills Discovery Index skill
What this skill tells your AI
The instructions your AI receives, as published by fabricioctelles/skills in skills/agent-ready-cloudflare/agent-skills/SKILL.md and read by ahel’s review.
Publish a skills discovery document per the Agent Skills Discovery RFC v0.2.0.
Requirements
- Serve JSON at
/.well-known/agent-skills/index.jsonwith HTTP 200 - Include a
$schemafield set tohttps://schemas.agentskills.io/discovery/0.2.0/schema.json - Include a
skillsarray where each entry has:name— skill identifier (lowercase alphanumeric + hyphens)type—"skill-md"(single SKILL.md) or"archive"(bundled archive)description— brief description of what the skill doesurl— URL to the skill artifact (SKILL.md file or archive)digest— SHA-256 hash of the artifact (sha256:{hex})
Validate
POST https://isitagentready.com/api/scan
Content-Type: application/json
{"url": "https://YOUR-SITE.com"}
Check that checks.discovery.agentSkills.status is "pass".
Signals
- GitHub stars
- 77
- Forks
- 7
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
agent-ready-agent-skills- Source
- github.com/fabricioctelles/skills