What problem does it solve? Working with the Hugging Face Hub involves many distinct operations—downloading models, uploading files, managing repos, running jobs, configuring spaces—that are tedious to perform through the web UI or raw API calls. This Skill provides the complete hf CLI command reference so an AI assistant can execute any Hub operation directly and correctly. ## Core Features & Use Cases - Model and Dataset Operations: Download, upload, search, and inspect models and datasets, including SQL queries against dataset parquet files and leaderboard lookups. - Infrastructure Management: Run and schedule Jobs on Hugging Face hardware, deploy Inference Endpoints, manage Spaces (hardware, secrets, logs, SSH), and create sandboxes. - Repo and Collaboration Workflows: Create and configure repos, manage branches and tags, handle discussions and pull requests, organize collections, and set up webhooks. - Use Case: Ask the assistant to download a specific MLX model revision, check local cache usage with hf cache list, then schedule a nightly training job on an A100 with hf jobs scheduled run—all without leaving the conversation. ## Quick Start Ask the assistant to download the model 'mlx-community/Llama-3.2-3B-Instruct-4bit' from the Hugging Face Hub and then show which account is currently authenticated.