huggingface-hub

Manage models and datasets on the Hugging Face Hub.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires hf-cli, and includes scripts (resource) components.

What problem does it solve?

This Skill simplifies interactions with the Hugging Face Hub, enabling the download, upload, and management of models and datasets with minimal effort.

Core Features & Use Cases

  • Search/Download/Upload Models & Datasets: Efficiently navigate the Hub and manipulate model and dataset repositories.
  • Authentication: Manage sessions and access tokens for secure interactions.
  • Repository Management: Create, duplicate, move, branch, and tag repositories on the Hub.
  • Advanced Usage: Execute SQL queries against datasets, manage endpoints, run compute jobs, and utilize the powerful features of the hf CLI.

Quick Start

Use the huggingface-hub skill to download a model by providing its REPO_ID: '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 models and datasets from the Hugging Face Hub?

To download Hugging Face Hub models and datasets, use the command 'hf download REPO_ID' to fetch repository contents directly to your local environment.

Can I manage Hugging Face repository branches and tags without using the web interface?

Yes, you can create, duplicate, move, branch, and tag Hugging Face repositories directly through command line scripts without needing the web interface.

Do I need an access token to upload models to the Hugging Face Hub?

Yes, uploading models to the Hugging Face Hub requires authentication using an access token to manage your session and secure repository interactions.

What's the best way to run SQL queries against Hugging Face datasets?

You can execute SQL queries against Hugging Face datasets by utilizing the advanced features of the hf CLI within this skill's repository management functions.

Does this method for managing Hugging Face models require any specific command line tools?

Yes, managing Hugging Face models and datasets with this method requires the hf CLI tool and an active Hugging Face Hub account configured in your environment.