hugging-face-cli

Manage Hugging Face Hub models, datasets, and spaces via command-line interface.

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/keremtoker468-dotcom/restoran --skill hugging-face-cli-keremtoker468-dotcom
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hugging-face-cli
Source: https://github.com/keremtoker468-dotcom/restoran/tree/main/.claude/skills/hugging-face-cli
Command: npx skills add https://github.com/keremtoker468-dotcom/restoran --skill hugging-face-cli-keremtoker468-dotcom

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a command-line interface to interact with the Hugging Face Hub, simplifying the process of downloading models, datasets, and spaces, as well as uploading your own contributions.

Core Features & Use Cases

  • Model/Dataset Management: Download, upload, and manage repositories on the Hugging Face Hub.
  • Authentication: Easily log in and manage your Hugging Face credentials.
  • Cache Operations: Control and clean your local Hugging Face cache.
  • Cloud Compute: Run jobs on Hugging Face's infrastructure.
  • Use Case: You need to download a specific pre-trained model for a local inference task, or upload your newly fine-tuned model to the Hub for sharing.

Quick Start

Use the hugging-face-cli skill to log in to your Hugging Face account.

Frequently Asked Questions about hugging-face-cli

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

FAQPage Schema
How do I download models and datasets from the Hugging Face Hub using a command-line interface?

You can use the Hugging Face CLI to download models and datasets directly from the Hub. It enables fetching repository files for local inference tasks and managing pre-trained assets efficiently through terminal commands.

How do I upload a fine-tuned model to the Hugging Face Hub via CLI?

Uploading a fine-tuned model to the Hugging Face Hub via CLI involves pushing local repository files using terminal commands. It handles authentication and repository management to share your models with the community.

What is the best way to manage Hugging Face credentials for command-line access?

Managing Hugging Face credentials for command-line access requires using the CLI login command. This authenticates your account securely in the terminal environment, enabling seamless repository uploads and downloads.

Can I run cloud compute jobs on Hugging Face infrastructure through the terminal?

Yes, you can execute cloud compute jobs on Hugging Face infrastructure using CLI commands. The terminal interface supports launching and managing advanced workflows directly on the Hub's remote compute resources.

How do I control and clean the local Hugging Face cache from the command line?

Controlling and cleaning the local Hugging Face cache is done via specific CLI commands. This manages stored models and datasets on your machine, freeing up disk space by removing outdated repository files.

Do I need prior MLOps experience to manage Hugging Face repositories using a CLI?

Prior MLOps experience is not strictly required to manage Hugging Face repositories using a CLI. The command-line interface simplifies repository management, making it accessible for developers and researchers.