What problem does it solve? Interacting with the Hugging Face Hub through the web UI is slow and hard to automate. This Skill provides a complete reference for the modern hf command-line interface, enabling scripted searching, downloading, uploading, and management of models, datasets, and Spaces. ## Core Features & Use Cases - Repository Operations: Download and upload models and datasets, create or delete repos, and manage branches, tags, and files from the terminal. - Hub Management: Handle authentication tokens, discussions and pull requests, collections, webhooks, and local cache pruning. - Compute & Infrastructure: Deploy Inference Endpoints, run Jobs on HF infrastructure, and manage Spaces with dev-mode and hot-reload. - Use Case: A machine learning engineer needs to download a fine-tuned model, query a dataset with SQL via DuckDB, and upload results to a new repository — all automated in a single shell workflow using hf download, hf datasets sql, and hf upload. ## Quick Start Use the huggingface-hub skill to download the model 'meta-llama/Llama-3-8B' from the Hugging Face Hub using my HF_TOKEN.