huggingface-hub

Manage Hugging Face Hub models and datasets via the hf CLI.

1|Updated Jun 9, 2026
One-click install
npx skills add https://github.com/lxt070409/hermes-skills --skill huggingface-hub-lxt070409
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: huggingface-hub
Source: https://github.com/lxt070409/hermes-skills/tree/main/mlops/huggingface-hub
Command: npx skills add https://github.com/lxt070409/hermes-skills --skill huggingface-hub-lxt070409

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows users to seamlessly search, download, upload, and manage Hugging Face Hub models and datasets using the hf CLI, enhancing their AI development and research workflows.

Core Features & Use Cases

  • Search & Manage Models & Datasets: Navigate through Hugging Face Hub and manage your models and datasets.
  • Upload & Download Resources: Efficiently upload new datasets and download desired models or data resources.
  • Automated Syncing: Keep local directories in sync with your repositories on the Hub.

Quick Start

Load the skill and download a model with the command: hf download REPO_ID.

Frequently Asked Questions about huggingface-hub

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I download a Hugging Face model using the command line?

To download a Hugging Face model, use the hf CLI to execute the `hf download REPO_ID` command. This fetches the desired model repository directly to your local environment.

Can I manage Hugging Face datasets and models without using the web interface?

Yes, you can manage Hugging Face datasets and models entirely without the web interface. The hf CLI allows you to search, upload, download, and manage your repositories directly from the terminal.

Do I need the Hugging Face CLI installed to manage repositories locally?

Yes, you need the Hugging Face CLI installed. This Skill operates by managing repositories, models, and datasets on the Hub via the hf CLI commands.

What is the best way to keep my local directory in sync with a Hugging Face repository?

The best way to keep local directories in sync with Hugging Face repositories is by using the automated syncing features provided through the hf CLI. This ensures your local data matches the Hub.

How do I search for models on the Hugging Face Hub from my terminal?

You can search for models on the Hugging Face Hub from your terminal by utilizing the search and manage features of the hf CLI. This allows you to navigate the Hub without a browser.

Related Skills