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 hf command-line interface so you can search, download, upload, and manage models, datasets, Spaces, and compute resources directly from the terminal. ## Core Features & Use Cases - Repository Operations: Download and upload models and datasets, create or delete repos, manage branches, tags, and discussions/PRs. - Data & Compute: Run SQL queries against dataset parquet files with DuckDB, deploy and scale Inference Endpoints, and launch Jobs on HF infrastructure. - Storage & Automation: Manage S3-like buckets, local caches, webhooks, and collections for automated Hub workflows. - Use Case: You need to download a fine-tuned model, query a dataset with SQL to filter training samples, and deploy the result to an Inference Endpoint — all scripted via hf commands with --format json output for automation. ## Quick Start Install the hf CLI and use it to download a model from the Hugging Face Hub to my local machine.