huggingface-hub

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables developers to interact with the Hugging Face Hub directly from the terminal, streamlining model, dataset, and Space workflows without manual GUI steps.

Core Features & Use Cases

  • Search, download, and upload models, datasets, and Spaces from the Hub.
  • Manage repositories, datasets, and deployments; run SQL queries over datasets; deploy inference endpoints.
  • Use cases include automating model provisioning in CI/CD, pulling datasets for experiments, and deploying small inference endpoints.

Quick Start

Install hf CLI and begin managing repos and models directly from your terminal.

Frequently Asked Questions about huggingface-hub

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

FAQPage Schema
How do I download Hugging Face models and datasets from the command line?

Search, download, and upload Hugging Face models, datasets, and Spaces directly from the terminal using the hf CLI. It provides a command-line interface to manage Hub repositories, streamlining your workflows without manual GUI interactions.

Can I deploy inference endpoints on Hugging Face Hub via the terminal?

Yes, you can deploy inference endpoints on Hugging Face Hub via the terminal. The hf CLI enables developers to manage deployments and provision small inference endpoints directly from the command line interface.

What do I need to manage Hugging Face repositories from the CLI?

To manage Hugging Face repositories from the CLI, you need the hf CLI installed and network access to the Hugging Face Hub. This setup allows you to search, upload, and manage your models and datasets.

Is it possible to run SQL queries over Hugging Face datasets in the terminal?

Yes, it is possible to run SQL queries over Hugging Face datasets in the terminal. The hf CLI supports querying datasets with SQL, allowing you to extract data directly without downloading the entire dataset.

How can I automate model provisioning for Hugging Face in CI/CD pipelines?

Automate model provisioning for Hugging Face in CI/CD pipelines by integrating the hf CLI. It allows your automated workflows to search, download, and upload models or datasets seamlessly without manual GUI intervention.