agent-ready-agent-skills
SolidSub-skill de agent-ready-cloudflare: Implement Agent Skills Discovery Index
AI & Automation 77 stars
7 forks Updated today Apache-2.0
Install
Quality Score: 82/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Implement Agent Skills Discovery Index
Publish a skills discovery document per the
[Agent Skills Discovery RFC](https://github.com/cloudflare/agent-skills-discovery-rfc) v0.2.0.
## Requirements
- Serve JSON at `/.well-known/agent-skills/index.json` with HTTP 200
- Include a `$schema` field set to `https://schemas.agentskills.io/discovery/0.2.0/schema.json`
- Include a `skills` array 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 does
- `url` — 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"`.
Details
- Author
- fabricioctelles
- Repository
- fabricioctelles/skills
- Created
- 6 months ago
- Last Updated
- today
- Language
- Python
- License
- Apache-2.0
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
agent-ready-a2a-agent-card
Sub-skill de agent-ready-cloudflare: Implement A2A Agent Card
77 Updated today
fabricioctelles AI & Automation Solid
agent-ready-oauth-discovery
Sub-skill de agent-ready-cloudflare: Implement OAuth/OIDC Discovery
77 Updated today
fabricioctelles AI & Automation Solid
agent-ready-api-catalog
Sub-skill de agent-ready-cloudflare: Implement API Catalog
77 Updated today
fabricioctelles