Claude Skill
cloudflare/agent-skills-discovery-rfc
Cloudflare RFC仓库,提出在基于智能体的系统和平台中发现和利用Claude Skill的标准和协议。
概览
仓库信息
安装这个 Skill
git clone https://github.com/cloudflare/agent-skills-discovery-rfc.gitRegistry 信息
项目简介
一个用于智能体技能发现的Cloudflare RFC仓库,旨在为在基于智能体的系统中发现和利用Claude Skill提出标准和协议。
A mechanism for discovering Agent Skills using the .well-known URI path prefix as specified in RFC 8615 for discovering Agent Skills.
要点
- 智能体技能发现的RFC
- 提出发现协议
- 专注于Claude Skill集成
- 基于智能体系统的标准
使用场景
- 标准化智能体技能发现
- 将Claude Skill集成到平台中
- 构建可互操作的智能体生态系统
- 开发智能体通信协议
README 摘要
# 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