[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-huggingface-hf-cli":3,"mdc--2z9jru-key":35,"related-repo-huggingface-hf-cli":3142,"related-org-huggingface-hf-cli":3235},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":24,"repoUrl":25,"updatedAt":26,"license":27,"forks":28,"topics":29,"repo":30,"sourceUrl":33,"mdContent":34},"hf-cli","manage Hugging Face Hub resources via CLI","Hugging Face Hub CLI (`hf`) for downloading, uploading, and managing models, datasets, spaces, buckets, repos, papers, jobs, and more on the Hugging Face Hub. Use when: handling authentication; managing local cache; managing Hugging Face Buckets; running or scheduling jobs on Hugging Face infrastructure; managing Hugging Face repos; discussions and pull requests; browsing models, datasets and spaces; reading, searching, or browsing academic papers; managing collections; querying datasets; configuring spaces; setting up webhooks; or deploying and managing HF Inference Endpoints. Make sure to use this skill whenever the user mentions 'hf', 'huggingface', 'Hugging Face', 'huggingface-cli', or 'hugging face cli', or wants to do anything related to the Hugging Face ecosystem and to AI and ML in general. Also use for cloud storage needs like training checkpoints, data pipelines, or agent traces. Use even if the user doesn't explicitly ask for a CLI command. Replaces the deprecated `huggingface-cli`.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"huggingface","Hugging Face","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fhuggingface.png",[12,16,18,21],{"name":13,"slug":14,"type":15},"Datasets","datasets","tag",{"name":9,"slug":17,"type":15},"hugging-face",{"name":19,"slug":20,"type":15},"LLM","llm",{"name":22,"slug":23,"type":15},"CLI","cli",10861,"https:\u002F\u002Fgithub.com\u002Fhuggingface\u002Fskills","2026-04-06T18:25:34.020855",null,721,[],{"repoUrl":25,"stars":24,"forks":28,"topics":31,"description":32},[],"Give your agents the power of the Hugging Face ecosystem","https:\u002F\u002Fgithub.com\u002Fhuggingface\u002Fskills\u002Ftree\u002FHEAD\u002Fskills\u002Fhf-cli","---\nname: hf-cli\ndescription: \"Hugging Face Hub CLI (`hf`) for downloading, uploading, and managing models, datasets, spaces, buckets, repos, papers, jobs, and more on the Hugging Face Hub. Use when: handling authentication; managing local cache; managing Hugging Face Buckets; running or scheduling jobs on Hugging Face infrastructure; managing Hugging Face repos; discussions and pull requests; browsing models, datasets and spaces; reading, searching, or browsing academic papers; managing collections; querying datasets; configuring spaces; setting up webhooks; or deploying and managing HF Inference Endpoints. Make sure to use this skill whenever the user mentions 'hf', 'huggingface', 'Hugging Face', 'huggingface-cli', or 'hugging face cli', or wants to do anything related to the Hugging Face ecosystem and to AI and ML in general. Also use for cloud storage needs like training checkpoints, data pipelines, or agent traces. Use even if the user doesn't explicitly ask for a CLI command. Replaces the deprecated `huggingface-cli`.\"\n---\n\nInstall: `curl -LsSf https:\u002F\u002Fhf.co\u002Fcli\u002Finstall.sh | bash -s`.\n\nThe Hugging Face Hub CLI tool `hf` is available. IMPORTANT: The `hf` command replaces the deprecated `huggingface-cli` command.\n\nUse `hf --help` to view available functions. Note that auth commands are now all under `hf auth` e.g. `hf auth whoami`.\n\nGenerated with `huggingface_hub v1.23.0`. Run `hf skills add --force` to regenerate.\n\n## Commands\n\n- `hf cp SRC` — Copy files between local paths, repositories, and buckets. `[--format [auto|human|agent|json|quiet]]`\n- `hf download REPO_ID` — Download files from the Hub. `[--type [model|dataset|space] --revision TEXT --include TEXT --exclude TEXT --cache-dir TEXT --local-dir TEXT --force-download --dry-run --max-workers INTEGER --format [auto|human|agent|json|quiet]]`\n- `hf env` — Print information about the environment. `[--format [auto|human|agent|json|quiet]]`\n- `hf sync` — Sync files between local directory and a bucket. `[--delete --ignore-times --ignore-sizes --plan TEXT --apply TEXT --dry-run --include TEXT --exclude TEXT --filter-from TEXT --existing --ignore-existing --verbose --format [auto|human|agent|json|quiet]]`\n- `hf update` — Update the `hf` CLI to the latest version. `[--format [auto|human|agent|json|quiet]]`\n- `hf upload REPO_ID` — Upload a file or a folder to the Hub. Recommended for single-commit uploads. `[--type [model|dataset|space] --revision TEXT --private --include TEXT --exclude TEXT --delete TEXT --commit-message TEXT --commit-description TEXT --create-pr --every FLOAT --format [auto|human|agent|json|quiet]]`\n- `hf upload-large-folder REPO_ID LOCAL_PATH` — [Deprecated] Upload a large folder to the Hub. Use `hf upload` instead. `[--type [model|dataset|space] --revision TEXT --private --include TEXT --exclude TEXT --num-workers INTEGER --no-report --no-bars --format [auto|human|agent|json|quiet]]`\n- `hf version` — Print information about the hf version. `[--format [auto|human|agent|json|quiet]]`\n\n### `hf auth` — Manage authentication (login, logout, etc.).\n\n- `hf auth list` — List all stored access tokens. `[--format [auto|human|agent|json|quiet]]`\n- `hf auth login` — Login from your browser, or using a token from huggingface.co\u002Fsettings\u002Ftokens. `[--add-to-git-credential --force --format [auto|human|agent|json|quiet]]`\n- `hf auth logout` — Logout from a specific token. `[--token-name TEXT --format [auto|human|agent|json|quiet]]`\n- `hf auth switch` — Switch between access tokens. `[--token-name TEXT --add-to-git-credential --format [auto|human|agent|json|quiet]]`\n- `hf auth token` — Print the current access token to stdout. `[--format [auto|human|agent|json|quiet]]`\n- `hf auth whoami` — Find out which huggingface.co account you are logged in as. `[--format [auto|human|agent|json|quiet]]`\n\n### `hf buckets` — Commands to interact with buckets.\n\n- `hf buckets cp SRC` — Copy files between local paths, repositories, and buckets. `[--format [auto|human|agent|json|quiet]]`\n- `hf buckets create BUCKET_ID` — Create a new bucket. `[--private --region [us|eu] --exist-ok --format [auto|human|agent|json|quiet]]`\n- `hf buckets delete BUCKET_ID` — Delete a bucket. `[--yes --missing-ok --format [auto|human|agent|json|quiet]]`\n- `hf buckets info BUCKET_ID` — Get info about a bucket. `[--format [auto|human|agent|json|quiet]]`\n- `hf buckets list` — List buckets or files in a bucket. `[--human-readable --tree --recursive --search TEXT --format [auto|human|agent|json|quiet]]`\n- `hf buckets move FROM_ID TO_ID` — Move (rename) a bucket to a new name or namespace. `[--format [auto|human|agent|json|quiet]]`\n- `hf buckets remove ARGUMENT` — Remove files from a bucket. `[--recursive --yes --dry-run --include TEXT --exclude TEXT --format [auto|human|agent|json|quiet]]`\n- `hf buckets sync` — Sync files between local directory and a bucket. `[--delete --ignore-times --ignore-sizes --plan TEXT --apply TEXT --dry-run --include TEXT --exclude TEXT --filter-from TEXT --existing --ignore-existing --verbose --format [auto|human|agent|json|quiet]]`\n\n### `hf cache` — Manage local cache directory.\n\n- `hf cache list` — List cached repositories or revisions. `[--cache-dir TEXT --revisions --filter TEXT --sort [accessed|accessed:asc|accessed:desc|modified|modified:asc|modified:desc|name|name:asc|name:desc|size|size:asc|size:desc] --limit INTEGER --format [auto|human|agent|json|quiet]]`\n- `hf cache prune` — Remove detached revisions and incomplete downloads from the cache. `[--cache-dir TEXT --yes --dry-run --format [auto|human|agent|json|quiet]]`\n- `hf cache rm TARGETS` — Remove cached repositories or revisions. `[--cache-dir TEXT --yes --dry-run --format [auto|human|agent|json|quiet]]`\n- `hf cache verify REPO_ID` — Verify checksums for a single repo revision from cache or a local directory. `[--type [model|dataset|space] --revision TEXT --cache-dir TEXT --local-dir TEXT --fail-on-missing-files --fail-on-extra-files --format [auto|human|agent|json|quiet]]`\n\n### `hf collections` — Interact with collections on the Hub.\n\n- `hf collections add-item COLLECTION_SLUG ITEM_ID ITEM_TYPE` — Add an item to a collection. `[--note TEXT --exists-ok --format [auto|human|agent|json|quiet]]`\n- `hf collections create TITLE` — Create a new collection on the Hub. `[--namespace TEXT --description TEXT --private --exists-ok --format [auto|human|agent|json|quiet]]`\n- `hf collections delete COLLECTION_SLUG` — Delete a collection from the Hub. `[--missing-ok --format [auto|human|agent|json|quiet]]`\n- `hf collections delete-item COLLECTION_SLUG ITEM_OBJECT_ID` — Delete an item from a collection. `[--missing-ok --format [auto|human|agent|json|quiet]]`\n- `hf collections info COLLECTION_SLUG` — Get info about a collection on the Hub. `[--format [auto|human|agent|json|quiet]]`\n- `hf collections list` — List collections on the Hub. `[--owner TEXT --item TEXT --sort [lastModified|trending|upvotes] --limit INTEGER --format [auto|human|agent|json|quiet]]`\n- `hf collections update COLLECTION_SLUG` — Update a collection's metadata on the Hub. `[--title TEXT --description TEXT --position INTEGER --private --theme TEXT --format [auto|human|agent|json|quiet]]`\n- `hf collections update-item COLLECTION_SLUG ITEM_OBJECT_ID` — Update an item in a collection. `[--note TEXT --position INTEGER --format [auto|human|agent|json|quiet]]`\n\n### `hf datasets` — Interact with datasets on the Hub.\n\n- `hf datasets card DATASET_ID` — Get the dataset card (README) for a dataset on the Hub. `[--metadata --text --format [auto|human|agent|json|quiet]]`\n- `hf datasets info DATASET_ID` — Get info about a dataset on the Hub. `[--revision TEXT --expand TEXT --format [auto|human|agent|json|quiet]]`\n- `hf datasets leaderboard DATASET_ID` — List model scores from a dataset leaderboard. This command helps find the best models for a task or compare models by benchmark scores. Use 'hf datasets ls --filter benchmark:official' to list available leaderboards. `[--limit INTEGER --format [auto|human|agent|json|quiet]]`\n- `hf datasets list` — List datasets on the Hub, or files in a dataset repo. `[--search TEXT --author TEXT --filter TEXT --sort [created_at|downloads|last_modified|likes|trending_score] --limit INTEGER --expand TEXT --human-readable --tree --recursive --revision TEXT --format [auto|human|agent|json|quiet]]`\n- `hf datasets parquet DATASET_ID` — List parquet file URLs available for a dataset. `[--subset TEXT --split TEXT --format [auto|human|agent|json|quiet]]`\n- `hf datasets sql SQL` — Execute a raw SQL query with DuckDB against dataset parquet URLs. `[--format [auto|human|agent|json|quiet]]`\n\n### `hf discussions` — Manage discussions and pull requests on the Hub.\n\n- `hf discussions close REPO_ID NUM` — Close a discussion or pull request. `[--comment TEXT --yes --type [model|dataset|space] --format [auto|human|agent|json|quiet]]`\n- `hf discussions comment REPO_ID NUM` — Comment on a discussion or pull request. `[--body TEXT --body-file PATH --type [model|dataset|space] --format [auto|human|agent|json|quiet]]`\n- `hf discussions create REPO_ID --title TEXT` — Create a new discussion or pull request on a repo. `[--body TEXT --body-file PATH --pull-request --type [model|dataset|space] --format [auto|human|agent|json|quiet]]`\n- `hf discussions diff REPO_ID NUM` — Show the diff of a pull request. `[--type [model|dataset|space] --format [auto|human|agent|json|quiet]]`\n- `hf discussions edit REPO_ID NUM COMMENT_ID` — Edit an existing comment on a discussion or pull request. `[--body TEXT --body-file PATH --type [model|dataset|space] --format [auto|human|agent|json|quiet]]`\n- `hf discussions info REPO_ID NUM` — Get info about a discussion or pull request. `[--type [model|dataset|space] --format [auto|human|agent|json|quiet]]`\n- `hf discussions list REPO_ID` — List discussions and pull requests on a repo. `[--status [open|closed|merged|draft|all] --kind [all|discussion|pull_request] --author TEXT --limit INTEGER --type [model|dataset|space] --format [auto|human|agent|json|quiet]]`\n- `hf discussions merge REPO_ID NUM` — Merge a pull request. `[--comment TEXT --yes --type [model|dataset|space] --format [auto|human|agent|json|quiet]]`\n- `hf discussions rename REPO_ID NUM NEW_TITLE` — Rename a discussion or pull request. `[--type [model|dataset|space] --format [auto|human|agent|json|quiet]]`\n- `hf discussions reopen REPO_ID NUM` — Reopen a closed discussion or pull request. `[--comment TEXT --yes --type [model|dataset|space] --format [auto|human|agent|json|quiet]]`\n\n### `hf endpoints` — Manage Hugging Face Inference Endpoints.\n\n- `hf endpoints catalog deploy --repo TEXT` — Deploy an Inference Endpoint from the Model Catalog. `[--name TEXT --accelerator TEXT --namespace TEXT --format [auto|human|agent|json|quiet]]`\n- `hf endpoints catalog list` — List available Catalog models. `[--format [auto|human|agent|json|quiet]]`\n- `hf endpoints delete NAME` — Delete an Inference Endpoint permanently. `[--namespace TEXT --yes --format [auto|human|agent|json|quiet]]`\n- `hf endpoints deploy NAME --repo TEXT --framework TEXT --accelerator TEXT --instance-size TEXT --instance-type TEXT --region TEXT --vendor TEXT` — Deploy an Inference Endpoint from a Hub repository. `[--namespace TEXT --task TEXT --min-replica INTEGER --max-replica INTEGER --scale-to-zero-timeout INTEGER --scaling-metric [pendingRequests|hardwareUsage] --scaling-threshold FLOAT --revision TEXT --custom-image TEXT --health-route TEXT --port INTEGER --container-command TEXT --container-args TEXT --env TEXT --env-file TEXT --secrets TEXT --secrets-file TEXT --type [public|protected|authenticated|private] --format [auto|human|agent|json|quiet]]`\n- `hf endpoints describe NAME` — Get information about an existing endpoint. `[--namespace TEXT --format [auto|human|agent|json|quiet]]`\n- `hf endpoints list` — Lists all Inference Endpoints for the given namespace. `[--namespace TEXT --format [auto|human|agent|json|quiet]]`\n- `hf endpoints pause NAME` — Pause an Inference Endpoint. `[--namespace TEXT --format [auto|human|agent|json|quiet]]`\n- `hf endpoints resume NAME` — Resume an Inference Endpoint. `[--namespace TEXT --fail-if-already-running --format [auto|human|agent|json|quiet]]`\n- `hf endpoints scale-to-zero NAME` — Scale an Inference Endpoint to zero. `[--namespace TEXT --format [auto|human|agent|json|quiet]]`\n- `hf endpoints update NAME` — Update an existing endpoint. `[--namespace TEXT --repo TEXT --accelerator TEXT --instance-size TEXT --instance-type TEXT --framework TEXT --revision TEXT --task TEXT --min-replica INTEGER --max-replica INTEGER --scale-to-zero-timeout INTEGER --scaling-metric [pendingRequests|hardwareUsage] --scaling-threshold FLOAT --format [auto|human|agent|json|quiet]]`\n\n### `hf extensions` — Manage hf CLI extensions.\n\n- `hf extensions exec NAME` — Execute an installed extension.\n- `hf extensions install REPO_ID` — Install an extension from a public GitHub repository. `[--force --format [auto|human|agent|json|quiet]]`\n- `hf extensions list` — List installed extension commands. `[--format [auto|human|agent|json|quiet]]`\n- `hf extensions remove NAME` — Remove an installed extension. `[--format [auto|human|agent|json|quiet]]`\n- `hf extensions search` — Search extensions available on GitHub (tagged with 'hf-extension' topic). `[--format [auto|human|agent|json|quiet]]`\n- `hf extensions update` — Update installed extension(s) to their latest version. `[--format [auto|human|agent|json|quiet]]`\n\n### `hf jobs` — Run and manage Jobs on the Hub.\n\n- `hf jobs cancel JOB_ID` — Cancel a Job `[--namespace TEXT --format [auto|human|agent|json|quiet]]`\n- `hf jobs hardware` — List available hardware options for Jobs `[--format [auto|human|agent|json|quiet]]`\n- `hf jobs inspect JOB_IDS` — Display detailed information on one or more Jobs `[--namespace TEXT --format [auto|human|agent|json|quiet]]`\n- `hf jobs labels JOB_ID` — Update labels on a Job. Replaces all existing labels. `[--label TEXT --clear --namespace TEXT --format [auto|human|agent|json|quiet]]`\n- `hf jobs list` — List Jobs. `[--all --status [COMPLETED|CANCELED|ERROR|DELETED|SCHEDULING|RUNNING] --label TEXT --limit INTEGER --namespace TEXT --filter TEXT --format [auto|human|agent|json|quiet]]`\n- `hf jobs logs JOB_ID` — Fetch the logs of a Job. `[--follow --tail INTEGER --namespace TEXT --format [auto|human|agent|json|quiet]]`\n- `hf jobs run IMAGE COMMAND` — Run a Job. `[--env TEXT --secrets TEXT --label TEXT --volume TEXT --env-file TEXT --secrets-file TEXT --flavor [cpu-basic|cpu-upgrade|cpu-performance|cpu-xl|t4-small|t4-medium|l4x1|l4x4|l40sx1|l40sx4|l40sx8|a10g-small|a10g-large|a10g-largex2|a10g-largex4|a100-large|a100x4|a100x8|h200|h200x2|h200x4|h200x8|rtx-pro-6000|rtx-pro-6000x2|rtx-pro-6000x4|rtx-pro-6000x8] --timeout TEXT --detach --expose INTEGER --ssh --namespace TEXT]`\n- `hf jobs scheduled delete SCHEDULED_JOB_ID` — Delete a scheduled Job. `[--namespace TEXT --format [auto|human|agent|json|quiet]]`\n- `hf jobs scheduled inspect SCHEDULED_JOB_IDS` — Display detailed information on one or more scheduled Jobs `[--namespace TEXT --format [auto|human|agent|json|quiet]]`\n- `hf jobs scheduled labels SCHEDULED_JOB_ID` — Update labels on a scheduled Job. Replaces all existing labels. `[--label TEXT --clear --namespace TEXT --format [auto|human|agent|json|quiet]]`\n- `hf jobs scheduled list` — List scheduled Jobs `[--all --namespace TEXT --filter TEXT --format [auto|human|agent|json|quiet]]`\n- `hf jobs scheduled resume SCHEDULED_JOB_ID` — Resume (unpause) a scheduled Job. `[--namespace TEXT --format [auto|human|agent|json|quiet]]`\n- `hf jobs scheduled run SCHEDULE IMAGE COMMAND` — Schedule a Job. `[--suspend --concurrency --env TEXT --secrets TEXT --label TEXT --volume TEXT --env-file TEXT --secrets-file TEXT --flavor [cpu-basic|cpu-upgrade|cpu-performance|cpu-xl|t4-small|t4-medium|l4x1|l4x4|l40sx1|l40sx4|l40sx8|a10g-small|a10g-large|a10g-largex2|a10g-largex4|a100-large|a100x4|a100x8|h200|h200x2|h200x4|h200x8|rtx-pro-6000|rtx-pro-6000x2|rtx-pro-6000x4|rtx-pro-6000x8] --timeout TEXT --expose INTEGER --namespace TEXT]`\n- `hf jobs scheduled suspend SCHEDULED_JOB_ID` — Suspend (pause) a scheduled Job. `[--namespace TEXT --format [auto|human|agent|json|quiet]]`\n- `hf jobs scheduled trigger SCHEDULED_JOB_ID` — Trigger a scheduled Job to run immediately (does not change the schedule). `[--namespace TEXT --format [auto|human|agent|json|quiet]]`\n- `hf jobs scheduled uv run SCHEDULE SCRIPT` — Run a UV script (local file or URL) on HF infrastructure `[--suspend --concurrency --image TEXT --flavor [cpu-basic|cpu-upgrade|cpu-performance|cpu-xl|t4-small|t4-medium|l4x1|l4x4|l40sx1|l40sx4|l40sx8|a10g-small|a10g-large|a10g-largex2|a10g-largex4|a100-large|a100x4|a100x8|h200|h200x2|h200x4|h200x8|rtx-pro-6000|rtx-pro-6000x2|rtx-pro-6000x4|rtx-pro-6000x8] --env TEXT --secrets TEXT --label TEXT --volume TEXT --env-file TEXT --secrets-file TEXT --timeout TEXT --expose INTEGER --namespace TEXT --with TEXT --python TEXT]`\n- `hf jobs ssh JOB_ID` — SSH into a running Job. `[--identity-file PATH --dry-run --namespace TEXT --format [auto|human|agent|json|quiet]]`\n- `hf jobs stats` — Fetch the resource usage statistics and metrics of Jobs `[--namespace TEXT --format [auto|human|agent|json|quiet]]`\n- `hf jobs uv run SCRIPT` — Run a UV script (local file or URL) on HF infrastructure `[--image TEXT --flavor [cpu-basic|cpu-upgrade|cpu-performance|cpu-xl|t4-small|t4-medium|l4x1|l4x4|l40sx1|l40sx4|l40sx8|a10g-small|a10g-large|a10g-largex2|a10g-largex4|a100-large|a100x4|a100x8|h200|h200x2|h200x4|h200x8|rtx-pro-6000|rtx-pro-6000x2|rtx-pro-6000x4|rtx-pro-6000x8] --env TEXT --secrets TEXT --label TEXT --volume TEXT --env-file TEXT --secrets-file TEXT --timeout TEXT --detach --expose INTEGER --ssh --namespace TEXT --with TEXT --python TEXT]`\n- `hf jobs wait JOB_IDS` — Wait for one or more Jobs to reach a terminal state. `[--timeout TEXT --namespace TEXT --format [auto|human|agent|json|quiet]]`\n\n### `hf models` — Interact with models on the Hub.\n\n- `hf models card MODEL_ID` — Get the model card (README) for a model on the Hub. `[--metadata --text --format [auto|human|agent|json|quiet]]`\n- `hf models info MODEL_ID` — Get info about a model on the Hub. `[--revision TEXT --expand TEXT --format [auto|human|agent|json|quiet]]`\n- `hf models list` — List models on the Hub, or files in a model repo. `[--search TEXT --author TEXT --filter TEXT --pipeline-tag TEXT --gated --apps TEXT --num-parameters TEXT --inference-provider [cerebras|cohere|deepinfra|fal-ai|featherless-ai|fireworks-ai|groq|hf-inference|novita|nscale|openai|ovhcloud|publicai|replicate|scaleway|together|wavespeed|zai-org] --warm --sort [created_at|downloads|last_modified|likes|trending_score] --limit INTEGER --expand TEXT --human-readable --tree --recursive --revision TEXT --format [auto|human|agent|json|quiet]]`\n\n### `hf papers` — Interact with papers on the Hub.\n\n- `hf papers info PAPER_ID` — Get info about a paper on the Hub. `[--format [auto|human|agent|json|quiet]]`\n- `hf papers list` — List daily papers on the Hub. `[--date TEXT --week TEXT --month TEXT --submitter TEXT --sort [publishedAt|trending] --limit INTEGER --format [auto|human|agent|json|quiet]]`\n- `hf papers read PAPER_ID` — Read a paper as markdown. `[--format [auto|human|agent|json|quiet]]`\n- `hf papers search QUERY` — Search papers on the Hub. `[--limit INTEGER --format [auto|human|agent|json|quiet]]`\n\n### `hf repos` — Manage repos on the Hub.\n\n- `hf repos branch create REPO_ID BRANCH` — Create a new branch for a repo on the Hub. `[--revision TEXT --type [model|dataset|space] --exist-ok --format [auto|human|agent|json|quiet]]`\n- `hf repos branch delete REPO_ID BRANCH` — Delete a branch from a repo on the Hub. `[--type [model|dataset|space] --format [auto|human|agent|json|quiet]]`\n- `hf repos cp SRC` — Copy files between local paths, repositories, and buckets. `[--format [auto|human|agent|json|quiet]]`\n- `hf repos create REPO_ID` — Create a new repo on the Hub. `[--type [model|dataset|space] --sdk TEXT --template TEXT --private --public --protected --exist-ok --resource-group-id TEXT --region [us|eu] --flavor [cpu-basic|cpu-upgrade|zero-a10g|t4-small|t4-medium|l4x1|l4x4|l40sx1|l40sx4|l40sx8|a10g-small|a10g-large|a10g-largex2|a10g-largex4|a100-large|a100x4|a100x8] --storage [small|medium|large] --sleep-time INTEGER --secrets TEXT --secrets-file TEXT --env TEXT --env-file TEXT --volume TEXT --format [auto|human|agent|json|quiet]]`\n- `hf repos delete REPO_ID` — Delete a repo from the Hub. This is an irreversible operation. `[--type [model|dataset|space] --missing-ok --yes --format [auto|human|agent|json|quiet]]`\n- `hf repos delete-files REPO_ID PATTERNS` — Delete files from a repo on the Hub. `[--type [model|dataset|space] --revision TEXT --commit-message TEXT --commit-description TEXT --create-pr --format [auto|human|agent|json|quiet]]`\n- `hf repos duplicate FROM_ID` — Duplicate a repo on the Hub (model, dataset, or Space). `[--type [model|dataset|space] --private --public --protected --exist-ok --flavor [cpu-basic|cpu-upgrade|zero-a10g|t4-small|t4-medium|l4x1|l4x4|l40sx1|l40sx4|l40sx8|a10g-small|a10g-large|a10g-largex2|a10g-largex4|a100-large|a100x4|a100x8] --storage [small|medium|large] --sleep-time INTEGER --secrets TEXT --secrets-file TEXT --env TEXT --env-file TEXT --volume TEXT --format [auto|human|agent|json|quiet]]`\n- `hf repos list` — List all repos (models, datasets, spaces, buckets) with storage info. `[--namespace TEXT --type [model|dataset|space|bucket] --search TEXT --limit INTEGER --explore --format [auto|human|agent|json|quiet]]`\n- `hf repos move FROM_ID TO_ID` — Move a repository from a namespace to another namespace. `[--type [model|dataset|space] --format [auto|human|agent|json|quiet]]`\n- `hf repos settings REPO_ID` — Update the settings of a repository. `[--gated [auto|manual|false] --private --public --protected --type [model|dataset|space] --format [auto|human|agent|json|quiet]]`\n- `hf repos tag create REPO_ID TAG` — Create a tag for a repo. `[--message TEXT --revision TEXT --type [model|dataset|space] --format [auto|human|agent|json|quiet]]`\n- `hf repos tag delete REPO_ID TAG` — Delete a tag for a repo. `[--yes --type [model|dataset|space] --format [auto|human|agent|json|quiet]]`\n- `hf repos tag list REPO_ID` — List tags for a repo. `[--type [model|dataset|space] --format [auto|human|agent|json|quiet]]`\n\n### `hf sandbox` — Run and manage sandboxes on Hugging Face Jobs.\n\n- `hf sandbox cp SRC DST` — Copy a file between the local machine and a sandbox (docker-style). `[--namespace TEXT --format [auto|human|agent|json|quiet]]`\n- `hf sandbox create` — Create a sandbox: a dedicated VM by default, or a cheap shared one with `--pool`. `[--pool TEXT --flavor [cpu-basic|cpu-upgrade|cpu-performance|cpu-xl|t4-small|t4-medium|l4x1|l4x4|l40sx1|l40sx4|l40sx8|a10g-small|a10g-large|a10g-largex2|a10g-largex4|a100-large|a100x4|a100x8|h200|h200x2|h200x4|h200x8|rtx-pro-6000|rtx-pro-6000x2|rtx-pro-6000x4|rtx-pro-6000x8] --idle-timeout TEXT --env TEXT --secrets TEXT --env-file TEXT --secrets-file TEXT --volume TEXT --namespace TEXT --forward-hf-token --format [auto|human|agent|json|quiet]]`\n- `hf sandbox exec SANDBOX_ID COMMAND` — Run a command in a sandbox, streaming output. Exits with the command's exit code. `[--workdir TEXT --env TEXT --env-file TEXT --timeout FLOAT --namespace TEXT]`\n- `hf sandbox kill` — Terminate a sandbox, a whole shared host, or everything (--all). `[--all --yes --namespace TEXT --format [auto|human|agent|json|quiet]]`\n- `hf sandbox pool create` — Warm a pool: boot one host VM now, tagged so it can be found later by its pool id. `[--flavor [cpu-basic|cpu-upgrade|cpu-performance|cpu-xl|t4-small|t4-medium|l4x1|l4x4|l40sx1|l40sx4|l40sx8|a10g-small|a10g-large|a10g-largex2|a10g-largex4|a100-large|a100x4|a100x8|h200|h200x2|h200x4|h200x8|rtx-pro-6000|rtx-pro-6000x2|rtx-pro-6000x4|rtx-pro-6000x8] --per-host INTEGER RANGE --max-hosts INTEGER RANGE --idle-timeout TEXT --namespace TEXT --format [auto|human|agent|json|quiet]]`\n- `hf sandbox pool delete POOL_ID` — Terminate every host VM of a pool (and therefore all its sandboxes). `[--yes --namespace TEXT --format [auto|human|agent|json|quiet]]`\n- `hf sandbox pool ls` — List running sandbox pools (grouped from their host VMs). `[--namespace TEXT --format [auto|human|agent|json|quiet]]`\n- `hf sandbox process kill SANDBOX_ID PID` — Stop a background process running in a sandbox. `[--namespace TEXT --format [auto|human|agent|json|quiet]]`\n- `hf sandbox process ls SANDBOX_ID` — List the background processes running in a sandbox (started with `hf sandbox spawn`). `[--namespace TEXT --format [auto|human|agent|json|quiet]]`\n- `hf sandbox spawn SANDBOX_ID COMMAND` — Start a long-running command in the background and return its pid (don't wait). `[--workdir TEXT --env TEXT --env-file TEXT --namespace TEXT]`\n\n### `hf skills` — Manage skills for AI assistants.\n\n- `hf skills add` — Install a Hugging Face skill for an AI assistant. `[--claude --global --dest PATH --force --format [auto|human|agent|json|quiet]]`\n- `hf skills list` — List available skills from the Hugging Face marketplace. `[--format [auto|human|agent|json|quiet]]`\n- `hf skills preview` — Print the generated `hf-cli` SKILL.md to stdout. `[--format [auto|human|agent|json|quiet]]`\n- `hf skills update` — Update installed Hugging Face marketplace skills. `[--claude --global --dest PATH --format [auto|human|agent|json|quiet]]`\n\n### `hf spaces` — Interact with spaces on the Hub.\n\n- `hf spaces card SPACE_ID` — Get the Space card (README) for a Space on the Hub. `[--metadata --text --format [auto|human|agent|json|quiet]]`\n- `hf spaces dev-mode SPACE_ID` — Enable or disable dev mode on a Space. `[--stop --format [auto|human|agent|json|quiet]]`\n- `hf spaces hardware` — List available hardware options for Spaces. `[--format [auto|human|agent|json|quiet]]`\n- `hf spaces hot-reload SPACE_ID` — Hot-reload any Python file of a Space without a full rebuild + restart. `[--local-file PATH --skip-checks --skip-summary --format [auto|human|agent|json|quiet]]`\n- `hf spaces info SPACE_ID` — Get info about a space on the Hub. `[--revision TEXT --expand TEXT --format [auto|human|agent|json|quiet]]`\n- `hf spaces list` — List spaces on the Hub, or files in a space repo. `[--search TEXT --author TEXT --filter TEXT --sort [created_at|last_modified|likes|trending_score] --limit INTEGER --expand TEXT --human-readable --tree --recursive --revision TEXT --format [auto|human|agent|json|quiet]]`\n- `hf spaces logs SPACE_ID` — Fetch the run or build logs of a Space. `[--build --follow --tail INTEGER --format [auto|human|agent|json|quiet]]`\n- `hf spaces pause SPACE_ID` — Pause a Space. `[--format [auto|human|agent|json|quiet]]`\n- `hf spaces restart SPACE_ID` — Restart a Space. `[--factory-reboot --format [auto|human|agent|json|quiet]]`\n- `hf spaces search QUERY` — Search spaces on the Hub using semantic search. `[--filter TEXT --sdk TEXT --include-non-running --description --limit INTEGER --format [auto|human|agent|json|quiet]]`\n- `hf spaces secrets add SPACE_ID` — Add or update secrets for a Space. `[--secrets TEXT --secrets-file TEXT --format [auto|human|agent|json|quiet]]`\n- `hf spaces secrets delete SPACE_ID KEY` — Remove a secret from a Space. `[--yes --format [auto|human|agent|json|quiet]]`\n- `hf spaces secrets list SPACE_ID` — List secrets for a Space. Secret values are write-only and not returned. `[--format [auto|human|agent|json|quiet]]`\n- `hf spaces settings SPACE_ID` — Update the settings of a Space. `[--sleep-time INTEGER --hardware [cpu-basic|cpu-upgrade|zero-a10g|t4-small|t4-medium|l4x1|l4x4|l40sx1|l40sx4|l40sx8|a10g-small|a10g-large|a10g-largex2|a10g-largex4|a100-large|a100x4|a100x8] --format [auto|human|agent|json|quiet]]`\n- `hf spaces ssh SPACE_ID` — SSH into a Space's Dev Mode container. `[--identity-file PATH --dry-run --auto --format [auto|human|agent|json|quiet]]`\n- `hf spaces templates` — List the available Space templates. `[--format [auto|human|agent|json|quiet]]`\n- `hf spaces variables add SPACE_ID` — Add or update environment variables for a Space. `[--env TEXT --env-file TEXT --format [auto|human|agent|json|quiet]]`\n- `hf spaces variables delete SPACE_ID KEY` — Remove an environment variable from a Space. `[--yes --format [auto|human|agent|json|quiet]]`\n- `hf spaces variables list SPACE_ID` — List environment variables for a Space. `[--format [auto|human|agent|json|quiet]]`\n- `hf spaces volumes delete SPACE_ID` — Remove all volumes from a Space. `[--yes --format [auto|human|agent|json|quiet]]`\n- `hf spaces volumes list SPACE_ID` — List volumes mounted in a Space. `[--format [auto|human|agent|json|quiet]]`\n- `hf spaces volumes set SPACE_ID` — Set (replace) volumes for a Space. `[--volume TEXT --format [auto|human|agent|json|quiet]]`\n- `hf spaces wait SPACE_ID` — Wait for a Space to finish building\u002Fstarting. `[--timeout TEXT --format [auto|human|agent|json|quiet]]`\n\n### `hf webhooks` — Manage webhooks on the Hub.\n\n- `hf webhooks create --watch TEXT` — Create a new webhook. `[--url TEXT --job-id TEXT --domain [repo|discussions] --secret TEXT --format [auto|human|agent|json|quiet]]`\n- `hf webhooks delete WEBHOOK_ID` — Delete a webhook permanently. `[--yes --format [auto|human|agent|json|quiet]]`\n- `hf webhooks disable WEBHOOK_ID` — Disable an active webhook. `[--format [auto|human|agent|json|quiet]]`\n- `hf webhooks enable WEBHOOK_ID` — Enable a disabled webhook. `[--format [auto|human|agent|json|quiet]]`\n- `hf webhooks info WEBHOOK_ID` — Show full details for a single webhook. `[--format [auto|human|agent|json|quiet]]`\n- `hf webhooks list` — List all webhooks for the current user. `[--format [auto|human|agent|json|quiet]]`\n- `hf webhooks update WEBHOOK_ID` — Update an existing webhook. Only provided options are changed. `[--url TEXT --watch TEXT --domain [repo|discussions] --secret TEXT --format [auto|human|agent|json|quiet]]`\n\n## Common options\n\n- `--format` — Output format: `--format json` (or `--json`) or `--format table` (default).\n- `-q \u002F --quiet` — Quiet output (one ID per line).\n- `--revision` — Git revision id which can be a branch name, a tag, or a commit hash.\n- `--token` — Use a User Access Token. Prefer setting `HF_TOKEN` env var instead of passing `--token`.\n- `--type` — The type of repository (model, dataset, or space).\n\n## Mounting repos as local filesystems\n\nTo mount Hub repositories or buckets as local filesystems — no download, no copy, no waiting — use `hf-mount`. Files are fetched on demand. GitHub: https:\u002F\u002Fgithub.com\u002Fhuggingface\u002Fhf-mount\n\nInstall: `curl -fsSL https:\u002F\u002Fraw.githubusercontent.com\u002Fhuggingface\u002Fhf-mount\u002Fmain\u002Finstall.sh | sh`\n\nSome command examples:\n- `hf-mount start repo openai-community\u002Fgpt2 \u002Ftmp\u002Fgpt2` — mount a repo (read-only)\n- `hf-mount start --hf-token $HF_TOKEN bucket myuser\u002Fmy-bucket \u002Ftmp\u002Fdata` — mount a bucket (read-write)\n- `hf-mount status` \u002F `hf-mount stop \u002Ftmp\u002Fdata` — list or unmount\n\n## Tips\n\n- Use `hf \u003Ccommand> --help` for full options, descriptions, usage, and real-world examples\n- Authenticate with `HF_TOKEN` env var (recommended) or with `--token`\n- Update the CLI with `hf update` (uses the correct command for the detected install method)\n",{"data":36,"body":37},{"name":4,"description":6},{"type":38,"children":39},"root",[40,57,85,113,134,141,302,314,415,427,560,572,642,654,791,803,907,919,1087,1099,1268,1280,1375,1387,1719,1731,1783,1795,1863,1875,2094,2106,2291,2303,2379,2391,2775,2787,2904,2910,3006,3012,3033,3043,3048,3092,3098],{"type":41,"tag":42,"props":43,"children":44},"element","p",{},[45,48,55],{"type":46,"value":47},"text","Install: ",{"type":41,"tag":49,"props":50,"children":52},"code",{"className":51},[],[53],{"type":46,"value":54},"curl -LsSf https:\u002F\u002Fhf.co\u002Fcli\u002Finstall.sh | bash -s",{"type":46,"value":56},".",{"type":41,"tag":42,"props":58,"children":59},{},[60,62,68,70,75,77,83],{"type":46,"value":61},"The Hugging Face Hub CLI tool ",{"type":41,"tag":49,"props":63,"children":65},{"className":64},[],[66],{"type":46,"value":67},"hf",{"type":46,"value":69}," is available. IMPORTANT: The ",{"type":41,"tag":49,"props":71,"children":73},{"className":72},[],[74],{"type":46,"value":67},{"type":46,"value":76}," command replaces the deprecated ",{"type":41,"tag":49,"props":78,"children":80},{"className":79},[],[81],{"type":46,"value":82},"huggingface-cli",{"type":46,"value":84}," command.",{"type":41,"tag":42,"props":86,"children":87},{},[88,90,96,98,104,106,112],{"type":46,"value":89},"Use ",{"type":41,"tag":49,"props":91,"children":93},{"className":92},[],[94],{"type":46,"value":95},"hf --help",{"type":46,"value":97}," to view available functions. Note that auth commands are now all under ",{"type":41,"tag":49,"props":99,"children":101},{"className":100},[],[102],{"type":46,"value":103},"hf auth",{"type":46,"value":105}," e.g. ",{"type":41,"tag":49,"props":107,"children":109},{"className":108},[],[110],{"type":46,"value":111},"hf auth whoami",{"type":46,"value":56},{"type":41,"tag":42,"props":114,"children":115},{},[116,118,124,126,132],{"type":46,"value":117},"Generated with ",{"type":41,"tag":49,"props":119,"children":121},{"className":120},[],[122],{"type":46,"value":123},"huggingface_hub v1.23.0",{"type":46,"value":125},". Run ",{"type":41,"tag":49,"props":127,"children":129},{"className":128},[],[130],{"type":46,"value":131},"hf skills add --force",{"type":46,"value":133}," to regenerate.",{"type":41,"tag":135,"props":136,"children":138},"h2",{"id":137},"commands",[139],{"type":46,"value":140},"Commands",{"type":41,"tag":142,"props":143,"children":144},"ul",{},[145,163,180,196,213,236,253,286],{"type":41,"tag":146,"props":147,"children":148},"li",{},[149,155,157],{"type":41,"tag":49,"props":150,"children":152},{"className":151},[],[153],{"type":46,"value":154},"hf cp SRC",{"type":46,"value":156}," — Copy files between local paths, repositories, and buckets. ",{"type":41,"tag":49,"props":158,"children":160},{"className":159},[],[161],{"type":46,"value":162},"[--format [auto|human|agent|json|quiet]]",{"type":41,"tag":146,"props":164,"children":165},{},[166,172,174],{"type":41,"tag":49,"props":167,"children":169},{"className":168},[],[170],{"type":46,"value":171},"hf download REPO_ID",{"type":46,"value":173}," — Download files from the Hub. ",{"type":41,"tag":49,"props":175,"children":177},{"className":176},[],[178],{"type":46,"value":179},"[--type [model|dataset|space] --revision TEXT --include TEXT --exclude TEXT --cache-dir TEXT --local-dir TEXT --force-download --dry-run --max-workers INTEGER --format [auto|human|agent|json|quiet]]",{"type":41,"tag":146,"props":181,"children":182},{},[183,189,191],{"type":41,"tag":49,"props":184,"children":186},{"className":185},[],[187],{"type":46,"value":188},"hf env",{"type":46,"value":190}," — Print information about the environment. ",{"type":41,"tag":49,"props":192,"children":194},{"className":193},[],[195],{"type":46,"value":162},{"type":41,"tag":146,"props":197,"children":198},{},[199,205,207],{"type":41,"tag":49,"props":200,"children":202},{"className":201},[],[203],{"type":46,"value":204},"hf sync",{"type":46,"value":206}," — Sync files between local directory and a bucket. ",{"type":41,"tag":49,"props":208,"children":210},{"className":209},[],[211],{"type":46,"value":212},"[--delete --ignore-times --ignore-sizes --plan TEXT --apply TEXT --dry-run --include TEXT --exclude TEXT --filter-from TEXT --existing --ignore-existing --verbose --format [auto|human|agent|json|quiet]]",{"type":41,"tag":146,"props":214,"children":215},{},[216,222,224,229,231],{"type":41,"tag":49,"props":217,"children":219},{"className":218},[],[220],{"type":46,"value":221},"hf update",{"type":46,"value":223}," — Update the ",{"type":41,"tag":49,"props":225,"children":227},{"className":226},[],[228],{"type":46,"value":67},{"type":46,"value":230}," CLI to the latest version. ",{"type":41,"tag":49,"props":232,"children":234},{"className":233},[],[235],{"type":46,"value":162},{"type":41,"tag":146,"props":237,"children":238},{},[239,245,247],{"type":41,"tag":49,"props":240,"children":242},{"className":241},[],[243],{"type":46,"value":244},"hf upload REPO_ID",{"type":46,"value":246}," — Upload a file or a folder to the Hub. Recommended for single-commit uploads. ",{"type":41,"tag":49,"props":248,"children":250},{"className":249},[],[251],{"type":46,"value":252},"[--type [model|dataset|space] --revision TEXT --private --include TEXT --exclude TEXT --delete TEXT --commit-message TEXT --commit-description TEXT --create-pr --every FLOAT --format [auto|human|agent|json|quiet]]",{"type":41,"tag":146,"props":254,"children":255},{},[256,262,264,270,272,278,280],{"type":41,"tag":49,"props":257,"children":259},{"className":258},[],[260],{"type":46,"value":261},"hf upload-large-folder REPO_ID LOCAL_PATH",{"type":46,"value":263}," — ",{"type":41,"tag":265,"props":266,"children":267},"span",{},[268],{"type":46,"value":269},"Deprecated",{"type":46,"value":271}," Upload a large folder to the Hub. Use ",{"type":41,"tag":49,"props":273,"children":275},{"className":274},[],[276],{"type":46,"value":277},"hf upload",{"type":46,"value":279}," instead. ",{"type":41,"tag":49,"props":281,"children":283},{"className":282},[],[284],{"type":46,"value":285},"[--type [model|dataset|space] --revision TEXT --private --include TEXT --exclude TEXT --num-workers INTEGER --no-report --no-bars --format [auto|human|agent|json|quiet]]",{"type":41,"tag":146,"props":287,"children":288},{},[289,295,297],{"type":41,"tag":49,"props":290,"children":292},{"className":291},[],[293],{"type":46,"value":294},"hf version",{"type":46,"value":296}," — Print information about the hf version. ",{"type":41,"tag":49,"props":298,"children":300},{"className":299},[],[301],{"type":46,"value":162},{"type":41,"tag":303,"props":304,"children":306},"h3",{"id":305},"hf-auth-manage-authentication-login-logout-etc",[307,312],{"type":41,"tag":49,"props":308,"children":310},{"className":309},[],[311],{"type":46,"value":103},{"type":46,"value":313}," — Manage authentication (login, logout, etc.).",{"type":41,"tag":142,"props":315,"children":316},{},[317,333,350,367,384,400],{"type":41,"tag":146,"props":318,"children":319},{},[320,326,328],{"type":41,"tag":49,"props":321,"children":323},{"className":322},[],[324],{"type":46,"value":325},"hf auth list",{"type":46,"value":327}," — List all stored access tokens. ",{"type":41,"tag":49,"props":329,"children":331},{"className":330},[],[332],{"type":46,"value":162},{"type":41,"tag":146,"props":334,"children":335},{},[336,342,344],{"type":41,"tag":49,"props":337,"children":339},{"className":338},[],[340],{"type":46,"value":341},"hf auth login",{"type":46,"value":343}," — Login from your browser, or using a token from huggingface.co\u002Fsettings\u002Ftokens. ",{"type":41,"tag":49,"props":345,"children":347},{"className":346},[],[348],{"type":46,"value":349},"[--add-to-git-credential --force --format [auto|human|agent|json|quiet]]",{"type":41,"tag":146,"props":351,"children":352},{},[353,359,361],{"type":41,"tag":49,"props":354,"children":356},{"className":355},[],[357],{"type":46,"value":358},"hf auth logout",{"type":46,"value":360}," — Logout from a specific token. ",{"type":41,"tag":49,"props":362,"children":364},{"className":363},[],[365],{"type":46,"value":366},"[--token-name TEXT --format [auto|human|agent|json|quiet]]",{"type":41,"tag":146,"props":368,"children":369},{},[370,376,378],{"type":41,"tag":49,"props":371,"children":373},{"className":372},[],[374],{"type":46,"value":375},"hf auth switch",{"type":46,"value":377}," — Switch between access tokens. ",{"type":41,"tag":49,"props":379,"children":381},{"className":380},[],[382],{"type":46,"value":383},"[--token-name TEXT --add-to-git-credential --format [auto|human|agent|json|quiet]]",{"type":41,"tag":146,"props":385,"children":386},{},[387,393,395],{"type":41,"tag":49,"props":388,"children":390},{"className":389},[],[391],{"type":46,"value":392},"hf auth token",{"type":46,"value":394}," — Print the current access token to stdout. ",{"type":41,"tag":49,"props":396,"children":398},{"className":397},[],[399],{"type":46,"value":162},{"type":41,"tag":146,"props":401,"children":402},{},[403,408,410],{"type":41,"tag":49,"props":404,"children":406},{"className":405},[],[407],{"type":46,"value":111},{"type":46,"value":409}," — Find out which huggingface.co account you are logged in as. ",{"type":41,"tag":49,"props":411,"children":413},{"className":412},[],[414],{"type":46,"value":162},{"type":41,"tag":303,"props":416,"children":418},{"id":417},"hf-buckets-commands-to-interact-with-buckets",[419,425],{"type":41,"tag":49,"props":420,"children":422},{"className":421},[],[423],{"type":46,"value":424},"hf buckets",{"type":46,"value":426}," — Commands to interact with buckets.",{"type":41,"tag":142,"props":428,"children":429},{},[430,445,462,479,495,512,528,545],{"type":41,"tag":146,"props":431,"children":432},{},[433,439,440],{"type":41,"tag":49,"props":434,"children":436},{"className":435},[],[437],{"type":46,"value":438},"hf buckets cp SRC",{"type":46,"value":156},{"type":41,"tag":49,"props":441,"children":443},{"className":442},[],[444],{"type":46,"value":162},{"type":41,"tag":146,"props":446,"children":447},{},[448,454,456],{"type":41,"tag":49,"props":449,"children":451},{"className":450},[],[452],{"type":46,"value":453},"hf buckets create BUCKET_ID",{"type":46,"value":455}," — Create a new bucket. ",{"type":41,"tag":49,"props":457,"children":459},{"className":458},[],[460],{"type":46,"value":461},"[--private --region [us|eu] --exist-ok --format [auto|human|agent|json|quiet]]",{"type":41,"tag":146,"props":463,"children":464},{},[465,471,473],{"type":41,"tag":49,"props":466,"children":468},{"className":467},[],[469],{"type":46,"value":470},"hf buckets delete BUCKET_ID",{"type":46,"value":472}," — Delete a bucket. ",{"type":41,"tag":49,"props":474,"children":476},{"className":475},[],[477],{"type":46,"value":478},"[--yes --missing-ok --format [auto|human|agent|json|quiet]]",{"type":41,"tag":146,"props":480,"children":481},{},[482,488,490],{"type":41,"tag":49,"props":483,"children":485},{"className":484},[],[486],{"type":46,"value":487},"hf buckets info BUCKET_ID",{"type":46,"value":489}," — Get info about a bucket. ",{"type":41,"tag":49,"props":491,"children":493},{"className":492},[],[494],{"type":46,"value":162},{"type":41,"tag":146,"props":496,"children":497},{},[498,504,506],{"type":41,"tag":49,"props":499,"children":501},{"className":500},[],[502],{"type":46,"value":503},"hf buckets list",{"type":46,"value":505}," — List buckets or files in a bucket. ",{"type":41,"tag":49,"props":507,"children":509},{"className":508},[],[510],{"type":46,"value":511},"[--human-readable --tree --recursive --search TEXT --format [auto|human|agent|json|quiet]]",{"type":41,"tag":146,"props":513,"children":514},{},[515,521,523],{"type":41,"tag":49,"props":516,"children":518},{"className":517},[],[519],{"type":46,"value":520},"hf buckets move FROM_ID TO_ID",{"type":46,"value":522}," — Move (rename) a bucket to a new name or namespace. ",{"type":41,"tag":49,"props":524,"children":526},{"className":525},[],[527],{"type":46,"value":162},{"type":41,"tag":146,"props":529,"children":530},{},[531,537,539],{"type":41,"tag":49,"props":532,"children":534},{"className":533},[],[535],{"type":46,"value":536},"hf buckets remove ARGUMENT",{"type":46,"value":538}," — Remove files from a bucket. ",{"type":41,"tag":49,"props":540,"children":542},{"className":541},[],[543],{"type":46,"value":544},"[--recursive --yes --dry-run --include TEXT --exclude TEXT --format [auto|human|agent|json|quiet]]",{"type":41,"tag":146,"props":546,"children":547},{},[548,554,555],{"type":41,"tag":49,"props":549,"children":551},{"className":550},[],[552],{"type":46,"value":553},"hf buckets sync",{"type":46,"value":206},{"type":41,"tag":49,"props":556,"children":558},{"className":557},[],[559],{"type":46,"value":212},{"type":41,"tag":303,"props":561,"children":563},{"id":562},"hf-cache-manage-local-cache-directory",[564,570],{"type":41,"tag":49,"props":565,"children":567},{"className":566},[],[568],{"type":46,"value":569},"hf cache",{"type":46,"value":571}," — Manage local cache directory.",{"type":41,"tag":142,"props":573,"children":574},{},[575,592,609,625],{"type":41,"tag":146,"props":576,"children":577},{},[578,584,586],{"type":41,"tag":49,"props":579,"children":581},{"className":580},[],[582],{"type":46,"value":583},"hf cache list",{"type":46,"value":585}," — List cached repositories or revisions. ",{"type":41,"tag":49,"props":587,"children":589},{"className":588},[],[590],{"type":46,"value":591},"[--cache-dir TEXT --revisions --filter TEXT --sort [accessed|accessed:asc|accessed:desc|modified|modified:asc|modified:desc|name|name:asc|name:desc|size|size:asc|size:desc] --limit INTEGER --format [auto|human|agent|json|quiet]]",{"type":41,"tag":146,"props":593,"children":594},{},[595,601,603],{"type":41,"tag":49,"props":596,"children":598},{"className":597},[],[599],{"type":46,"value":600},"hf cache prune",{"type":46,"value":602}," — Remove detached revisions and incomplete downloads from the cache. ",{"type":41,"tag":49,"props":604,"children":606},{"className":605},[],[607],{"type":46,"value":608},"[--cache-dir TEXT --yes --dry-run --format [auto|human|agent|json|quiet]]",{"type":41,"tag":146,"props":610,"children":611},{},[612,618,620],{"type":41,"tag":49,"props":613,"children":615},{"className":614},[],[616],{"type":46,"value":617},"hf cache rm TARGETS",{"type":46,"value":619}," — Remove cached repositories or revisions. ",{"type":41,"tag":49,"props":621,"children":623},{"className":622},[],[624],{"type":46,"value":608},{"type":41,"tag":146,"props":626,"children":627},{},[628,634,636],{"type":41,"tag":49,"props":629,"children":631},{"className":630},[],[632],{"type":46,"value":633},"hf cache verify REPO_ID",{"type":46,"value":635}," — Verify checksums for a single repo revision from cache or a local directory. ",{"type":41,"tag":49,"props":637,"children":639},{"className":638},[],[640],{"type":46,"value":641},"[--type [model|dataset|space] --revision TEXT --cache-dir TEXT --local-dir TEXT --fail-on-missing-files --fail-on-extra-files --format [auto|human|agent|json|quiet]]",{"type":41,"tag":303,"props":643,"children":645},{"id":644},"hf-collections-interact-with-collections-on-the-hub",[646,652],{"type":41,"tag":49,"props":647,"children":649},{"className":648},[],[650],{"type":46,"value":651},"hf collections",{"type":46,"value":653}," — Interact with collections on the Hub.",{"type":41,"tag":142,"props":655,"children":656},{},[657,674,691,708,724,740,757,774],{"type":41,"tag":146,"props":658,"children":659},{},[660,666,668],{"type":41,"tag":49,"props":661,"children":663},{"className":662},[],[664],{"type":46,"value":665},"hf collections add-item COLLECTION_SLUG ITEM_ID ITEM_TYPE",{"type":46,"value":667}," — Add an item to a collection. ",{"type":41,"tag":49,"props":669,"children":671},{"className":670},[],[672],{"type":46,"value":673},"[--note TEXT --exists-ok --format [auto|human|agent|json|quiet]]",{"type":41,"tag":146,"props":675,"children":676},{},[677,683,685],{"type":41,"tag":49,"props":678,"children":680},{"className":679},[],[681],{"type":46,"value":682},"hf collections create TITLE",{"type":46,"value":684}," — Create a new collection on the Hub. ",{"type":41,"tag":49,"props":686,"children":688},{"className":687},[],[689],{"type":46,"value":690},"[--namespace TEXT --description TEXT --private --exists-ok --format [auto|human|agent|json|quiet]]",{"type":41,"tag":146,"props":692,"children":693},{},[694,700,702],{"type":41,"tag":49,"props":695,"children":697},{"className":696},[],[698],{"type":46,"value":699},"hf collections delete COLLECTION_SLUG",{"type":46,"value":701}," — Delete a collection from the Hub. ",{"type":41,"tag":49,"props":703,"children":705},{"className":704},[],[706],{"type":46,"value":707},"[--missing-ok --format [auto|human|agent|json|quiet]]",{"type":41,"tag":146,"props":709,"children":710},{},[711,717,719],{"type":41,"tag":49,"props":712,"children":714},{"className":713},[],[715],{"type":46,"value":716},"hf collections delete-item COLLECTION_SLUG ITEM_OBJECT_ID",{"type":46,"value":718}," — Delete an item from a collection. ",{"type":41,"tag":49,"props":720,"children":722},{"className":721},[],[723],{"type":46,"value":707},{"type":41,"tag":146,"props":725,"children":726},{},[727,733,735],{"type":41,"tag":49,"props":728,"children":730},{"className":729},[],[731],{"type":46,"value":732},"hf collections info COLLECTION_SLUG",{"type":46,"value":734}," — Get info about a collection on the Hub. ",{"type":41,"tag":49,"props":736,"children":738},{"className":737},[],[739],{"type":46,"value":162},{"type":41,"tag":146,"props":741,"children":742},{},[743,749,751],{"type":41,"tag":49,"props":744,"children":746},{"className":745},[],[747],{"type":46,"value":748},"hf collections list",{"type":46,"value":750}," — List collections on the Hub. ",{"type":41,"tag":49,"props":752,"children":754},{"className":753},[],[755],{"type":46,"value":756},"[--owner TEXT --item TEXT --sort [lastModified|trending|upvotes] --limit INTEGER --format [auto|human|agent|json|quiet]]",{"type":41,"tag":146,"props":758,"children":759},{},[760,766,768],{"type":41,"tag":49,"props":761,"children":763},{"className":762},[],[764],{"type":46,"value":765},"hf collections update COLLECTION_SLUG",{"type":46,"value":767}," — Update a collection's metadata on the Hub. ",{"type":41,"tag":49,"props":769,"children":771},{"className":770},[],[772],{"type":46,"value":773},"[--title TEXT --description TEXT --position INTEGER --private --theme TEXT --format [auto|human|agent|json|quiet]]",{"type":41,"tag":146,"props":775,"children":776},{},[777,783,785],{"type":41,"tag":49,"props":778,"children":780},{"className":779},[],[781],{"type":46,"value":782},"hf collections update-item COLLECTION_SLUG ITEM_OBJECT_ID",{"type":46,"value":784}," — Update an item in a collection. ",{"type":41,"tag":49,"props":786,"children":788},{"className":787},[],[789],{"type":46,"value":790},"[--note TEXT --position INTEGER --format [auto|human|agent|json|quiet]]",{"type":41,"tag":303,"props":792,"children":794},{"id":793},"hf-datasets-interact-with-datasets-on-the-hub",[795,801],{"type":41,"tag":49,"props":796,"children":798},{"className":797},[],[799],{"type":46,"value":800},"hf datasets",{"type":46,"value":802}," — Interact with datasets on the Hub.",{"type":41,"tag":142,"props":804,"children":805},{},[806,823,840,857,874,891],{"type":41,"tag":146,"props":807,"children":808},{},[809,815,817],{"type":41,"tag":49,"props":810,"children":812},{"className":811},[],[813],{"type":46,"value":814},"hf datasets card DATASET_ID",{"type":46,"value":816}," — Get the dataset card (README) for a dataset on the Hub. ",{"type":41,"tag":49,"props":818,"children":820},{"className":819},[],[821],{"type":46,"value":822},"[--metadata --text --format [auto|human|agent|json|quiet]]",{"type":41,"tag":146,"props":824,"children":825},{},[826,832,834],{"type":41,"tag":49,"props":827,"children":829},{"className":828},[],[830],{"type":46,"value":831},"hf datasets info DATASET_ID",{"type":46,"value":833}," — Get info about a dataset on the Hub. ",{"type":41,"tag":49,"props":835,"children":837},{"className":836},[],[838],{"type":46,"value":839},"[--revision TEXT --expand TEXT --format [auto|human|agent|json|quiet]]",{"type":41,"tag":146,"props":841,"children":842},{},[843,849,851],{"type":41,"tag":49,"props":844,"children":846},{"className":845},[],[847],{"type":46,"value":848},"hf datasets leaderboard DATASET_ID",{"type":46,"value":850}," — List model scores from a dataset leaderboard. This command helps find the best models for a task or compare models by benchmark scores. Use 'hf datasets ls --filter benchmark:official' to list available leaderboards. ",{"type":41,"tag":49,"props":852,"children":854},{"className":853},[],[855],{"type":46,"value":856},"[--limit INTEGER --format [auto|human|agent|json|quiet]]",{"type":41,"tag":146,"props":858,"children":859},{},[860,866,868],{"type":41,"tag":49,"props":861,"children":863},{"className":862},[],[864],{"type":46,"value":865},"hf datasets list",{"type":46,"value":867}," — List datasets on the Hub, or files in a dataset repo. ",{"type":41,"tag":49,"props":869,"children":871},{"className":870},[],[872],{"type":46,"value":873},"[--search TEXT --author TEXT --filter TEXT --sort [created_at|downloads|last_modified|likes|trending_score] --limit INTEGER --expand TEXT --human-readable --tree --recursive --revision TEXT --format [auto|human|agent|json|quiet]]",{"type":41,"tag":146,"props":875,"children":876},{},[877,883,885],{"type":41,"tag":49,"props":878,"children":880},{"className":879},[],[881],{"type":46,"value":882},"hf datasets parquet DATASET_ID",{"type":46,"value":884}," — List parquet file URLs available for a dataset. ",{"type":41,"tag":49,"props":886,"children":888},{"className":887},[],[889],{"type":46,"value":890},"[--subset TEXT --split TEXT --format [auto|human|agent|json|quiet]]",{"type":41,"tag":146,"props":892,"children":893},{},[894,900,902],{"type":41,"tag":49,"props":895,"children":897},{"className":896},[],[898],{"type":46,"value":899},"hf datasets sql SQL",{"type":46,"value":901}," — Execute a raw SQL query with DuckDB against dataset parquet URLs. ",{"type":41,"tag":49,"props":903,"children":905},{"className":904},[],[906],{"type":46,"value":162},{"type":41,"tag":303,"props":908,"children":910},{"id":909},"hf-discussions-manage-discussions-and-pull-requests-on-the-hub",[911,917],{"type":41,"tag":49,"props":912,"children":914},{"className":913},[],[915],{"type":46,"value":916},"hf discussions",{"type":46,"value":918}," — Manage discussions and pull requests on the Hub.",{"type":41,"tag":142,"props":920,"children":921},{},[922,939,956,973,990,1006,1022,1039,1055,1071],{"type":41,"tag":146,"props":923,"children":924},{},[925,931,933],{"type":41,"tag":49,"props":926,"children":928},{"className":927},[],[929],{"type":46,"value":930},"hf discussions close REPO_ID NUM",{"type":46,"value":932}," — Close a discussion or pull request. ",{"type":41,"tag":49,"props":934,"children":936},{"className":935},[],[937],{"type":46,"value":938},"[--comment TEXT --yes --type [model|dataset|space] --format [auto|human|agent|json|quiet]]",{"type":41,"tag":146,"props":940,"children":941},{},[942,948,950],{"type":41,"tag":49,"props":943,"children":945},{"className":944},[],[946],{"type":46,"value":947},"hf discussions comment REPO_ID NUM",{"type":46,"value":949}," — Comment on a discussion or pull request. ",{"type":41,"tag":49,"props":951,"children":953},{"className":952},[],[954],{"type":46,"value":955},"[--body TEXT --body-file PATH --type [model|dataset|space] --format [auto|human|agent|json|quiet]]",{"type":41,"tag":146,"props":957,"children":958},{},[959,965,967],{"type":41,"tag":49,"props":960,"children":962},{"className":961},[],[963],{"type":46,"value":964},"hf discussions create REPO_ID --title TEXT",{"type":46,"value":966}," — Create a new discussion or pull request on a repo. ",{"type":41,"tag":49,"props":968,"children":970},{"className":969},[],[971],{"type":46,"value":972},"[--body TEXT --body-file PATH --pull-request --type [model|dataset|space] --format [auto|human|agent|json|quiet]]",{"type":41,"tag":146,"props":974,"children":975},{},[976,982,984],{"type":41,"tag":49,"props":977,"children":979},{"className":978},[],[980],{"type":46,"value":981},"hf discussions diff REPO_ID NUM",{"type":46,"value":983}," — Show the diff of a pull request. ",{"type":41,"tag":49,"props":985,"children":987},{"className":986},[],[988],{"type":46,"value":989},"[--type [model|dataset|space] --format [auto|human|agent|json|quiet]]",{"type":41,"tag":146,"props":991,"children":992},{},[993,999,1001],{"type":41,"tag":49,"props":994,"children":996},{"className":995},[],[997],{"type":46,"value":998},"hf discussions edit REPO_ID NUM COMMENT_ID",{"type":46,"value":1000}," — Edit an existing comment on a discussion or pull request. ",{"type":41,"tag":49,"props":1002,"children":1004},{"className":1003},[],[1005],{"type":46,"value":955},{"type":41,"tag":146,"props":1007,"children":1008},{},[1009,1015,1017],{"type":41,"tag":49,"props":1010,"children":1012},{"className":1011},[],[1013],{"type":46,"value":1014},"hf discussions info REPO_ID NUM",{"type":46,"value":1016}," — Get info about a discussion or pull request. ",{"type":41,"tag":49,"props":1018,"children":1020},{"className":1019},[],[1021],{"type":46,"value":989},{"type":41,"tag":146,"props":1023,"children":1024},{},[1025,1031,1033],{"type":41,"tag":49,"props":1026,"children":1028},{"className":1027},[],[1029],{"type":46,"value":1030},"hf discussions list REPO_ID",{"type":46,"value":1032}," — List discussions and pull requests on a repo. ",{"type":41,"tag":49,"props":1034,"children":1036},{"className":1035},[],[1037],{"type":46,"value":1038},"[--status [open|closed|merged|draft|all] --kind [all|discussion|pull_request] --author TEXT --limit INTEGER --type [model|dataset|space] --format [auto|human|agent|json|quiet]]",{"type":41,"tag":146,"props":1040,"children":1041},{},[1042,1048,1050],{"type":41,"tag":49,"props":1043,"children":1045},{"className":1044},[],[1046],{"type":46,"value":1047},"hf discussions merge REPO_ID NUM",{"type":46,"value":1049}," — Merge a pull request. ",{"type":41,"tag":49,"props":1051,"children":1053},{"className":1052},[],[1054],{"type":46,"value":938},{"type":41,"tag":146,"props":1056,"children":1057},{},[1058,1064,1066],{"type":41,"tag":49,"props":1059,"children":1061},{"className":1060},[],[1062],{"type":46,"value":1063},"hf discussions rename REPO_ID NUM NEW_TITLE",{"type":46,"value":1065}," — Rename a discussion or pull request. ",{"type":41,"tag":49,"props":1067,"children":1069},{"className":1068},[],[1070],{"type":46,"value":989},{"type":41,"tag":146,"props":1072,"children":1073},{},[1074,1080,1082],{"type":41,"tag":49,"props":1075,"children":1077},{"className":1076},[],[1078],{"type":46,"value":1079},"hf discussions reopen REPO_ID NUM",{"type":46,"value":1081}," — Reopen a closed discussion or pull request. ",{"type":41,"tag":49,"props":1083,"children":1085},{"className":1084},[],[1086],{"type":46,"value":938},{"type":41,"tag":303,"props":1088,"children":1090},{"id":1089},"hf-endpoints-manage-hugging-face-inference-endpoints",[1091,1097],{"type":41,"tag":49,"props":1092,"children":1094},{"className":1093},[],[1095],{"type":46,"value":1096},"hf endpoints",{"type":46,"value":1098}," — Manage Hugging Face Inference Endpoints.",{"type":41,"tag":142,"props":1100,"children":1101},{},[1102,1119,1135,1152,1169,1186,1202,1218,1235,1251],{"type":41,"tag":146,"props":1103,"children":1104},{},[1105,1111,1113],{"type":41,"tag":49,"props":1106,"children":1108},{"className":1107},[],[1109],{"type":46,"value":1110},"hf endpoints catalog deploy --repo TEXT",{"type":46,"value":1112}," — Deploy an Inference Endpoint from the Model Catalog. ",{"type":41,"tag":49,"props":1114,"children":1116},{"className":1115},[],[1117],{"type":46,"value":1118},"[--name TEXT --accelerator TEXT --namespace TEXT --format [auto|human|agent|json|quiet]]",{"type":41,"tag":146,"props":1120,"children":1121},{},[1122,1128,1130],{"type":41,"tag":49,"props":1123,"children":1125},{"className":1124},[],[1126],{"type":46,"value":1127},"hf endpoints catalog list",{"type":46,"value":1129}," — List available Catalog models. ",{"type":41,"tag":49,"props":1131,"children":1133},{"className":1132},[],[1134],{"type":46,"value":162},{"type":41,"tag":146,"props":1136,"children":1137},{},[1138,1144,1146],{"type":41,"tag":49,"props":1139,"children":1141},{"className":1140},[],[1142],{"type":46,"value":1143},"hf endpoints delete NAME",{"type":46,"value":1145}," — Delete an Inference Endpoint permanently. ",{"type":41,"tag":49,"props":1147,"children":1149},{"className":1148},[],[1150],{"type":46,"value":1151},"[--namespace TEXT --yes --format [auto|human|agent|json|quiet]]",{"type":41,"tag":146,"props":1153,"children":1154},{},[1155,1161,1163],{"type":41,"tag":49,"props":1156,"children":1158},{"className":1157},[],[1159],{"type":46,"value":1160},"hf endpoints deploy NAME --repo TEXT --framework TEXT --accelerator TEXT --instance-size TEXT --instance-type TEXT --region TEXT --vendor TEXT",{"type":46,"value":1162}," — Deploy an Inference Endpoint from a Hub repository. ",{"type":41,"tag":49,"props":1164,"children":1166},{"className":1165},[],[1167],{"type":46,"value":1168},"[--namespace TEXT --task TEXT --min-replica INTEGER --max-replica INTEGER --scale-to-zero-timeout INTEGER --scaling-metric [pendingRequests|hardwareUsage] --scaling-threshold FLOAT --revision TEXT --custom-image TEXT --health-route TEXT --port INTEGER --container-command TEXT --container-args TEXT --env TEXT --env-file TEXT --secrets TEXT --secrets-file TEXT --type [public|protected|authenticated|private] --format [auto|human|agent|json|quiet]]",{"type":41,"tag":146,"props":1170,"children":1171},{},[1172,1178,1180],{"type":41,"tag":49,"props":1173,"children":1175},{"className":1174},[],[1176],{"type":46,"value":1177},"hf endpoints describe NAME",{"type":46,"value":1179}," — Get information about an existing endpoint. ",{"type":41,"tag":49,"props":1181,"children":1183},{"className":1182},[],[1184],{"type":46,"value":1185},"[--namespace TEXT --format [auto|human|agent|json|quiet]]",{"type":41,"tag":146,"props":1187,"children":1188},{},[1189,1195,1197],{"type":41,"tag":49,"props":1190,"children":1192},{"className":1191},[],[1193],{"type":46,"value":1194},"hf endpoints list",{"type":46,"value":1196}," — Lists all Inference Endpoints for the given namespace. ",{"type":41,"tag":49,"props":1198,"children":1200},{"className":1199},[],[1201],{"type":46,"value":1185},{"type":41,"tag":146,"props":1203,"children":1204},{},[1205,1211,1213],{"type":41,"tag":49,"props":1206,"children":1208},{"className":1207},[],[1209],{"type":46,"value":1210},"hf endpoints pause NAME",{"type":46,"value":1212}," — Pause an Inference Endpoint. ",{"type":41,"tag":49,"props":1214,"children":1216},{"className":1215},[],[1217],{"type":46,"value":1185},{"type":41,"tag":146,"props":1219,"children":1220},{},[1221,1227,1229],{"type":41,"tag":49,"props":1222,"children":1224},{"className":1223},[],[1225],{"type":46,"value":1226},"hf endpoints resume NAME",{"type":46,"value":1228}," — Resume an Inference Endpoint. ",{"type":41,"tag":49,"props":1230,"children":1232},{"className":1231},[],[1233],{"type":46,"value":1234},"[--namespace TEXT --fail-if-already-running --format [auto|human|agent|json|quiet]]",{"type":41,"tag":146,"props":1236,"children":1237},{},[1238,1244,1246],{"type":41,"tag":49,"props":1239,"children":1241},{"className":1240},[],[1242],{"type":46,"value":1243},"hf endpoints scale-to-zero NAME",{"type":46,"value":1245}," — Scale an Inference Endpoint to zero. ",{"type":41,"tag":49,"props":1247,"children":1249},{"className":1248},[],[1250],{"type":46,"value":1185},{"type":41,"tag":146,"props":1252,"children":1253},{},[1254,1260,1262],{"type":41,"tag":49,"props":1255,"children":1257},{"className":1256},[],[1258],{"type":46,"value":1259},"hf endpoints update NAME",{"type":46,"value":1261}," — Update an existing endpoint. ",{"type":41,"tag":49,"props":1263,"children":1265},{"className":1264},[],[1266],{"type":46,"value":1267},"[--namespace TEXT --repo TEXT --accelerator TEXT --instance-size TEXT --instance-type TEXT --framework TEXT --revision TEXT --task TEXT --min-replica INTEGER --max-replica INTEGER --scale-to-zero-timeout INTEGER --scaling-metric [pendingRequests|hardwareUsage] --scaling-threshold FLOAT --format [auto|human|agent|json|quiet]]",{"type":41,"tag":303,"props":1269,"children":1271},{"id":1270},"hf-extensions-manage-hf-cli-extensions",[1272,1278],{"type":41,"tag":49,"props":1273,"children":1275},{"className":1274},[],[1276],{"type":46,"value":1277},"hf extensions",{"type":46,"value":1279}," — Manage hf CLI extensions.",{"type":41,"tag":142,"props":1281,"children":1282},{},[1283,1294,1311,1327,1343,1359],{"type":41,"tag":146,"props":1284,"children":1285},{},[1286,1292],{"type":41,"tag":49,"props":1287,"children":1289},{"className":1288},[],[1290],{"type":46,"value":1291},"hf extensions exec NAME",{"type":46,"value":1293}," — Execute an installed extension.",{"type":41,"tag":146,"props":1295,"children":1296},{},[1297,1303,1305],{"type":41,"tag":49,"props":1298,"children":1300},{"className":1299},[],[1301],{"type":46,"value":1302},"hf extensions install REPO_ID",{"type":46,"value":1304}," — Install an extension from a public GitHub repository. ",{"type":41,"tag":49,"props":1306,"children":1308},{"className":1307},[],[1309],{"type":46,"value":1310},"[--force --format [auto|human|agent|json|quiet]]",{"type":41,"tag":146,"props":1312,"children":1313},{},[1314,1320,1322],{"type":41,"tag":49,"props":1315,"children":1317},{"className":1316},[],[1318],{"type":46,"value":1319},"hf extensions list",{"type":46,"value":1321}," — List installed extension commands. ",{"type":41,"tag":49,"props":1323,"children":1325},{"className":1324},[],[1326],{"type":46,"value":162},{"type":41,"tag":146,"props":1328,"children":1329},{},[1330,1336,1338],{"type":41,"tag":49,"props":1331,"children":1333},{"className":1332},[],[1334],{"type":46,"value":1335},"hf extensions remove NAME",{"type":46,"value":1337}," — Remove an installed extension. ",{"type":41,"tag":49,"props":1339,"children":1341},{"className":1340},[],[1342],{"type":46,"value":162},{"type":41,"tag":146,"props":1344,"children":1345},{},[1346,1352,1354],{"type":41,"tag":49,"props":1347,"children":1349},{"className":1348},[],[1350],{"type":46,"value":1351},"hf extensions search",{"type":46,"value":1353}," — Search extensions available on GitHub (tagged with 'hf-extension' topic). ",{"type":41,"tag":49,"props":1355,"children":1357},{"className":1356},[],[1358],{"type":46,"value":162},{"type":41,"tag":146,"props":1360,"children":1361},{},[1362,1368,1370],{"type":41,"tag":49,"props":1363,"children":1365},{"className":1364},[],[1366],{"type":46,"value":1367},"hf extensions update",{"type":46,"value":1369}," — Update installed extension(s) to their latest version. ",{"type":41,"tag":49,"props":1371,"children":1373},{"className":1372},[],[1374],{"type":46,"value":162},{"type":41,"tag":303,"props":1376,"children":1378},{"id":1377},"hf-jobs-run-and-manage-jobs-on-the-hub",[1379,1385],{"type":41,"tag":49,"props":1380,"children":1382},{"className":1381},[],[1383],{"type":46,"value":1384},"hf jobs",{"type":46,"value":1386}," — Run and manage Jobs on the Hub.",{"type":41,"tag":142,"props":1388,"children":1389},{},[1390,1406,1422,1438,1455,1472,1489,1506,1522,1538,1554,1571,1587,1604,1620,1636,1653,1670,1686,1702],{"type":41,"tag":146,"props":1391,"children":1392},{},[1393,1399,1401],{"type":41,"tag":49,"props":1394,"children":1396},{"className":1395},[],[1397],{"type":46,"value":1398},"hf jobs cancel JOB_ID",{"type":46,"value":1400}," — Cancel a Job ",{"type":41,"tag":49,"props":1402,"children":1404},{"className":1403},[],[1405],{"type":46,"value":1185},{"type":41,"tag":146,"props":1407,"children":1408},{},[1409,1415,1417],{"type":41,"tag":49,"props":1410,"children":1412},{"className":1411},[],[1413],{"type":46,"value":1414},"hf jobs hardware",{"type":46,"value":1416}," — List available hardware options for Jobs ",{"type":41,"tag":49,"props":1418,"children":1420},{"className":1419},[],[1421],{"type":46,"value":162},{"type":41,"tag":146,"props":1423,"children":1424},{},[1425,1431,1433],{"type":41,"tag":49,"props":1426,"children":1428},{"className":1427},[],[1429],{"type":46,"value":1430},"hf jobs inspect JOB_IDS",{"type":46,"value":1432}," — Display detailed information on one or more Jobs ",{"type":41,"tag":49,"props":1434,"children":1436},{"className":1435},[],[1437],{"type":46,"value":1185},{"type":41,"tag":146,"props":1439,"children":1440},{},[1441,1447,1449],{"type":41,"tag":49,"props":1442,"children":1444},{"className":1443},[],[1445],{"type":46,"value":1446},"hf jobs labels JOB_ID",{"type":46,"value":1448}," — Update labels on a Job. Replaces all existing labels. ",{"type":41,"tag":49,"props":1450,"children":1452},{"className":1451},[],[1453],{"type":46,"value":1454},"[--label TEXT --clear --namespace TEXT --format [auto|human|agent|json|quiet]]",{"type":41,"tag":146,"props":1456,"children":1457},{},[1458,1464,1466],{"type":41,"tag":49,"props":1459,"children":1461},{"className":1460},[],[1462],{"type":46,"value":1463},"hf jobs list",{"type":46,"value":1465}," — List Jobs. ",{"type":41,"tag":49,"props":1467,"children":1469},{"className":1468},[],[1470],{"type":46,"value":1471},"[--all --status [COMPLETED|CANCELED|ERROR|DELETED|SCHEDULING|RUNNING] --label TEXT --limit INTEGER --namespace TEXT --filter TEXT --format [auto|human|agent|json|quiet]]",{"type":41,"tag":146,"props":1473,"children":1474},{},[1475,1481,1483],{"type":41,"tag":49,"props":1476,"children":1478},{"className":1477},[],[1479],{"type":46,"value":1480},"hf jobs logs JOB_ID",{"type":46,"value":1482}," — Fetch the logs of a Job. ",{"type":41,"tag":49,"props":1484,"children":1486},{"className":1485},[],[1487],{"type":46,"value":1488},"[--follow --tail INTEGER --namespace TEXT --format [auto|human|agent|json|quiet]]",{"type":41,"tag":146,"props":1490,"children":1491},{},[1492,1498,1500],{"type":41,"tag":49,"props":1493,"children":1495},{"className":1494},[],[1496],{"type":46,"value":1497},"hf jobs run IMAGE COMMAND",{"type":46,"value":1499}," — Run a Job. ",{"type":41,"tag":49,"props":1501,"children":1503},{"className":1502},[],[1504],{"type":46,"value":1505},"[--env TEXT --secrets TEXT --label TEXT --volume TEXT --env-file TEXT --secrets-file TEXT --flavor [cpu-basic|cpu-upgrade|cpu-performance|cpu-xl|t4-small|t4-medium|l4x1|l4x4|l40sx1|l40sx4|l40sx8|a10g-small|a10g-large|a10g-largex2|a10g-largex4|a100-large|a100x4|a100x8|h200|h200x2|h200x4|h200x8|rtx-pro-6000|rtx-pro-6000x2|rtx-pro-6000x4|rtx-pro-6000x8] --timeout TEXT --detach --expose INTEGER --ssh --namespace TEXT]",{"type":41,"tag":146,"props":1507,"children":1508},{},[1509,1515,1517],{"type":41,"tag":49,"props":1510,"children":1512},{"className":1511},[],[1513],{"type":46,"value":1514},"hf jobs scheduled delete SCHEDULED_JOB_ID",{"type":46,"value":1516}," — Delete a scheduled Job. ",{"type":41,"tag":49,"props":1518,"children":1520},{"className":1519},[],[1521],{"type":46,"value":1185},{"type":41,"tag":146,"props":1523,"children":1524},{},[1525,1531,1533],{"type":41,"tag":49,"props":1526,"children":1528},{"className":1527},[],[1529],{"type":46,"value":1530},"hf jobs scheduled inspect SCHEDULED_JOB_IDS",{"type":46,"value":1532}," — Display detailed information on one or more scheduled Jobs ",{"type":41,"tag":49,"props":1534,"children":1536},{"className":1535},[],[1537],{"type":46,"value":1185},{"type":41,"tag":146,"props":1539,"children":1540},{},[1541,1547,1549],{"type":41,"tag":49,"props":1542,"children":1544},{"className":1543},[],[1545],{"type":46,"value":1546},"hf jobs scheduled labels SCHEDULED_JOB_ID",{"type":46,"value":1548}," — Update labels on a scheduled Job. Replaces all existing labels. ",{"type":41,"tag":49,"props":1550,"children":1552},{"className":1551},[],[1553],{"type":46,"value":1454},{"type":41,"tag":146,"props":1555,"children":1556},{},[1557,1563,1565],{"type":41,"tag":49,"props":1558,"children":1560},{"className":1559},[],[1561],{"type":46,"value":1562},"hf jobs scheduled list",{"type":46,"value":1564}," — List scheduled Jobs ",{"type":41,"tag":49,"props":1566,"children":1568},{"className":1567},[],[1569],{"type":46,"value":1570},"[--all --namespace TEXT --filter TEXT --format [auto|human|agent|json|quiet]]",{"type":41,"tag":146,"props":1572,"children":1573},{},[1574,1580,1582],{"type":41,"tag":49,"props":1575,"children":1577},{"className":1576},[],[1578],{"type":46,"value":1579},"hf jobs scheduled resume SCHEDULED_JOB_ID",{"type":46,"value":1581}," — Resume (unpause) a scheduled Job. ",{"type":41,"tag":49,"props":1583,"children":1585},{"className":1584},[],[1586],{"type":46,"value":1185},{"type":41,"tag":146,"props":1588,"children":1589},{},[1590,1596,1598],{"type":41,"tag":49,"props":1591,"children":1593},{"className":1592},[],[1594],{"type":46,"value":1595},"hf jobs scheduled run SCHEDULE IMAGE COMMAND",{"type":46,"value":1597}," — Schedule a Job. ",{"type":41,"tag":49,"props":1599,"children":1601},{"className":1600},[],[1602],{"type":46,"value":1603},"[--suspend --concurrency --env TEXT --secrets TEXT --label TEXT --volume TEXT --env-file TEXT --secrets-file TEXT --flavor [cpu-basic|cpu-upgrade|cpu-performance|cpu-xl|t4-small|t4-medium|l4x1|l4x4|l40sx1|l40sx4|l40sx8|a10g-small|a10g-large|a10g-largex2|a10g-largex4|a100-large|a100x4|a100x8|h200|h200x2|h200x4|h200x8|rtx-pro-6000|rtx-pro-6000x2|rtx-pro-6000x4|rtx-pro-6000x8] --timeout TEXT --expose INTEGER --namespace TEXT]",{"type":41,"tag":146,"props":1605,"children":1606},{},[1607,1613,1615],{"type":41,"tag":49,"props":1608,"children":1610},{"className":1609},[],[1611],{"type":46,"value":1612},"hf jobs scheduled suspend SCHEDULED_JOB_ID",{"type":46,"value":1614}," — Suspend (pause) a scheduled Job. ",{"type":41,"tag":49,"props":1616,"children":1618},{"className":1617},[],[1619],{"type":46,"value":1185},{"type":41,"tag":146,"props":1621,"children":1622},{},[1623,1629,1631],{"type":41,"tag":49,"props":1624,"children":1626},{"className":1625},[],[1627],{"type":46,"value":1628},"hf jobs scheduled trigger SCHEDULED_JOB_ID",{"type":46,"value":1630}," — Trigger a scheduled Job to run immediately (does not change the schedule). ",{"type":41,"tag":49,"props":1632,"children":1634},{"className":1633},[],[1635],{"type":46,"value":1185},{"type":41,"tag":146,"props":1637,"children":1638},{},[1639,1645,1647],{"type":41,"tag":49,"props":1640,"children":1642},{"className":1641},[],[1643],{"type":46,"value":1644},"hf jobs scheduled uv run SCHEDULE SCRIPT",{"type":46,"value":1646}," — Run a UV script (local file or URL) on HF infrastructure ",{"type":41,"tag":49,"props":1648,"children":1650},{"className":1649},[],[1651],{"type":46,"value":1652},"[--suspend --concurrency --image TEXT --flavor [cpu-basic|cpu-upgrade|cpu-performance|cpu-xl|t4-small|t4-medium|l4x1|l4x4|l40sx1|l40sx4|l40sx8|a10g-small|a10g-large|a10g-largex2|a10g-largex4|a100-large|a100x4|a100x8|h200|h200x2|h200x4|h200x8|rtx-pro-6000|rtx-pro-6000x2|rtx-pro-6000x4|rtx-pro-6000x8] --env TEXT --secrets TEXT --label TEXT --volume TEXT --env-file TEXT --secrets-file TEXT --timeout TEXT --expose INTEGER --namespace TEXT --with TEXT --python TEXT]",{"type":41,"tag":146,"props":1654,"children":1655},{},[1656,1662,1664],{"type":41,"tag":49,"props":1657,"children":1659},{"className":1658},[],[1660],{"type":46,"value":1661},"hf jobs ssh JOB_ID",{"type":46,"value":1663}," — SSH into a running Job. ",{"type":41,"tag":49,"props":1665,"children":1667},{"className":1666},[],[1668],{"type":46,"value":1669},"[--identity-file PATH --dry-run --namespace TEXT --format [auto|human|agent|json|quiet]]",{"type":41,"tag":146,"props":1671,"children":1672},{},[1673,1679,1681],{"type":41,"tag":49,"props":1674,"children":1676},{"className":1675},[],[1677],{"type":46,"value":1678},"hf jobs stats",{"type":46,"value":1680}," — Fetch the resource usage statistics and metrics of Jobs ",{"type":41,"tag":49,"props":1682,"children":1684},{"className":1683},[],[1685],{"type":46,"value":1185},{"type":41,"tag":146,"props":1687,"children":1688},{},[1689,1695,1696],{"type":41,"tag":49,"props":1690,"children":1692},{"className":1691},[],[1693],{"type":46,"value":1694},"hf jobs uv run SCRIPT",{"type":46,"value":1646},{"type":41,"tag":49,"props":1697,"children":1699},{"className":1698},[],[1700],{"type":46,"value":1701},"[--image TEXT --flavor [cpu-basic|cpu-upgrade|cpu-performance|cpu-xl|t4-small|t4-medium|l4x1|l4x4|l40sx1|l40sx4|l40sx8|a10g-small|a10g-large|a10g-largex2|a10g-largex4|a100-large|a100x4|a100x8|h200|h200x2|h200x4|h200x8|rtx-pro-6000|rtx-pro-6000x2|rtx-pro-6000x4|rtx-pro-6000x8] --env TEXT --secrets TEXT --label TEXT --volume TEXT --env-file TEXT --secrets-file TEXT --timeout TEXT --detach --expose INTEGER --ssh --namespace TEXT --with TEXT --python TEXT]",{"type":41,"tag":146,"props":1703,"children":1704},{},[1705,1711,1713],{"type":41,"tag":49,"props":1706,"children":1708},{"className":1707},[],[1709],{"type":46,"value":1710},"hf jobs wait JOB_IDS",{"type":46,"value":1712}," — Wait for one or more Jobs to reach a terminal state. ",{"type":41,"tag":49,"props":1714,"children":1716},{"className":1715},[],[1717],{"type":46,"value":1718},"[--timeout TEXT --namespace TEXT --format [auto|human|agent|json|quiet]]",{"type":41,"tag":303,"props":1720,"children":1722},{"id":1721},"hf-models-interact-with-models-on-the-hub",[1723,1729],{"type":41,"tag":49,"props":1724,"children":1726},{"className":1725},[],[1727],{"type":46,"value":1728},"hf models",{"type":46,"value":1730}," — Interact with models on the Hub.",{"type":41,"tag":142,"props":1732,"children":1733},{},[1734,1750,1766],{"type":41,"tag":146,"props":1735,"children":1736},{},[1737,1743,1745],{"type":41,"tag":49,"props":1738,"children":1740},{"className":1739},[],[1741],{"type":46,"value":1742},"hf models card MODEL_ID",{"type":46,"value":1744}," — Get the model card (README) for a model on the Hub. ",{"type":41,"tag":49,"props":1746,"children":1748},{"className":1747},[],[1749],{"type":46,"value":822},{"type":41,"tag":146,"props":1751,"children":1752},{},[1753,1759,1761],{"type":41,"tag":49,"props":1754,"children":1756},{"className":1755},[],[1757],{"type":46,"value":1758},"hf models info MODEL_ID",{"type":46,"value":1760}," — Get info about a model on the Hub. ",{"type":41,"tag":49,"props":1762,"children":1764},{"className":1763},[],[1765],{"type":46,"value":839},{"type":41,"tag":146,"props":1767,"children":1768},{},[1769,1775,1777],{"type":41,"tag":49,"props":1770,"children":1772},{"className":1771},[],[1773],{"type":46,"value":1774},"hf models list",{"type":46,"value":1776}," — List models on the Hub, or files in a model repo. ",{"type":41,"tag":49,"props":1778,"children":1780},{"className":1779},[],[1781],{"type":46,"value":1782},"[--search TEXT --author TEXT --filter TEXT --pipeline-tag TEXT --gated --apps TEXT --num-parameters TEXT --inference-provider [cerebras|cohere|deepinfra|fal-ai|featherless-ai|fireworks-ai|groq|hf-inference|novita|nscale|openai|ovhcloud|publicai|replicate|scaleway|together|wavespeed|zai-org] --warm --sort [created_at|downloads|last_modified|likes|trending_score] --limit INTEGER --expand TEXT --human-readable --tree --recursive --revision TEXT --format [auto|human|agent|json|quiet]]",{"type":41,"tag":303,"props":1784,"children":1786},{"id":1785},"hf-papers-interact-with-papers-on-the-hub",[1787,1793],{"type":41,"tag":49,"props":1788,"children":1790},{"className":1789},[],[1791],{"type":46,"value":1792},"hf papers",{"type":46,"value":1794}," — Interact with papers on the Hub.",{"type":41,"tag":142,"props":1796,"children":1797},{},[1798,1814,1831,1847],{"type":41,"tag":146,"props":1799,"children":1800},{},[1801,1807,1809],{"type":41,"tag":49,"props":1802,"children":1804},{"className":1803},[],[1805],{"type":46,"value":1806},"hf papers info PAPER_ID",{"type":46,"value":1808}," — Get info about a paper on the Hub. ",{"type":41,"tag":49,"props":1810,"children":1812},{"className":1811},[],[1813],{"type":46,"value":162},{"type":41,"tag":146,"props":1815,"children":1816},{},[1817,1823,1825],{"type":41,"tag":49,"props":1818,"children":1820},{"className":1819},[],[1821],{"type":46,"value":1822},"hf papers list",{"type":46,"value":1824}," — List daily papers on the Hub. ",{"type":41,"tag":49,"props":1826,"children":1828},{"className":1827},[],[1829],{"type":46,"value":1830},"[--date TEXT --week TEXT --month TEXT --submitter TEXT --sort [publishedAt|trending] --limit INTEGER --format [auto|human|agent|json|quiet]]",{"type":41,"tag":146,"props":1832,"children":1833},{},[1834,1840,1842],{"type":41,"tag":49,"props":1835,"children":1837},{"className":1836},[],[1838],{"type":46,"value":1839},"hf papers read PAPER_ID",{"type":46,"value":1841}," — Read a paper as markdown. ",{"type":41,"tag":49,"props":1843,"children":1845},{"className":1844},[],[1846],{"type":46,"value":162},{"type":41,"tag":146,"props":1848,"children":1849},{},[1850,1856,1858],{"type":41,"tag":49,"props":1851,"children":1853},{"className":1852},[],[1854],{"type":46,"value":1855},"hf papers search QUERY",{"type":46,"value":1857}," — Search papers on the Hub. ",{"type":41,"tag":49,"props":1859,"children":1861},{"className":1860},[],[1862],{"type":46,"value":856},{"type":41,"tag":303,"props":1864,"children":1866},{"id":1865},"hf-repos-manage-repos-on-the-hub",[1867,1873],{"type":41,"tag":49,"props":1868,"children":1870},{"className":1869},[],[1871],{"type":46,"value":1872},"hf repos",{"type":46,"value":1874}," — Manage repos on the Hub.",{"type":41,"tag":142,"props":1876,"children":1877},{},[1878,1895,1911,1926,1943,1960,1977,1994,2011,2027,2044,2061,2078],{"type":41,"tag":146,"props":1879,"children":1880},{},[1881,1887,1889],{"type":41,"tag":49,"props":1882,"children":1884},{"className":1883},[],[1885],{"type":46,"value":1886},"hf repos branch create REPO_ID BRANCH",{"type":46,"value":1888}," — Create a new branch for a repo on the Hub. ",{"type":41,"tag":49,"props":1890,"children":1892},{"className":1891},[],[1893],{"type":46,"value":1894},"[--revision TEXT --type [model|dataset|space] --exist-ok --format [auto|human|agent|json|quiet]]",{"type":41,"tag":146,"props":1896,"children":1897},{},[1898,1904,1906],{"type":41,"tag":49,"props":1899,"children":1901},{"className":1900},[],[1902],{"type":46,"value":1903},"hf repos branch delete REPO_ID BRANCH",{"type":46,"value":1905}," — Delete a branch from a repo on the Hub. ",{"type":41,"tag":49,"props":1907,"children":1909},{"className":1908},[],[1910],{"type":46,"value":989},{"type":41,"tag":146,"props":1912,"children":1913},{},[1914,1920,1921],{"type":41,"tag":49,"props":1915,"children":1917},{"className":1916},[],[1918],{"type":46,"value":1919},"hf repos cp SRC",{"type":46,"value":156},{"type":41,"tag":49,"props":1922,"children":1924},{"className":1923},[],[1925],{"type":46,"value":162},{"type":41,"tag":146,"props":1927,"children":1928},{},[1929,1935,1937],{"type":41,"tag":49,"props":1930,"children":1932},{"className":1931},[],[1933],{"type":46,"value":1934},"hf repos create REPO_ID",{"type":46,"value":1936}," — Create a new repo on the Hub. ",{"type":41,"tag":49,"props":1938,"children":1940},{"className":1939},[],[1941],{"type":46,"value":1942},"[--type [model|dataset|space] --sdk TEXT --template TEXT --private --public --protected --exist-ok --resource-group-id TEXT --region [us|eu] --flavor [cpu-basic|cpu-upgrade|zero-a10g|t4-small|t4-medium|l4x1|l4x4|l40sx1|l40sx4|l40sx8|a10g-small|a10g-large|a10g-largex2|a10g-largex4|a100-large|a100x4|a100x8] --storage [small|medium|large] --sleep-time INTEGER --secrets TEXT --secrets-file TEXT --env TEXT --env-file TEXT --volume TEXT --format [auto|human|agent|json|quiet]]",{"type":41,"tag":146,"props":1944,"children":1945},{},[1946,1952,1954],{"type":41,"tag":49,"props":1947,"children":1949},{"className":1948},[],[1950],{"type":46,"value":1951},"hf repos delete REPO_ID",{"type":46,"value":1953}," — Delete a repo from the Hub. This is an irreversible operation. ",{"type":41,"tag":49,"props":1955,"children":1957},{"className":1956},[],[1958],{"type":46,"value":1959},"[--type [model|dataset|space] --missing-ok --yes --format [auto|human|agent|json|quiet]]",{"type":41,"tag":146,"props":1961,"children":1962},{},[1963,1969,1971],{"type":41,"tag":49,"props":1964,"children":1966},{"className":1965},[],[1967],{"type":46,"value":1968},"hf repos delete-files REPO_ID PATTERNS",{"type":46,"value":1970}," — Delete files from a repo on the Hub. ",{"type":41,"tag":49,"props":1972,"children":1974},{"className":1973},[],[1975],{"type":46,"value":1976},"[--type [model|dataset|space] --revision TEXT --commit-message TEXT --commit-description TEXT --create-pr --format [auto|human|agent|json|quiet]]",{"type":41,"tag":146,"props":1978,"children":1979},{},[1980,1986,1988],{"type":41,"tag":49,"props":1981,"children":1983},{"className":1982},[],[1984],{"type":46,"value":1985},"hf repos duplicate FROM_ID",{"type":46,"value":1987}," — Duplicate a repo on the Hub (model, dataset, or Space). ",{"type":41,"tag":49,"props":1989,"children":1991},{"className":1990},[],[1992],{"type":46,"value":1993},"[--type [model|dataset|space] --private --public --protected --exist-ok --flavor [cpu-basic|cpu-upgrade|zero-a10g|t4-small|t4-medium|l4x1|l4x4|l40sx1|l40sx4|l40sx8|a10g-small|a10g-large|a10g-largex2|a10g-largex4|a100-large|a100x4|a100x8] --storage [small|medium|large] --sleep-time INTEGER --secrets TEXT --secrets-file TEXT --env TEXT --env-file TEXT --volume TEXT --format [auto|human|agent|json|quiet]]",{"type":41,"tag":146,"props":1995,"children":1996},{},[1997,2003,2005],{"type":41,"tag":49,"props":1998,"children":2000},{"className":1999},[],[2001],{"type":46,"value":2002},"hf repos list",{"type":46,"value":2004}," — List all repos (models, datasets, spaces, buckets) with storage info. ",{"type":41,"tag":49,"props":2006,"children":2008},{"className":2007},[],[2009],{"type":46,"value":2010},"[--namespace TEXT --type [model|dataset|space|bucket] --search TEXT --limit INTEGER --explore --format [auto|human|agent|json|quiet]]",{"type":41,"tag":146,"props":2012,"children":2013},{},[2014,2020,2022],{"type":41,"tag":49,"props":2015,"children":2017},{"className":2016},[],[2018],{"type":46,"value":2019},"hf repos move FROM_ID TO_ID",{"type":46,"value":2021}," — Move a repository from a namespace to another namespace. ",{"type":41,"tag":49,"props":2023,"children":2025},{"className":2024},[],[2026],{"type":46,"value":989},{"type":41,"tag":146,"props":2028,"children":2029},{},[2030,2036,2038],{"type":41,"tag":49,"props":2031,"children":2033},{"className":2032},[],[2034],{"type":46,"value":2035},"hf repos settings REPO_ID",{"type":46,"value":2037}," — Update the settings of a repository. ",{"type":41,"tag":49,"props":2039,"children":2041},{"className":2040},[],[2042],{"type":46,"value":2043},"[--gated [auto|manual|false] --private --public --protected --type [model|dataset|space] --format [auto|human|agent|json|quiet]]",{"type":41,"tag":146,"props":2045,"children":2046},{},[2047,2053,2055],{"type":41,"tag":49,"props":2048,"children":2050},{"className":2049},[],[2051],{"type":46,"value":2052},"hf repos tag create REPO_ID TAG",{"type":46,"value":2054}," — Create a tag for a repo. ",{"type":41,"tag":49,"props":2056,"children":2058},{"className":2057},[],[2059],{"type":46,"value":2060},"[--message TEXT --revision TEXT --type [model|dataset|space] --format [auto|human|agent|json|quiet]]",{"type":41,"tag":146,"props":2062,"children":2063},{},[2064,2070,2072],{"type":41,"tag":49,"props":2065,"children":2067},{"className":2066},[],[2068],{"type":46,"value":2069},"hf repos tag delete REPO_ID TAG",{"type":46,"value":2071}," — Delete a tag for a repo. ",{"type":41,"tag":49,"props":2073,"children":2075},{"className":2074},[],[2076],{"type":46,"value":2077},"[--yes --type [model|dataset|space] --format [auto|human|agent|json|quiet]]",{"type":41,"tag":146,"props":2079,"children":2080},{},[2081,2087,2089],{"type":41,"tag":49,"props":2082,"children":2084},{"className":2083},[],[2085],{"type":46,"value":2086},"hf repos tag list REPO_ID",{"type":46,"value":2088}," — List tags for a repo. ",{"type":41,"tag":49,"props":2090,"children":2092},{"className":2091},[],[2093],{"type":46,"value":989},{"type":41,"tag":303,"props":2095,"children":2097},{"id":2096},"hf-sandbox-run-and-manage-sandboxes-on-hugging-face-jobs",[2098,2104],{"type":41,"tag":49,"props":2099,"children":2101},{"className":2100},[],[2102],{"type":46,"value":2103},"hf sandbox",{"type":46,"value":2105}," — Run and manage sandboxes on Hugging Face Jobs.",{"type":41,"tag":142,"props":2107,"children":2108},{},[2109,2125,2150,2167,2184,2201,2218,2234,2250,2274],{"type":41,"tag":146,"props":2110,"children":2111},{},[2112,2118,2120],{"type":41,"tag":49,"props":2113,"children":2115},{"className":2114},[],[2116],{"type":46,"value":2117},"hf sandbox cp SRC DST",{"type":46,"value":2119}," — Copy a file between the local machine and a sandbox (docker-style). ",{"type":41,"tag":49,"props":2121,"children":2123},{"className":2122},[],[2124],{"type":46,"value":1185},{"type":41,"tag":146,"props":2126,"children":2127},{},[2128,2134,2136,2142,2144],{"type":41,"tag":49,"props":2129,"children":2131},{"className":2130},[],[2132],{"type":46,"value":2133},"hf sandbox create",{"type":46,"value":2135}," — Create a sandbox: a dedicated VM by default, or a cheap shared one with ",{"type":41,"tag":49,"props":2137,"children":2139},{"className":2138},[],[2140],{"type":46,"value":2141},"--pool",{"type":46,"value":2143},". ",{"type":41,"tag":49,"props":2145,"children":2147},{"className":2146},[],[2148],{"type":46,"value":2149},"[--pool TEXT --flavor [cpu-basic|cpu-upgrade|cpu-performance|cpu-xl|t4-small|t4-medium|l4x1|l4x4|l40sx1|l40sx4|l40sx8|a10g-small|a10g-large|a10g-largex2|a10g-largex4|a100-large|a100x4|a100x8|h200|h200x2|h200x4|h200x8|rtx-pro-6000|rtx-pro-6000x2|rtx-pro-6000x4|rtx-pro-6000x8] --idle-timeout TEXT --env TEXT --secrets TEXT --env-file TEXT --secrets-file TEXT --volume TEXT --namespace TEXT --forward-hf-token --format [auto|human|agent|json|quiet]]",{"type":41,"tag":146,"props":2151,"children":2152},{},[2153,2159,2161],{"type":41,"tag":49,"props":2154,"children":2156},{"className":2155},[],[2157],{"type":46,"value":2158},"hf sandbox exec SANDBOX_ID COMMAND",{"type":46,"value":2160}," — Run a command in a sandbox, streaming output. Exits with the command's exit code. ",{"type":41,"tag":49,"props":2162,"children":2164},{"className":2163},[],[2165],{"type":46,"value":2166},"[--workdir TEXT --env TEXT --env-file TEXT --timeout FLOAT --namespace TEXT]",{"type":41,"tag":146,"props":2168,"children":2169},{},[2170,2176,2178],{"type":41,"tag":49,"props":2171,"children":2173},{"className":2172},[],[2174],{"type":46,"value":2175},"hf sandbox kill",{"type":46,"value":2177}," — Terminate a sandbox, a whole shared host, or everything (--all). ",{"type":41,"tag":49,"props":2179,"children":2181},{"className":2180},[],[2182],{"type":46,"value":2183},"[--all --yes --namespace TEXT --format [auto|human|agent|json|quiet]]",{"type":41,"tag":146,"props":2185,"children":2186},{},[2187,2193,2195],{"type":41,"tag":49,"props":2188,"children":2190},{"className":2189},[],[2191],{"type":46,"value":2192},"hf sandbox pool create",{"type":46,"value":2194}," — Warm a pool: boot one host VM now, tagged so it can be found later by its pool id. ",{"type":41,"tag":49,"props":2196,"children":2198},{"className":2197},[],[2199],{"type":46,"value":2200},"[--flavor [cpu-basic|cpu-upgrade|cpu-performance|cpu-xl|t4-small|t4-medium|l4x1|l4x4|l40sx1|l40sx4|l40sx8|a10g-small|a10g-large|a10g-largex2|a10g-largex4|a100-large|a100x4|a100x8|h200|h200x2|h200x4|h200x8|rtx-pro-6000|rtx-pro-6000x2|rtx-pro-6000x4|rtx-pro-6000x8] --per-host INTEGER RANGE --max-hosts INTEGER RANGE --idle-timeout TEXT --namespace TEXT --format [auto|human|agent|json|quiet]]",{"type":41,"tag":146,"props":2202,"children":2203},{},[2204,2210,2212],{"type":41,"tag":49,"props":2205,"children":2207},{"className":2206},[],[2208],{"type":46,"value":2209},"hf sandbox pool delete POOL_ID",{"type":46,"value":2211}," — Terminate every host VM of a pool (and therefore all its sandboxes). ",{"type":41,"tag":49,"props":2213,"children":2215},{"className":2214},[],[2216],{"type":46,"value":2217},"[--yes --namespace TEXT --format [auto|human|agent|json|quiet]]",{"type":41,"tag":146,"props":2219,"children":2220},{},[2221,2227,2229],{"type":41,"tag":49,"props":2222,"children":2224},{"className":2223},[],[2225],{"type":46,"value":2226},"hf sandbox pool ls",{"type":46,"value":2228}," — List running sandbox pools (grouped from their host VMs). ",{"type":41,"tag":49,"props":2230,"children":2232},{"className":2231},[],[2233],{"type":46,"value":1185},{"type":41,"tag":146,"props":2235,"children":2236},{},[2237,2243,2245],{"type":41,"tag":49,"props":2238,"children":2240},{"className":2239},[],[2241],{"type":46,"value":2242},"hf sandbox process kill SANDBOX_ID PID",{"type":46,"value":2244}," — Stop a background process running in a sandbox. ",{"type":41,"tag":49,"props":2246,"children":2248},{"className":2247},[],[2249],{"type":46,"value":1185},{"type":41,"tag":146,"props":2251,"children":2252},{},[2253,2259,2261,2267,2269],{"type":41,"tag":49,"props":2254,"children":2256},{"className":2255},[],[2257],{"type":46,"value":2258},"hf sandbox process ls SANDBOX_ID",{"type":46,"value":2260}," — List the background processes running in a sandbox (started with ",{"type":41,"tag":49,"props":2262,"children":2264},{"className":2263},[],[2265],{"type":46,"value":2266},"hf sandbox spawn",{"type":46,"value":2268},"). ",{"type":41,"tag":49,"props":2270,"children":2272},{"className":2271},[],[2273],{"type":46,"value":1185},{"type":41,"tag":146,"props":2275,"children":2276},{},[2277,2283,2285],{"type":41,"tag":49,"props":2278,"children":2280},{"className":2279},[],[2281],{"type":46,"value":2282},"hf sandbox spawn SANDBOX_ID COMMAND",{"type":46,"value":2284}," — Start a long-running command in the background and return its pid (don't wait). ",{"type":41,"tag":49,"props":2286,"children":2288},{"className":2287},[],[2289],{"type":46,"value":2290},"[--workdir TEXT --env TEXT --env-file TEXT --namespace TEXT]",{"type":41,"tag":303,"props":2292,"children":2294},{"id":2293},"hf-skills-manage-skills-for-ai-assistants",[2295,2301],{"type":41,"tag":49,"props":2296,"children":2298},{"className":2297},[],[2299],{"type":46,"value":2300},"hf skills",{"type":46,"value":2302}," — Manage skills for AI assistants.",{"type":41,"tag":142,"props":2304,"children":2305},{},[2306,2323,2339,2362],{"type":41,"tag":146,"props":2307,"children":2308},{},[2309,2315,2317],{"type":41,"tag":49,"props":2310,"children":2312},{"className":2311},[],[2313],{"type":46,"value":2314},"hf skills add",{"type":46,"value":2316}," — Install a Hugging Face skill for an AI assistant. ",{"type":41,"tag":49,"props":2318,"children":2320},{"className":2319},[],[2321],{"type":46,"value":2322},"[--claude --global --dest PATH --force --format [auto|human|agent|json|quiet]]",{"type":41,"tag":146,"props":2324,"children":2325},{},[2326,2332,2334],{"type":41,"tag":49,"props":2327,"children":2329},{"className":2328},[],[2330],{"type":46,"value":2331},"hf skills list",{"type":46,"value":2333}," — List available skills from the Hugging Face marketplace. ",{"type":41,"tag":49,"props":2335,"children":2337},{"className":2336},[],[2338],{"type":46,"value":162},{"type":41,"tag":146,"props":2340,"children":2341},{},[2342,2348,2350,2355,2357],{"type":41,"tag":49,"props":2343,"children":2345},{"className":2344},[],[2346],{"type":46,"value":2347},"hf skills preview",{"type":46,"value":2349}," — Print the generated ",{"type":41,"tag":49,"props":2351,"children":2353},{"className":2352},[],[2354],{"type":46,"value":4},{"type":46,"value":2356}," SKILL.md to stdout. ",{"type":41,"tag":49,"props":2358,"children":2360},{"className":2359},[],[2361],{"type":46,"value":162},{"type":41,"tag":146,"props":2363,"children":2364},{},[2365,2371,2373],{"type":41,"tag":49,"props":2366,"children":2368},{"className":2367},[],[2369],{"type":46,"value":2370},"hf skills update",{"type":46,"value":2372}," — Update installed Hugging Face marketplace skills. ",{"type":41,"tag":49,"props":2374,"children":2376},{"className":2375},[],[2377],{"type":46,"value":2378},"[--claude --global --dest PATH --format [auto|human|agent|json|quiet]]",{"type":41,"tag":303,"props":2380,"children":2382},{"id":2381},"hf-spaces-interact-with-spaces-on-the-hub",[2383,2389],{"type":41,"tag":49,"props":2384,"children":2386},{"className":2385},[],[2387],{"type":46,"value":2388},"hf spaces",{"type":46,"value":2390}," — Interact with spaces on the Hub.",{"type":41,"tag":142,"props":2392,"children":2393},{},[2394,2410,2427,2443,2460,2476,2493,2510,2526,2543,2560,2577,2594,2610,2627,2644,2660,2677,2693,2709,2725,2741,2758],{"type":41,"tag":146,"props":2395,"children":2396},{},[2397,2403,2405],{"type":41,"tag":49,"props":2398,"children":2400},{"className":2399},[],[2401],{"type":46,"value":2402},"hf spaces card SPACE_ID",{"type":46,"value":2404}," — Get the Space card (README) for a Space on the Hub. ",{"type":41,"tag":49,"props":2406,"children":2408},{"className":2407},[],[2409],{"type":46,"value":822},{"type":41,"tag":146,"props":2411,"children":2412},{},[2413,2419,2421],{"type":41,"tag":49,"props":2414,"children":2416},{"className":2415},[],[2417],{"type":46,"value":2418},"hf spaces dev-mode SPACE_ID",{"type":46,"value":2420}," — Enable or disable dev mode on a Space. ",{"type":41,"tag":49,"props":2422,"children":2424},{"className":2423},[],[2425],{"type":46,"value":2426},"[--stop --format [auto|human|agent|json|quiet]]",{"type":41,"tag":146,"props":2428,"children":2429},{},[2430,2436,2438],{"type":41,"tag":49,"props":2431,"children":2433},{"className":2432},[],[2434],{"type":46,"value":2435},"hf spaces hardware",{"type":46,"value":2437}," — List available hardware options for Spaces. ",{"type":41,"tag":49,"props":2439,"children":2441},{"className":2440},[],[2442],{"type":46,"value":162},{"type":41,"tag":146,"props":2444,"children":2445},{},[2446,2452,2454],{"type":41,"tag":49,"props":2447,"children":2449},{"className":2448},[],[2450],{"type":46,"value":2451},"hf spaces hot-reload SPACE_ID",{"type":46,"value":2453}," — Hot-reload any Python file of a Space without a full rebuild + restart. ",{"type":41,"tag":49,"props":2455,"children":2457},{"className":2456},[],[2458],{"type":46,"value":2459},"[--local-file PATH --skip-checks --skip-summary --format [auto|human|agent|json|quiet]]",{"type":41,"tag":146,"props":2461,"children":2462},{},[2463,2469,2471],{"type":41,"tag":49,"props":2464,"children":2466},{"className":2465},[],[2467],{"type":46,"value":2468},"hf spaces info SPACE_ID",{"type":46,"value":2470}," — Get info about a space on the Hub. ",{"type":41,"tag":49,"props":2472,"children":2474},{"className":2473},[],[2475],{"type":46,"value":839},{"type":41,"tag":146,"props":2477,"children":2478},{},[2479,2485,2487],{"type":41,"tag":49,"props":2480,"children":2482},{"className":2481},[],[2483],{"type":46,"value":2484},"hf spaces list",{"type":46,"value":2486}," — List spaces on the Hub, or files in a space repo. ",{"type":41,"tag":49,"props":2488,"children":2490},{"className":2489},[],[2491],{"type":46,"value":2492},"[--search TEXT --author TEXT --filter TEXT --sort [created_at|last_modified|likes|trending_score] --limit INTEGER --expand TEXT --human-readable --tree --recursive --revision TEXT --format [auto|human|agent|json|quiet]]",{"type":41,"tag":146,"props":2494,"children":2495},{},[2496,2502,2504],{"type":41,"tag":49,"props":2497,"children":2499},{"className":2498},[],[2500],{"type":46,"value":2501},"hf spaces logs SPACE_ID",{"type":46,"value":2503}," — Fetch the run or build logs of a Space. ",{"type":41,"tag":49,"props":2505,"children":2507},{"className":2506},[],[2508],{"type":46,"value":2509},"[--build --follow --tail INTEGER --format [auto|human|agent|json|quiet]]",{"type":41,"tag":146,"props":2511,"children":2512},{},[2513,2519,2521],{"type":41,"tag":49,"props":2514,"children":2516},{"className":2515},[],[2517],{"type":46,"value":2518},"hf spaces pause SPACE_ID",{"type":46,"value":2520}," — Pause a Space. ",{"type":41,"tag":49,"props":2522,"children":2524},{"className":2523},[],[2525],{"type":46,"value":162},{"type":41,"tag":146,"props":2527,"children":2528},{},[2529,2535,2537],{"type":41,"tag":49,"props":2530,"children":2532},{"className":2531},[],[2533],{"type":46,"value":2534},"hf spaces restart SPACE_ID",{"type":46,"value":2536}," — Restart a Space. ",{"type":41,"tag":49,"props":2538,"children":2540},{"className":2539},[],[2541],{"type":46,"value":2542},"[--factory-reboot --format [auto|human|agent|json|quiet]]",{"type":41,"tag":146,"props":2544,"children":2545},{},[2546,2552,2554],{"type":41,"tag":49,"props":2547,"children":2549},{"className":2548},[],[2550],{"type":46,"value":2551},"hf spaces search QUERY",{"type":46,"value":2553}," — Search spaces on the Hub using semantic search. ",{"type":41,"tag":49,"props":2555,"children":2557},{"className":2556},[],[2558],{"type":46,"value":2559},"[--filter TEXT --sdk TEXT --include-non-running --description --limit INTEGER --format [auto|human|agent|json|quiet]]",{"type":41,"tag":146,"props":2561,"children":2562},{},[2563,2569,2571],{"type":41,"tag":49,"props":2564,"children":2566},{"className":2565},[],[2567],{"type":46,"value":2568},"hf spaces secrets add SPACE_ID",{"type":46,"value":2570}," — Add or update secrets for a Space. ",{"type":41,"tag":49,"props":2572,"children":2574},{"className":2573},[],[2575],{"type":46,"value":2576},"[--secrets TEXT --secrets-file TEXT --format [auto|human|agent|json|quiet]]",{"type":41,"tag":146,"props":2578,"children":2579},{},[2580,2586,2588],{"type":41,"tag":49,"props":2581,"children":2583},{"className":2582},[],[2584],{"type":46,"value":2585},"hf spaces secrets delete SPACE_ID KEY",{"type":46,"value":2587}," — Remove a secret from a Space. ",{"type":41,"tag":49,"props":2589,"children":2591},{"className":2590},[],[2592],{"type":46,"value":2593},"[--yes --format [auto|human|agent|json|quiet]]",{"type":41,"tag":146,"props":2595,"children":2596},{},[2597,2603,2605],{"type":41,"tag":49,"props":2598,"children":2600},{"className":2599},[],[2601],{"type":46,"value":2602},"hf spaces secrets list SPACE_ID",{"type":46,"value":2604}," — List secrets for a Space. Secret values are write-only and not returned. ",{"type":41,"tag":49,"props":2606,"children":2608},{"className":2607},[],[2609],{"type":46,"value":162},{"type":41,"tag":146,"props":2611,"children":2612},{},[2613,2619,2621],{"type":41,"tag":49,"props":2614,"children":2616},{"className":2615},[],[2617],{"type":46,"value":2618},"hf spaces settings SPACE_ID",{"type":46,"value":2620}," — Update the settings of a Space. ",{"type":41,"tag":49,"props":2622,"children":2624},{"className":2623},[],[2625],{"type":46,"value":2626},"[--sleep-time INTEGER --hardware [cpu-basic|cpu-upgrade|zero-a10g|t4-small|t4-medium|l4x1|l4x4|l40sx1|l40sx4|l40sx8|a10g-small|a10g-large|a10g-largex2|a10g-largex4|a100-large|a100x4|a100x8] --format [auto|human|agent|json|quiet]]",{"type":41,"tag":146,"props":2628,"children":2629},{},[2630,2636,2638],{"type":41,"tag":49,"props":2631,"children":2633},{"className":2632},[],[2634],{"type":46,"value":2635},"hf spaces ssh SPACE_ID",{"type":46,"value":2637}," — SSH into a Space's Dev Mode container. ",{"type":41,"tag":49,"props":2639,"children":2641},{"className":2640},[],[2642],{"type":46,"value":2643},"[--identity-file PATH --dry-run --auto --format [auto|human|agent|json|quiet]]",{"type":41,"tag":146,"props":2645,"children":2646},{},[2647,2653,2655],{"type":41,"tag":49,"props":2648,"children":2650},{"className":2649},[],[2651],{"type":46,"value":2652},"hf spaces templates",{"type":46,"value":2654}," — List the available Space templates. ",{"type":41,"tag":49,"props":2656,"children":2658},{"className":2657},[],[2659],{"type":46,"value":162},{"type":41,"tag":146,"props":2661,"children":2662},{},[2663,2669,2671],{"type":41,"tag":49,"props":2664,"children":2666},{"className":2665},[],[2667],{"type":46,"value":2668},"hf spaces variables add SPACE_ID",{"type":46,"value":2670}," — Add or update environment variables for a Space. ",{"type":41,"tag":49,"props":2672,"children":2674},{"className":2673},[],[2675],{"type":46,"value":2676},"[--env TEXT --env-file TEXT --format [auto|human|agent|json|quiet]]",{"type":41,"tag":146,"props":2678,"children":2679},{},[2680,2686,2688],{"type":41,"tag":49,"props":2681,"children":2683},{"className":2682},[],[2684],{"type":46,"value":2685},"hf spaces variables delete SPACE_ID KEY",{"type":46,"value":2687}," — Remove an environment variable from a Space. ",{"type":41,"tag":49,"props":2689,"children":2691},{"className":2690},[],[2692],{"type":46,"value":2593},{"type":41,"tag":146,"props":2694,"children":2695},{},[2696,2702,2704],{"type":41,"tag":49,"props":2697,"children":2699},{"className":2698},[],[2700],{"type":46,"value":2701},"hf spaces variables list SPACE_ID",{"type":46,"value":2703}," — List environment variables for a Space. ",{"type":41,"tag":49,"props":2705,"children":2707},{"className":2706},[],[2708],{"type":46,"value":162},{"type":41,"tag":146,"props":2710,"children":2711},{},[2712,2718,2720],{"type":41,"tag":49,"props":2713,"children":2715},{"className":2714},[],[2716],{"type":46,"value":2717},"hf spaces volumes delete SPACE_ID",{"type":46,"value":2719}," — Remove all volumes from a Space. ",{"type":41,"tag":49,"props":2721,"children":2723},{"className":2722},[],[2724],{"type":46,"value":2593},{"type":41,"tag":146,"props":2726,"children":2727},{},[2728,2734,2736],{"type":41,"tag":49,"props":2729,"children":2731},{"className":2730},[],[2732],{"type":46,"value":2733},"hf spaces volumes list SPACE_ID",{"type":46,"value":2735}," — List volumes mounted in a Space. ",{"type":41,"tag":49,"props":2737,"children":2739},{"className":2738},[],[2740],{"type":46,"value":162},{"type":41,"tag":146,"props":2742,"children":2743},{},[2744,2750,2752],{"type":41,"tag":49,"props":2745,"children":2747},{"className":2746},[],[2748],{"type":46,"value":2749},"hf spaces volumes set SPACE_ID",{"type":46,"value":2751}," — Set (replace) volumes for a Space. ",{"type":41,"tag":49,"props":2753,"children":2755},{"className":2754},[],[2756],{"type":46,"value":2757},"[--volume TEXT --format [auto|human|agent|json|quiet]]",{"type":41,"tag":146,"props":2759,"children":2760},{},[2761,2767,2769],{"type":41,"tag":49,"props":2762,"children":2764},{"className":2763},[],[2765],{"type":46,"value":2766},"hf spaces wait SPACE_ID",{"type":46,"value":2768}," — Wait for a Space to finish building\u002Fstarting. ",{"type":41,"tag":49,"props":2770,"children":2772},{"className":2771},[],[2773],{"type":46,"value":2774},"[--timeout TEXT --format [auto|human|agent|json|quiet]]",{"type":41,"tag":303,"props":2776,"children":2778},{"id":2777},"hf-webhooks-manage-webhooks-on-the-hub",[2779,2785],{"type":41,"tag":49,"props":2780,"children":2782},{"className":2781},[],[2783],{"type":46,"value":2784},"hf webhooks",{"type":46,"value":2786}," — Manage webhooks on the Hub.",{"type":41,"tag":142,"props":2788,"children":2789},{},[2790,2807,2823,2839,2855,2871,2887],{"type":41,"tag":146,"props":2791,"children":2792},{},[2793,2799,2801],{"type":41,"tag":49,"props":2794,"children":2796},{"className":2795},[],[2797],{"type":46,"value":2798},"hf webhooks create --watch TEXT",{"type":46,"value":2800}," — Create a new webhook. ",{"type":41,"tag":49,"props":2802,"children":2804},{"className":2803},[],[2805],{"type":46,"value":2806},"[--url TEXT --job-id TEXT --domain [repo|discussions] --secret TEXT --format [auto|human|agent|json|quiet]]",{"type":41,"tag":146,"props":2808,"children":2809},{},[2810,2816,2818],{"type":41,"tag":49,"props":2811,"children":2813},{"className":2812},[],[2814],{"type":46,"value":2815},"hf webhooks delete WEBHOOK_ID",{"type":46,"value":2817}," — Delete a webhook permanently. ",{"type":41,"tag":49,"props":2819,"children":2821},{"className":2820},[],[2822],{"type":46,"value":2593},{"type":41,"tag":146,"props":2824,"children":2825},{},[2826,2832,2834],{"type":41,"tag":49,"props":2827,"children":2829},{"className":2828},[],[2830],{"type":46,"value":2831},"hf webhooks disable WEBHOOK_ID",{"type":46,"value":2833}," — Disable an active webhook. ",{"type":41,"tag":49,"props":2835,"children":2837},{"className":2836},[],[2838],{"type":46,"value":162},{"type":41,"tag":146,"props":2840,"children":2841},{},[2842,2848,2850],{"type":41,"tag":49,"props":2843,"children":2845},{"className":2844},[],[2846],{"type":46,"value":2847},"hf webhooks enable WEBHOOK_ID",{"type":46,"value":2849}," — Enable a disabled webhook. ",{"type":41,"tag":49,"props":2851,"children":2853},{"className":2852},[],[2854],{"type":46,"value":162},{"type":41,"tag":146,"props":2856,"children":2857},{},[2858,2864,2866],{"type":41,"tag":49,"props":2859,"children":2861},{"className":2860},[],[2862],{"type":46,"value":2863},"hf webhooks info WEBHOOK_ID",{"type":46,"value":2865}," — Show full details for a single webhook. ",{"type":41,"tag":49,"props":2867,"children":2869},{"className":2868},[],[2870],{"type":46,"value":162},{"type":41,"tag":146,"props":2872,"children":2873},{},[2874,2880,2882],{"type":41,"tag":49,"props":2875,"children":2877},{"className":2876},[],[2878],{"type":46,"value":2879},"hf webhooks list",{"type":46,"value":2881}," — List all webhooks for the current user. ",{"type":41,"tag":49,"props":2883,"children":2885},{"className":2884},[],[2886],{"type":46,"value":162},{"type":41,"tag":146,"props":2888,"children":2889},{},[2890,2896,2898],{"type":41,"tag":49,"props":2891,"children":2893},{"className":2892},[],[2894],{"type":46,"value":2895},"hf webhooks update WEBHOOK_ID",{"type":46,"value":2897}," — Update an existing webhook. Only provided options are changed. ",{"type":41,"tag":49,"props":2899,"children":2901},{"className":2900},[],[2902],{"type":46,"value":2903},"[--url TEXT --watch TEXT --domain [repo|discussions] --secret TEXT --format [auto|human|agent|json|quiet]]",{"type":41,"tag":135,"props":2905,"children":2907},{"id":2906},"common-options",[2908],{"type":46,"value":2909},"Common options",{"type":41,"tag":142,"props":2911,"children":2912},{},[2913,2948,2959,2970,2995],{"type":41,"tag":146,"props":2914,"children":2915},{},[2916,2922,2924,2930,2932,2938,2940,2946],{"type":41,"tag":49,"props":2917,"children":2919},{"className":2918},[],[2920],{"type":46,"value":2921},"--format",{"type":46,"value":2923}," — Output format: ",{"type":41,"tag":49,"props":2925,"children":2927},{"className":2926},[],[2928],{"type":46,"value":2929},"--format json",{"type":46,"value":2931}," (or ",{"type":41,"tag":49,"props":2933,"children":2935},{"className":2934},[],[2936],{"type":46,"value":2937},"--json",{"type":46,"value":2939},") or ",{"type":41,"tag":49,"props":2941,"children":2943},{"className":2942},[],[2944],{"type":46,"value":2945},"--format table",{"type":46,"value":2947}," (default).",{"type":41,"tag":146,"props":2949,"children":2950},{},[2951,2957],{"type":41,"tag":49,"props":2952,"children":2954},{"className":2953},[],[2955],{"type":46,"value":2956},"-q \u002F --quiet",{"type":46,"value":2958}," — Quiet output (one ID per line).",{"type":41,"tag":146,"props":2960,"children":2961},{},[2962,2968],{"type":41,"tag":49,"props":2963,"children":2965},{"className":2964},[],[2966],{"type":46,"value":2967},"--revision",{"type":46,"value":2969}," — Git revision id which can be a branch name, a tag, or a commit hash.",{"type":41,"tag":146,"props":2971,"children":2972},{},[2973,2979,2981,2987,2989,2994],{"type":41,"tag":49,"props":2974,"children":2976},{"className":2975},[],[2977],{"type":46,"value":2978},"--token",{"type":46,"value":2980}," — Use a User Access Token. Prefer setting ",{"type":41,"tag":49,"props":2982,"children":2984},{"className":2983},[],[2985],{"type":46,"value":2986},"HF_TOKEN",{"type":46,"value":2988}," env var instead of passing ",{"type":41,"tag":49,"props":2990,"children":2992},{"className":2991},[],[2993],{"type":46,"value":2978},{"type":46,"value":56},{"type":41,"tag":146,"props":2996,"children":2997},{},[2998,3004],{"type":41,"tag":49,"props":2999,"children":3001},{"className":3000},[],[3002],{"type":46,"value":3003},"--type",{"type":46,"value":3005}," — The type of repository (model, dataset, or space).",{"type":41,"tag":135,"props":3007,"children":3009},{"id":3008},"mounting-repos-as-local-filesystems",[3010],{"type":46,"value":3011},"Mounting repos as local filesystems",{"type":41,"tag":42,"props":3013,"children":3014},{},[3015,3017,3023,3025],{"type":46,"value":3016},"To mount Hub repositories or buckets as local filesystems — no download, no copy, no waiting — use ",{"type":41,"tag":49,"props":3018,"children":3020},{"className":3019},[],[3021],{"type":46,"value":3022},"hf-mount",{"type":46,"value":3024},". Files are fetched on demand. GitHub: ",{"type":41,"tag":3026,"props":3027,"children":3031},"a",{"href":3028,"rel":3029},"https:\u002F\u002Fgithub.com\u002Fhuggingface\u002Fhf-mount",[3030],"nofollow",[3032],{"type":46,"value":3028},{"type":41,"tag":42,"props":3034,"children":3035},{},[3036,3037],{"type":46,"value":47},{"type":41,"tag":49,"props":3038,"children":3040},{"className":3039},[],[3041],{"type":46,"value":3042},"curl -fsSL https:\u002F\u002Fraw.githubusercontent.com\u002Fhuggingface\u002Fhf-mount\u002Fmain\u002Finstall.sh | sh",{"type":41,"tag":42,"props":3044,"children":3045},{},[3046],{"type":46,"value":3047},"Some command examples:",{"type":41,"tag":142,"props":3049,"children":3050},{},[3051,3062,3073],{"type":41,"tag":146,"props":3052,"children":3053},{},[3054,3060],{"type":41,"tag":49,"props":3055,"children":3057},{"className":3056},[],[3058],{"type":46,"value":3059},"hf-mount start repo openai-community\u002Fgpt2 \u002Ftmp\u002Fgpt2",{"type":46,"value":3061}," — mount a repo (read-only)",{"type":41,"tag":146,"props":3063,"children":3064},{},[3065,3071],{"type":41,"tag":49,"props":3066,"children":3068},{"className":3067},[],[3069],{"type":46,"value":3070},"hf-mount start --hf-token $HF_TOKEN bucket myuser\u002Fmy-bucket \u002Ftmp\u002Fdata",{"type":46,"value":3072}," — mount a bucket (read-write)",{"type":41,"tag":146,"props":3074,"children":3075},{},[3076,3082,3084,3090],{"type":41,"tag":49,"props":3077,"children":3079},{"className":3078},[],[3080],{"type":46,"value":3081},"hf-mount status",{"type":46,"value":3083}," \u002F ",{"type":41,"tag":49,"props":3085,"children":3087},{"className":3086},[],[3088],{"type":46,"value":3089},"hf-mount stop \u002Ftmp\u002Fdata",{"type":46,"value":3091}," — list or unmount",{"type":41,"tag":135,"props":3093,"children":3095},{"id":3094},"tips",[3096],{"type":46,"value":3097},"Tips",{"type":41,"tag":142,"props":3099,"children":3100},{},[3101,3113,3130],{"type":41,"tag":146,"props":3102,"children":3103},{},[3104,3105,3111],{"type":46,"value":89},{"type":41,"tag":49,"props":3106,"children":3108},{"className":3107},[],[3109],{"type":46,"value":3110},"hf \u003Ccommand> --help",{"type":46,"value":3112}," for full options, descriptions, usage, and real-world examples",{"type":41,"tag":146,"props":3114,"children":3115},{},[3116,3118,3123,3125],{"type":46,"value":3117},"Authenticate with ",{"type":41,"tag":49,"props":3119,"children":3121},{"className":3120},[],[3122],{"type":46,"value":2986},{"type":46,"value":3124}," env var (recommended) or with ",{"type":41,"tag":49,"props":3126,"children":3128},{"className":3127},[],[3129],{"type":46,"value":2978},{"type":41,"tag":146,"props":3131,"children":3132},{},[3133,3135,3140],{"type":46,"value":3134},"Update the CLI with ",{"type":41,"tag":49,"props":3136,"children":3138},{"className":3137},[],[3139],{"type":46,"value":221},{"type":46,"value":3141}," (uses the correct command for the detected install method)",{"items":3143,"total":3234},[3144,3151,3165,3182,3195,3210,3224],{"slug":4,"name":4,"fn":5,"description":6,"org":3145,"tags":3146,"stars":24,"repoUrl":25,"updatedAt":26},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[3147,3148,3149,3150],{"name":22,"slug":23,"type":15},{"name":13,"slug":14,"type":15},{"name":9,"slug":17,"type":15},{"name":19,"slug":20,"type":15},{"slug":3152,"name":3152,"fn":3153,"description":3154,"org":3155,"tags":3156,"stars":24,"repoUrl":25,"updatedAt":3164},"hf-cloud-aws-context-discovery","discover local AWS environment context","Discover the user's local AWS context (active profile, region, account ID, caller identity) at the start of any AWS task. Use this skill before any other AWS work — deploying to SageMaker, creating resources, calling AWS APIs, or anything that touches an AWS account. Use it especially when the user has not specified a region or profile explicitly, when they say things like \"use my AWS account\", \"deploy to AWS\", \"use my profile\", or when about to make any AWS CLI or SDK call. Never guess the region or account ID — always use this skill to read it from the local configuration first.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[3157,3160,3161],{"name":3158,"slug":3159,"type":15},"AWS","aws",{"name":22,"slug":23,"type":15},{"name":3162,"slug":3163,"type":15},"Configuration","configuration","2026-07-08T05:55:33.716099",{"slug":3166,"name":3166,"fn":3167,"description":3168,"org":3169,"tags":3170,"stars":24,"repoUrl":25,"updatedAt":3181},"hf-cloud-python-env-setup","set up Python environments for AWS","Set up an isolated Python environment for SageMaker \u002F AWS work, with the right Python version and current boto3. Use this skill whenever Python code will be executed for a SageMaker deployment, training job, or any AWS automation — including when about to run `pip install`, when about to invoke `boto3`, when creating or activating a virtualenv, or when the user asks to \"set up the environment\". Never use system Python and never `pip install` into it. Always isolate. This skill prevents the most common failure modes: wrong Python version, dependency conflicts, and stale SDKs.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[3171,3174,3175,3178],{"name":3172,"slug":3173,"type":15},"AI Infrastructure","ai-infrastructure",{"name":3158,"slug":3159,"type":15},{"name":3176,"slug":3177,"type":15},"Engineering","engineering",{"name":3179,"slug":3180,"type":15},"Python","python","2026-07-08T05:55:32.505017",{"slug":3183,"name":3183,"fn":3184,"description":3185,"org":3186,"tags":3187,"stars":24,"repoUrl":25,"updatedAt":3194},"hf-cloud-sagemaker-deployment-planner","plan model deployments to Amazon SageMaker","Plan and coordinate the deployment of a model to Amazon SageMaker AI. Use this skill whenever the user wants to deploy, host, serve, or expose a model on SageMaker or AWS — including phrases like \"deploy a model\", \"host this LLM on AWS\", \"serve this embedding model\", \"deploy a reranker\", \"deploy a text-to-image \u002F diffusion model\", \"host this for async inference\", \"create an endpoint\", \"serve my fine-tuned model\", or any request that involves making a model available for inference on AWS. Use this even when the user is vague (e.g. \"I just want to get this running on AWS, you figure it out\"). Works for text-generation LLMs, embedding models, rerankers, classifiers, text-to-image \u002F diffusion models — picks the right serving stack and chooses between real-time and async inference. This is the entry-point skill for SageMaker deployment work — it asks clarifying questions, picks a deployment pathway, and coordinates the other deployment skills.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[3188,3189,3190,3193],{"name":3172,"slug":3173,"type":15},{"name":3158,"slug":3159,"type":15},{"name":3191,"slug":3192,"type":15},"Deployment","deployment",{"name":9,"slug":17,"type":15},"2026-07-08T05:55:37.387689",{"slug":3196,"name":3196,"fn":3197,"description":3198,"org":3199,"tags":3200,"stars":24,"repoUrl":25,"updatedAt":3209},"hf-cloud-sagemaker-iam-preflight","configure SageMaker IAM roles","Ensure a usable SageMaker execution role exists before deploying or training. Use this skill whenever about to create a SageMaker endpoint, model, training job, or any resource that requires an execution role. Use it especially when the user has not provided a role ARN explicitly, when scripts are about to call `iam:CreateRole`, or when an AccessDenied error mentions an IAM action. Never blindly call `iam:CreateRole` — always check for existing roles first. This skill prevents the most common SageMaker deployment failure: trying to create IAM resources from an SSO principal that has no IAM write permissions.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[3201,3202,3203,3206],{"name":3172,"slug":3173,"type":15},{"name":3158,"slug":3159,"type":15},{"name":3204,"slug":3205,"type":15},"Permissions","permissions",{"name":3207,"slug":3208,"type":15},"Security","security","2026-07-08T05:55:34.948771",{"slug":3211,"name":3211,"fn":3212,"description":3213,"org":3214,"tags":3215,"stars":24,"repoUrl":25,"updatedAt":3223},"hf-cloud-sagemaker-production-defaults","create production-ready SageMaker endpoints","Create a SageMaker endpoint (real-time or async) with autoscaling, CloudWatch alarms, and tagging enabled by default. Use this skill whenever about to create a SageMaker endpoint, write deployment code that calls `create_endpoint`, or finalize a deployment after the image URI and IAM role are known. Provides deploy.py for real-time endpoints and deploy_async.py for async endpoints (with genuine scale-to-zero support). This is the last step in the SageMaker deployment workflow. Never generate a bare `create_endpoint` call without these defaults — endpoints without autoscaling or alarms are demos, not deployments.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[3216,3217,3218,3219,3220],{"name":3172,"slug":3173,"type":15},{"name":3158,"slug":3159,"type":15},{"name":3191,"slug":3192,"type":15},{"name":9,"slug":17,"type":15},{"name":3221,"slug":3222,"type":15},"Monitoring","monitoring","2026-07-08T05:55:38.664702",{"slug":3225,"name":3225,"fn":3226,"description":3227,"org":3228,"tags":3229,"stars":24,"repoUrl":25,"updatedAt":3233},"hf-cloud-serving-image-selection","select SageMaker serving containers","Pick the right serving container for a SageMaker model deployment and find its current image URI. Use this skill whenever about to deploy a model to a SageMaker endpoint and an image URI needs to be chosen — including when the user says \"deploy this LLM\", \"host this HuggingFace model\", \"serve this fine-tuned model\", \"deploy this embedding model\", \"host a reranker\", \"serve a sentence-transformers model\", or when about to hardcode any container URI in deployment code. HuggingFace-curated Deep Learning Containers are ALWAYS preferred: HuggingFace vLLM (LLMs and generative rerankers), HuggingFace vLLM-Omni (multimodal), TEI (embeddings\u002Fcross-encoder rerankers), HF Inference Toolkit (other transformers). Generic images (AWS vLLM, DJL-LMI, SGLang) are used only when no HuggingFace image is compatible — never merely because they carry a newer version. Never hardcode a container URI from memory and never default to TGI. Prevents stale-image failures and wrong-region URIs.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[3230,3231,3232],{"name":3172,"slug":3173,"type":15},{"name":3158,"slug":3159,"type":15},{"name":3191,"slug":3192,"type":15},"2026-07-08T05:55:36.173465",24,{"items":3236,"total":3359},[3237,3255,3269,3276,3282,3289,3296,3303,3311,3317,3330,3344],{"slug":3238,"name":3238,"fn":3239,"description":3240,"org":3241,"tags":3242,"stars":3252,"repoUrl":3253,"updatedAt":3254},"train-sentence-transformers","train sentence-transformers models","Train or fine-tune sentence-transformers models across `SentenceTransformer` (bi-encoder; dense or static embedding model; for retrieval, similarity, clustering, classification, paraphrase mining, dedup, multimodal), `CrossEncoder` (reranker; pair scoring for two-stage retrieval \u002F pair classification), and `SparseEncoder` (SPLADE, sparse embedding model; for learned-sparse retrieval). Covers loss selection, hard-negative mining, evaluators, distillation, LoRA, Matryoshka, and Hugging Face Hub publishing. Use for any sentence-transformers training task.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[3243,3246,3247,3248,3249],{"name":3244,"slug":3245,"type":15},"Deep Learning","deep-learning",{"name":9,"slug":17,"type":15},{"name":19,"slug":20,"type":15},{"name":3179,"slug":3180,"type":15},{"name":3250,"slug":3251,"type":15},"Search","search",18914,"https:\u002F\u002Fgithub.com\u002Fhuggingface\u002Fsentence-transformers","2026-05-08T05:09:16.820066",{"slug":3256,"name":3256,"fn":3257,"description":3258,"org":3259,"tags":3260,"stars":3266,"repoUrl":3267,"updatedAt":3268},"trl-training","train and fine-tune LLMs with TRL","Train and fine-tune transformer language models using TRL (Transformers Reinforcement Learning). Supports SFT, DPO, GRPO, KTO, RLOO and Reward Model training via CLI commands.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[3261,3262,3263,3264,3265],{"name":3172,"slug":3173,"type":15},{"name":3244,"slug":3245,"type":15},{"name":9,"slug":17,"type":15},{"name":19,"slug":20,"type":15},{"name":3179,"slug":3180,"type":15},18850,"https:\u002F\u002Fgithub.com\u002Fhuggingface\u002Ftrl","2026-04-06T18:25:32.746828",{"slug":4,"name":4,"fn":5,"description":6,"org":3270,"tags":3271,"stars":24,"repoUrl":25,"updatedAt":26},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[3272,3273,3274,3275],{"name":22,"slug":23,"type":15},{"name":13,"slug":14,"type":15},{"name":9,"slug":17,"type":15},{"name":19,"slug":20,"type":15},{"slug":3152,"name":3152,"fn":3153,"description":3154,"org":3277,"tags":3278,"stars":24,"repoUrl":25,"updatedAt":3164},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[3279,3280,3281],{"name":3158,"slug":3159,"type":15},{"name":22,"slug":23,"type":15},{"name":3162,"slug":3163,"type":15},{"slug":3166,"name":3166,"fn":3167,"description":3168,"org":3283,"tags":3284,"stars":24,"repoUrl":25,"updatedAt":3181},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[3285,3286,3287,3288],{"name":3172,"slug":3173,"type":15},{"name":3158,"slug":3159,"type":15},{"name":3176,"slug":3177,"type":15},{"name":3179,"slug":3180,"type":15},{"slug":3183,"name":3183,"fn":3184,"description":3185,"org":3290,"tags":3291,"stars":24,"repoUrl":25,"updatedAt":3194},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[3292,3293,3294,3295],{"name":3172,"slug":3173,"type":15},{"name":3158,"slug":3159,"type":15},{"name":3191,"slug":3192,"type":15},{"name":9,"slug":17,"type":15},{"slug":3196,"name":3196,"fn":3197,"description":3198,"org":3297,"tags":3298,"stars":24,"repoUrl":25,"updatedAt":3209},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[3299,3300,3301,3302],{"name":3172,"slug":3173,"type":15},{"name":3158,"slug":3159,"type":15},{"name":3204,"slug":3205,"type":15},{"name":3207,"slug":3208,"type":15},{"slug":3211,"name":3211,"fn":3212,"description":3213,"org":3304,"tags":3305,"stars":24,"repoUrl":25,"updatedAt":3223},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[3306,3307,3308,3309,3310],{"name":3172,"slug":3173,"type":15},{"name":3158,"slug":3159,"type":15},{"name":3191,"slug":3192,"type":15},{"name":9,"slug":17,"type":15},{"name":3221,"slug":3222,"type":15},{"slug":3225,"name":3225,"fn":3226,"description":3227,"org":3312,"tags":3313,"stars":24,"repoUrl":25,"updatedAt":3233},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[3314,3315,3316],{"name":3172,"slug":3173,"type":15},{"name":3158,"slug":3159,"type":15},{"name":3191,"slug":3192,"type":15},{"slug":3318,"name":3318,"fn":3319,"description":3320,"org":3321,"tags":3322,"stars":24,"repoUrl":25,"updatedAt":3329},"hf-mcp","access Hugging Face Hub via MCP","Use Hugging Face Hub via MCP server tools. Search models, datasets, Spaces, papers. Get repo details, fetch documentation, run compute jobs, and use Gradio Spaces as AI tools. Available when connected to the HF MCP server.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[3323,3324,3325,3326],{"name":13,"slug":14,"type":15},{"name":9,"slug":17,"type":15},{"name":19,"slug":20,"type":15},{"name":3327,"slug":3328,"type":15},"MCP","mcp","2026-04-06T18:25:50.364185",{"slug":3331,"name":3331,"fn":3332,"description":3333,"org":3334,"tags":3335,"stars":24,"repoUrl":25,"updatedAt":3343},"hf-mem","estimate memory for Hugging Face models","Hugging Face CLI to estimate the required memory to load Safetensors or GGUF model weights for inference from the Hugging Face Hub",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[3336,3337,3338,3339,3340],{"name":3172,"slug":3173,"type":15},{"name":22,"slug":23,"type":15},{"name":9,"slug":17,"type":15},{"name":19,"slug":20,"type":15},{"name":3341,"slug":3342,"type":15},"Performance","performance","2026-06-13T07:23:57.101435",{"slug":3345,"name":3345,"fn":3346,"description":3347,"org":3348,"tags":3349,"stars":24,"repoUrl":25,"updatedAt":3358},"huggingface-best","find and compare Hugging Face models","Use when the user asks about finding the best, top, or recommended model for a task, wants to know what AI model to use, or wants to compare models by benchmark scores. Triggers on: \"best model for X\", \"what model should I use for\", \"top models for [task]\", \"which model runs on my laptop\u002Fmachine\u002Fdevice\", \"recommend a model for\", \"what LLM should I use for\", \"compare models for\", \"what's state of the art for\", or any question about choosing an AI model for a specific use case. Always use this skill when the user wants model recommendations or comparisons, even if they don't explicitly mention HuggingFace or benchmarks.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[3350,3353,3354,3355],{"name":3351,"slug":3352,"type":15},"Analytics","analytics",{"name":9,"slug":17,"type":15},{"name":19,"slug":20,"type":15},{"name":3356,"slug":3357,"type":15},"Research","research","2026-04-24T05:09:45.870658",37]