hugging-face-cli

Installation
SKILL.md

Install by downloading the installer script first, reviewing it, and then running it locally. Example: tmpdir="$(mktemp -d)" && trap 'rm -rf "$tmpdir"' EXIT && curl -LsSf https://hf.co/cli/install.sh -o "$tmpdir/hf-install.sh" && less "$tmpdir/hf-install.sh" && bash "$tmpdir/hf-install.sh"

When to Use

Use this skill when you need the hf CLI for Hub authentication, downloads, uploads, repo management, or basic compute operations.

The Hugging Face Hub CLI tool hf is available. IMPORTANT: The hf command replaces the deprecated huggingface-cli command.

Use hf --help to view available functions. Note that auth commands are now all under hf auth e.g. hf auth whoami.

Generated with huggingface_hub v1.8.0. Run hf skills add --force to regenerate.

Commands

Installs
118
GitHub Stars
40.9K
First Seen
Jan 30, 2026
hugging-face-cli — sickn33/antigravity-awesome-skills