Hugging Face Discover Tool:ARD 规范的 Hub 参考实现

2026-06-20 00:00:00

Hugging Face 发布 Discover Tool(hf-discover)——ARD(Agentic Resource Discovery) 规范的 参考实现(6 月 17–19 日生态持续更新)。

能力

接口 说明
CLI hf discover / hf-discover navigate
REST API POST search,filter by skill/mcp/space
MCP 端点 Agent 直接调用发现服务

资源类型

  • application/ai-skill:Hub Skills + 生成的 SKILL.md
  • application/mcp-server+json:MCP Server Spaces
  • application/vnd.huggingface.space+json:原始 Space 元数据

与 Hub 集成

  • 复用 Hub 语义搜索agents=true 排名)
  • 不发明新格式——用 ARD 信封 包装现有 Spaces/Skills

联邦发现

hf-discover navigate 从域名拉取 /.well-known/ai-catalog.json跟随联邦 Registry,支持 --max-depth 控制。

生态位置

实现方 场景
Google Agent Registry 企业 Gemini
GitHub Agent Finder Copilot 企业
Hugging Face Discover 开源模型/Spaces/Skills

开发者

开源:github.com/huggingface/hf-discover