🛍️ 更多精选好物 ›
📊 公开数据一览
| 📦 榜单安装量 | 144 |
| ⭐ GitHub Stars | 10,904(fork 722) |
| 🗓️ 最近推送 | 2026-08-04 |
| 🌱 项目创建 | 2025-11-24 |
| 💻 语言 / License | Python · Apache-2.0 |
| 🐛 开放Issue | 40 |
📝 工具简介
让agent拥有Hugging Face生态系统的能力。
📖 怎么用
先装基础技能 hf-cli,在 Claude Code 里执行 `/plugin marketplace add huggingface/skills`,然后 `/plugin install hf-cli@huggingface/skills`。装好后,后续想加其他工作流技能,直接用 `hf skills add <skill-name>` 按需安装。如果用 Gemini,则运行 `gemini extensions install . --consent` 或 `gemini extensions install https://github.com/huggingface/skills.git --consent`。README 强调 hf-cli 是推荐第一个装的技能,它能让 agent 学会所有 Hub 核心操作。
📋 迷你测评
让agent接入Hugging Face生态的AI技能。亮点是借力HF的模型和服务体系。简介未提具体数字或性能指标。
📄 README 要点
这是Hugging Face官方的AI技能仓库,定义各种AI/ML任务的技能,比如数据集创建、模型训练和评估。核心推荐先装hf cli技能,它能让AI代理学会所有hf命令,包括搜索模型、管理数据集和存储桶、启动Spaces、运行任务等,而且这个技能是根据你本地安装的CLI自动生成的,所以永远是最新的。技能采用标准化的Agent Skills格式,每个技能都是自包含的文件夹,打包了指令、脚本和资源。适合经常用Hugging Face Hub的开发者,让AI代理能直接操作Hub上的各种资源。
查看英文原文
Hugging Face Skills Hugging Face Skills are definitions for AI/ML tasks like dataset creation, model training, and evaluation. The client plugin marketplaces expose the hf cli skill as the bootstrap path for core Hub operations; additional workflow skills can be installed on demand with hf skills add or discovered by skill aware clients over CLI/MCP integrations. The skills in this repository follow the standardized Agent Skills format. [!NOTE] Just want to give your agent access to the Hugging Face Hub? Start with hf cli . It's the recommended first Skill to install: it teaches your agent every hf command (search models, manage datasets and buckets, launch Spaces, run jobs) and is generated from your locally installed CLI so it stays current. How do Skills work? In practice, skills are self contained folders that package instructions, scripts, and resources together for an AI agent to use on a specific use case. Each folder includes a SKILL.md file with YAML frontmatter (name and description) followed by the guidance your coding agent follows while the skill is active. [!TIP] If your agent doesn't support skills, you can use agentsmd/AGENTS.md directly as a fallback. The hf cli skill in this repository is also available through: Cursor Marketplace (https://cursor.com/marketplace/huggingface) Codex Plugins Directory (https://developers.openai.com/codex/plugins) Installation Hugging Face skills are compatible with Claude Code, Codex, Gemini CLI, and Cursor. Claude Code 1. Register the repository as a plugin marketplace: [安装/使用命令见下方] 2. Install the CLI skill: [安装/使用命令见下方] 3. To install another Hugging Face skill, use the hf CLI: [安装/使用命令见下方] Codex 1. Copy or symlink any skills you want to use from this repository's skills/ directory into one of Codex's standard .agents/skills locations (for example, $REPO ROOT/.agents/skills or $HOME/.agents/skills ) as described in the Codex Skills guide. 2. Once a skill is available in one of those locations, Codex will discover it
💬 评论(0)
交流使用体验、避坑建议;违规内容将被删除