# Hugging Face Skills — Agent Skills Marketplace > Install Hugging Face Skills to teach your agent Hub workflows (download, upload, datasets, evals) across Claude Code, Codex, and Cursor. ## Install Save the content below to `.claude/skills/` or append to your `CLAUDE.md`: # Hugging Face Skills — Agent Skills Marketplace > Install Hugging Face Skills to teach your agent Hub workflows (download, upload, datasets, evals) across Claude Code, Codex, and Cursor. ## Quick Use 1. Install: ```bash /plugin marketplace add huggingface/skills ``` 2. Run: ```bash /plugin install hf-cli@huggingface/skills ``` 3. Verify: - Ask your agent to do a small Hub task and confirm it uses the installed skill rather than free-form prompting. --- ## Intro Install Hugging Face Skills to teach your agent Hub workflows (download, upload, datasets, evals) across Claude Code, Codex, and Cursor. - **Best for:** AI builders who want reproducible Hugging Face Hub operations as skills instead of ad-hoc prompts - **Works with:** Claude Code plugin marketplace flow, Codex skills folders, and Cursor marketplace (per repo docs) - **Setup time:** 8 minutes ### Quantitative Notes - Repo provides multiple skills (e.g., `hf-cli`, datasets) (repo docs) - GitHub stars + forks (verified): see Source & Thanks - Setup time ~8 minutes (marketplace add + one skill install) --- ## Practical Notes Use this repo when you want **repeatability**: the same Hub operation done the same way every time. A good starting routine is: (1) add the marketplace, (2) install `hf-cli`, (3) keep secrets in your normal env var flow, and (4) ask the agent to perform one small operation (download a model card, upload a file) to confirm the skill triggers. **Safety note:** Skills often run real CLIs. Keep tokens scoped (least privilege) and avoid copying secrets into chat logs. ### FAQ **Q: What is a “Skill” here?** A: A self-contained folder with a `SKILL.md` that an agent loads to follow a repeatable workflow. **Q: Do I have to use Claude Code?** A: No. The repo describes usage across multiple agent tools; Claude Code is just one of them. **Q: Which skill should I install first?** A: Start with `hf-cli` if you routinely download/upload models or datasets. --- ## Source & Thanks > GitHub: https://github.com/huggingface/skills > Owner avatar: https://avatars.githubusercontent.com/u/25720743?v=4 > License (SPDX): Apache-2.0 > GitHub stars (verified via `api.github.com/repos/huggingface/skills`): 10,459 > GitHub forks (verified via `api.github.com/repos/huggingface/skills`): 661 --- # Hugging Face Skills——面向 Agent 的技能仓库 > 安装 Hugging Face Skills,把 Hub 下载/上传、数据集操作与评测等流程变成可复用技能;适配 Claude Code、Codex 与 Cursor 等主流 coding agent。 ## 快速使用 1. 安装: ```bash /plugin marketplace add huggingface/skills ``` 2. 运行: ```bash /plugin install hf-cli@huggingface/skills ``` 3. 验证: - Ask your agent to do a small Hub task and confirm it uses the installed skill rather than free-form prompting. --- ## 简介 安装 Hugging Face Skills,把 Hub 下载/上传、数据集操作与评测等流程变成可复用技能;适配 Claude Code、Codex 与 Cursor 等主流 coding agent。 - **适合谁(Best for):** 希望把 Hugging Face Hub 操作沉淀为可复用技能、而不是每次临时写 prompt 的 AI 开发者 - **兼容工具(Works with):** Claude Code 插件市场流程、Codex 技能目录、以及 Cursor 市场(仓库说明) - **安装时间(Setup time):** 8 分钟 ### 量化信息 - 仓库包含多个技能(如 `hf-cli`、datasets 等)(仓库说明) - GitHub stars + forks(已核验):见「来源与感谢」 - 安装约 8 分钟(添加 marketplace + 安装一个技能) --- ## 实战要点 如果你追求「可重复」的 Hub 操作流程,这个仓库很合适:同一件事每次都按同一套步骤做。建议的起步顺序:添加 marketplace → 安装 `hf-cli` → 继续沿用你现有的环境变量/密钥管理方式 → 让 agent 做一个小任务验证 skill 触发。 **安全提示:** Skill 往往会调用真实 CLI。建议 token 最小权限,并避免把密钥粘进对话日志。 ### FAQ **Q: 这里的 Skill 是什么?** A: 它通常是一个自包含目录,核心是 `SKILL.md`,让 agent 按固定流程做事而不是即兴发挥。 **Q: 必须用 Claude Code 吗?** A: 不必须。仓库说明了多个 agent 工具的用法,Claude Code 只是其中之一。 **Q: 先装哪个技能?** A: 如果你经常操作 Hub(下载/上传模型或数据集),优先装 `hf-cli`。 --- ## 来源与感谢 > GitHub:https://github.com/huggingface/skills > Owner avatar:https://avatars.githubusercontent.com/u/25720743?v=4 > 许可证(SPDX):Apache-2.0 > GitHub stars(已通过 `api.github.com/repos/huggingface/skills` 核验):10,459 > GitHub forks(已通过 `api.github.com/repos/huggingface/skills` 核验):661 --- Source: https://tokrepo.com/en/workflows/hugging-face-skills-agent-skills-marketplace Author: Skill Factory