From db8eaa643c69530e1aa6d2b4a3739bbc755f4a52 Mon Sep 17 00:00:00 2001 From: Mishig Davaadorj Date: Sun, 22 Mar 2026 20:10:50 +0100 Subject: [PATCH] tool-builder: update stale `hf --help` output with all current commands MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The `hf --help` listing was missing 12 command groups that are registered in cli/hf.py L89–L104: buckets, collections, datasets, discussions, extensions, models, papers, repos, skills, spaces, sync, webhooks Also: - Replace deprecated `repo` / `repo-files` with current `repos` - Fix typo: `huggingface_hub` → `huggingface-cli` in deprecation note Verified against huggingface_hub@b23f3e04. Co-Authored-By: Claude Opus 4.6 (1M context) --- skills/hugging-face-tool-builder/SKILL.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/skills/hugging-face-tool-builder/SKILL.md b/skills/hugging-face-tool-builder/SKILL.md index 8342e5ae..ffe3983a 100644 --- a/skills/hugging-face-tool-builder/SKILL.md +++ b/skills/hugging-face-tool-builder/SKILL.md @@ -95,16 +95,26 @@ Options: Commands: auth Manage authentication (login, logout, etc.). + buckets Commands to interact with buckets. cache Manage local cache directory. + collections Interact with collections on the Hub. + datasets Interact with datasets on the Hub. + discussions Manage discussions and pull requests on the Hub. download Download files from the Hub. endpoints Manage Hugging Face Inference Endpoints. env Print information about the environment. + extensions Manage hf CLI extensions. jobs Run and manage Jobs on the Hub. - repo Manage repos on the Hub. - repo-files Manage files in a repo on the Hub. + models Interact with models on the Hub. + papers Interact with papers on the Hub. + repos Manage repos on the Hub. + skills Manage skills for AI assistants. + spaces Interact with spaces on the Hub. + sync Sync files between local directory and a bucket. upload Upload a file or a folder to the Hub. upload-large-folder Upload a large folder to the Hub. version Print information about the hf version. + webhooks Manage webhooks on the Hub. ``` -The `hf` CLI command has replaced the now deprecated `huggingface_hub` CLI command. +The `hf` CLI command has replaced the now deprecated `huggingface-cli` command.