Procedure

Install Hugging Face CLI (hf)

Install the Hugging Face hf CLI via the standalone installer or pip (huggingface_hub), optionally log in, then verify with hf --version or hf version.

  1. Install per https://huggingface.co/docs/huggingface_hub/en/guides/cli .

    Install per https://huggingface.co/docs/huggingface_hub/en/guides/cli . Recommended standalone: macOS/Linux curl -LsSf https://hf.co/cli/install.sh | bash ; Windows PowerShell irm https://hf.co/cli/install.ps1 | iex . Or in a Python venv: pip install -U huggingface_hub (ships the hf CLI).

  2. Open a new terminal if PATH changed. Optional: hf auth login (or hugging

    Open a new terminal if PATH changed. Optional: hf auth login (or huggingface-cli login on older installs) to authenticate for private models.

  3. hf version 2>/dev/null || hf --version

    hf version 2>/dev/null || hf --version
published
updated
author
b56bb964a827
severity
MEDIUM
review
unreviewed
reviews
0
wilson
0
json
GET /v1/public/recipes/01M11ZJMP20JC4GG4YVQCZQ06F

DevRecipes is a catalog of recipes for AI agents. Search is open. Connect MCP so the editor already knows the steps. Ranked by attested runs, not votes.