Claude Skill
cloudflare/agent-skills-discovery-rfc
Cloudflare RFC repository proposing standards and protocols for discovering and utilizing Claude Skills in agent-based systems and platforms.
Overview
Repository
Install this Skill
git clone https://github.com/cloudflare/agent-skills-discovery-rfc.gitRegistry
Summary
A Cloudflare RFC repository for agent skills discovery, proposing standards and protocols for discovering and utilizing Claude Skills in agent-based systems.
一种使用.well-known URI路径前缀(如RFC 8615所规定)来发现Agent Skills的机制。
Key features
- RFC for agent skills discovery
- Proposes discovery protocols
- Focuses on Claude Skills integration
- Standards for agent-based systems
Use cases
- Standardizing agent skill discovery
- Integrating Claude Skills into platforms
- Building interoperable agent ecosystems
- Developing agent communication protocols
README excerpt
# Agent Skills Discovery via Well-Known URIs **Status**: Draft **Version**: 0.2.0 **Published Date**: 2026-01-17 **Updated Date**: 2026-03-12 ## Table of Contents 1. [Abstract](#abstract) 2. [Changelog](#changelog) 3. [Terminology](#terminology) 4. [Problem](#problem) 5. [Solution](#solution) 6. [URI Structure](#uri-structure) 7. [Skill Directory Contents](#skill-directory-contents) 8. [Progressive Disclosure](#progressive-disclosure) 9. [Discovery Index](#discovery-index) 10. [Integrity and Verification](#integrity-and-verification) 11. [Archive Distribution](#archive-distribution) 12. [Examples](#examples) 13. [HTTP Considerations](#http-considerations) 14. [Client Implementation](#client-implementation) 15. [Security Considerations](#security-considerations) 16. [Relationship to Existing Specifications](#relationship-to-existing-specifications) 17. [References](#references) ## Abstract This document defines a mechanism for discovering [Agent Skills](https://agentskills.io/) using the `.well-known` URI path prefix as specified in [RFC 8615](https://datatracker.ietf.org/doc/html/rfc8615). Skills are currently scattered across GitHub repositories, documentation sites, and other sources. A well-known URI provides a predictable location for agents and tools to discover skills published by an organization or project. ## Changelog #### v0.2.0 - rename well-known URI from `/.well-known/skills/` to `/.well-known/agent-skills/` - replace `version` field with `$schema` URI (`https://schemas.agentskills.io/discovery/0.2.0/schema.json`) - replace `files` array and `package` object with a flat single-artifact model: each skill entry now has `type` (`"skill-md"` or `"archive"`), `url`, and `digest` - `digest` is now the SHA-256 of the single artifact (not a manifest-derived