[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-openai-hf-cli":3,"mdc--n53pk9-key":39,"related-repo-openai-hf-cli":2104,"related-org-openai-hf-cli":2226},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":28,"repoUrl":29,"updatedAt":30,"license":31,"forks":32,"topics":33,"repo":34,"sourceUrl":37,"mdContent":38},"hf-cli","manage Hugging Face Hub repositories via CLI","Hugging Face Hub CLI (`hf`) for downloading, uploading, and managing repositories, models, datasets, and Spaces on the Hugging Face Hub. Replaces now deprecated `huggingface-cli` command.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"openai","OpenAI","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fopenai.png",[12,16,19,22,25],{"name":13,"slug":14,"type":15},"Datasets","datasets","tag",{"name":17,"slug":18,"type":15},"Hugging Face","hugging-face",{"name":20,"slug":21,"type":15},"LLM","llm",{"name":23,"slug":24,"type":15},"CLI","cli",{"name":26,"slug":27,"type":15},"Engineering","engineering",3992,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fplugins","2026-04-06T18:41:39.049068",null,465,[],{"repoUrl":29,"stars":28,"forks":32,"topics":35,"description":36},[],"OpenAI Plugins","https:\u002F\u002Fgithub.com\u002Fopenai\u002Fplugins\u002Ftree\u002FHEAD\u002Fplugins\u002Fhugging-face\u002Fskills\u002Fcli","---\nname: hf-cli\ndescription: \"Hugging Face Hub CLI (`hf`) for downloading, uploading, and managing repositories, models, datasets, and Spaces on the Hugging Face Hub. Replaces now deprecated `huggingface-cli` command.\"\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\n## Commands\n\n- `hf download REPO_ID` — Download files from the Hub. `[--type CHOICE --revision TEXT --include TEXT --exclude TEXT --cache-dir TEXT --local-dir TEXT --force-download --dry-run --quiet --max-workers INTEGER]`\n- `hf env` — Print information about the environment.\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 --quiet]`\n- `hf upload REPO_ID` — Upload a file or a folder to the Hub. Recommended for single-commit uploads. `[--type CHOICE --revision TEXT --private --include TEXT --exclude TEXT --delete TEXT --commit-message TEXT --commit-description TEXT --create-pr --every FLOAT --quiet]`\n- `hf upload-large-folder REPO_ID LOCAL_PATH` — Upload a large folder to the Hub. Recommended for resumable uploads. `[--type CHOICE --revision TEXT --private --include TEXT --exclude TEXT --num-workers INTEGER --no-report --no-bars]`\n- `hf version` — Print information about the hf version.\n\n### `hf auth` — Manage authentication (login, logout, etc.).\n\n- `hf auth list` — List all stored access tokens.\n- `hf auth login` — Login using a token from huggingface.co\u002Fsettings\u002Ftokens. `[--add-to-git-credential --force]`\n- `hf auth logout` — Logout from a specific token. `[--token-name TEXT]`\n- `hf auth switch` — Switch between access tokens. `[--token-name TEXT --add-to-git-credential]`\n- `hf auth whoami` — Find out which huggingface.co account you are logged in as. `[--format CHOICE]`\n\n### `hf buckets` — Commands to interact with buckets.\n\n- `hf buckets cp SRC` — Copy a single file to or from a bucket. `[--quiet]`\n- `hf buckets create BUCKET_ID` — Create a new bucket. `[--private --exist-ok --quiet]`\n- `hf buckets delete BUCKET_ID` — Delete a bucket. `[--yes --missing-ok --quiet]`\n- `hf buckets info BUCKET_ID` — Get info about a bucket. `[--quiet]`\n- `hf buckets list` — List buckets or files in a bucket. `[--human-readable --tree --recursive --format CHOICE --quiet]`\n- `hf buckets move FROM_ID TO_ID` — Move (rename) a bucket to a new name or namespace.\n- `hf buckets remove ARGUMENT` — Remove files from a bucket. `[--recursive --yes --dry-run --include TEXT --exclude TEXT --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 --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 --format CHOICE --quiet --sort CHOICE --limit INTEGER]`\n- `hf cache prune` — Remove detached revisions from the cache. `[--cache-dir TEXT --yes --dry-run]`\n- `hf cache rm TARGETS` — Remove cached repositories or revisions. `[--cache-dir TEXT --yes --dry-run]`\n- `hf cache verify REPO_ID` — Verify checksums for a single repo revision from cache or a local directory. `[--type CHOICE --revision TEXT --cache-dir TEXT --local-dir TEXT --fail-on-missing-files --fail-on-extra-files]`\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]`\n- `hf collections create TITLE` — Create a new collection on the Hub. `[--namespace TEXT --description TEXT --private --exists-ok]`\n- `hf collections delete COLLECTION_SLUG` — Delete a collection from the Hub. `[--missing-ok]`\n- `hf collections delete-item COLLECTION_SLUG ITEM_OBJECT_ID` — Delete an item from a collection. `[--missing-ok]`\n- `hf collections info COLLECTION_SLUG` — Get info about a collection on the Hub. Output is in JSON format.\n- `hf collections list` — List collections on the Hub. `[--owner TEXT --item TEXT --sort CHOICE --limit INTEGER --format CHOICE --quiet]`\n- `hf collections update COLLECTION_SLUG` — Update a collection's metadata on the Hub. `[--title TEXT --description TEXT --position INTEGER --private --theme TEXT]`\n- `hf collections update-item COLLECTION_SLUG ITEM_OBJECT_ID` — Update an item in a collection. `[--note TEXT --position INTEGER]`\n\n### `hf datasets` — Interact with datasets on the Hub.\n\n- `hf datasets info DATASET_ID` — Get info about a dataset on the Hub. Output is in JSON format. `[--revision TEXT --expand TEXT]`\n- `hf datasets list` — List datasets on the Hub. `[--search TEXT --author TEXT --filter TEXT --sort CHOICE --limit INTEGER --expand TEXT --format CHOICE --quiet]`\n- `hf datasets parquet DATASET_ID` — List parquet file URLs available for a dataset. `[--subset TEXT --split TEXT --format CHOICE --quiet]`\n- `hf datasets sql SQL` — Execute a raw SQL query with DuckDB against dataset parquet URLs. `[--format CHOICE]`\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 CHOICE]`\n- `hf discussions comment REPO_ID NUM` — Comment on a discussion or pull request. `[--body TEXT --body-file PATH --type CHOICE]`\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 CHOICE]`\n- `hf discussions diff REPO_ID NUM` — Show the diff of a pull request. `[--type CHOICE]`\n- `hf discussions info REPO_ID NUM` — Get info about a discussion or pull request. `[--comments --diff --no-color --type CHOICE --format CHOICE]`\n- `hf discussions list REPO_ID` — List discussions and pull requests on a repo. `[--status CHOICE --kind CHOICE --author TEXT --limit INTEGER --type CHOICE --format CHOICE --quiet]`\n- `hf discussions merge REPO_ID NUM` — Merge a pull request. `[--comment TEXT --yes --type CHOICE]`\n- `hf discussions rename REPO_ID NUM NEW_TITLE` — Rename a discussion or pull request. `[--type CHOICE]`\n- `hf discussions reopen REPO_ID NUM` — Reopen a closed discussion or pull request. `[--comment TEXT --yes --type CHOICE]`\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]`\n- `hf endpoints catalog list` — List available Catalog models.\n- `hf endpoints delete NAME` — Delete an Inference Endpoint permanently. `[--namespace TEXT --yes]`\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 CHOICE --scaling-threshold FLOAT]`\n- `hf endpoints describe NAME` — Get information about an existing endpoint. `[--namespace TEXT]`\n- `hf endpoints list` — Lists all Inference Endpoints for the given namespace. `[--namespace TEXT --format CHOICE --quiet]`\n- `hf endpoints pause NAME` — Pause an Inference Endpoint. `[--namespace TEXT]`\n- `hf endpoints resume NAME` — Resume an Inference Endpoint. `[--namespace TEXT --fail-if-already-running]`\n- `hf endpoints scale-to-zero NAME` — Scale an Inference Endpoint to zero. `[--namespace TEXT]`\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 CHOICE --scaling-threshold FLOAT]`\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]`\n- `hf extensions list` — List installed extension commands. `[--format CHOICE --quiet]`\n- `hf extensions remove NAME` — Remove an installed extension.\n- `hf extensions search` — Search extensions available on GitHub (tagged with 'hf-extension' topic). `[--format CHOICE --quiet]`\n\n### `hf jobs` — Run and manage Jobs on the Hub.\n\n- `hf jobs cancel JOB_ID` — Cancel a Job `[--namespace TEXT]`\n- `hf jobs hardware` — List available hardware options for Jobs\n- `hf jobs inspect JOB_IDS` — Display detailed information on one or more Jobs `[--namespace TEXT]`\n- `hf jobs logs JOB_ID` — Fetch the logs of a Job. `[--follow --tail INTEGER --namespace TEXT]`\n- `hf jobs ps` — List Jobs. `[--all --namespace TEXT --filter TEXT --format TEXT --quiet]`\n- `hf jobs run IMAGE COMMAND` — Run a Job. `[--env TEXT --secrets TEXT --label TEXT --env-file TEXT --secrets-file TEXT --flavor CHOICE --timeout TEXT --detach --namespace TEXT]`\n- `hf jobs scheduled delete SCHEDULED_JOB_ID` — Delete a scheduled Job. `[--namespace TEXT]`\n- `hf jobs scheduled inspect SCHEDULED_JOB_IDS` — Display detailed information on one or more scheduled Jobs `[--namespace TEXT]`\n- `hf jobs scheduled ps` — List scheduled Jobs `[--all --namespace TEXT --filter TEXT --format TEXT --quiet]`\n- `hf jobs scheduled resume SCHEDULED_JOB_ID` — Resume (unpause) a scheduled Job. `[--namespace TEXT]`\n- `hf jobs scheduled run SCHEDULE IMAGE COMMAND` — Schedule a Job. `[--suspend --concurrency --env TEXT --secrets TEXT --label TEXT --env-file TEXT --secrets-file TEXT --flavor CHOICE --timeout TEXT --namespace TEXT]`\n- `hf jobs scheduled suspend SCHEDULED_JOB_ID` — Suspend (pause) a scheduled Job. `[--namespace TEXT]`\n- `hf jobs scheduled uv run SCHEDULE SCRIPT` — Run a UV script (local file or URL) on HF infrastructure `[--suspend --concurrency --image TEXT --flavor CHOICE --env TEXT --secrets TEXT --label TEXT --env-file TEXT --secrets-file TEXT --timeout TEXT --namespace TEXT --with TEXT --python TEXT]`\n- `hf jobs stats` — Fetch the resource usage statistics and metrics of Jobs `[--namespace TEXT]`\n- `hf jobs uv run SCRIPT` — Run a UV script (local file or URL) on HF infrastructure `[--image TEXT --flavor CHOICE --env TEXT --secrets TEXT --label TEXT --env-file TEXT --secrets-file TEXT --timeout TEXT --detach --namespace TEXT --with TEXT --python TEXT]`\n\n### `hf models` — Interact with models on the Hub.\n\n- `hf models info MODEL_ID` — Get info about a model on the Hub. Output is in JSON format. `[--revision TEXT --expand TEXT]`\n- `hf models list` — List models on the Hub. `[--search TEXT --author TEXT --filter TEXT --num-parameters TEXT --sort CHOICE --limit INTEGER --expand TEXT --format CHOICE --quiet]`\n\n### `hf papers` — Interact with papers on the Hub.\n\n- `hf papers list` — List daily papers on the Hub. `[--date TEXT --sort CHOICE --limit INTEGER --format CHOICE --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 CHOICE --exist-ok]`\n- `hf repos branch delete REPO_ID BRANCH` — Delete a branch from a repo on the Hub. `[--type CHOICE]`\n- `hf repos create REPO_ID` — Create a new repo on the Hub. `[--type CHOICE --space-sdk TEXT --private --exist-ok --resource-group-id TEXT]`\n- `hf repos delete REPO_ID` — Delete a repo from the Hub. This is an irreversible operation. `[--type CHOICE --missing-ok]`\n- `hf repos delete-files REPO_ID PATTERNS` — Delete files from a repo on the Hub. `[--type CHOICE --revision TEXT --commit-message TEXT --commit-description TEXT --create-pr]`\n- `hf repos duplicate FROM_ID` — Duplicate a repo on the Hub (model, dataset, or Space). `[--type CHOICE --private --exist-ok]`\n- `hf repos move FROM_ID TO_ID` — Move a repository from a namespace to another namespace. `[--type CHOICE]`\n- `hf repos settings REPO_ID` — Update the settings of a repository. `[--gated CHOICE --private --type CHOICE]`\n- `hf repos tag create REPO_ID TAG` — Create a tag for a repo. `[--message TEXT --revision TEXT --type CHOICE]`\n- `hf repos tag delete REPO_ID TAG` — Delete a tag for a repo. `[--yes --type CHOICE]`\n- `hf repos tag list REPO_ID` — List tags for a repo. `[--type CHOICE]`\n\n### `hf skills` — Manage skills for AI assistants.\n\n- `hf skills add` — Download a skill and install it for an AI assistant. `[--claude --codex --cursor --opencode --global --dest PATH --force]`\n- `hf skills preview` — Print the generated SKILL.md to stdout.\n\n### `hf spaces` — Interact with spaces on the Hub.\n\n- `hf spaces dev-mode SPACE_ID` — Enable or disable dev mode on a Space. `[--stop]`\n- `hf spaces hot-reload SPACE_ID` — Hot-reload any Python file of a Space without a full rebuild + restart. `[--local-file TEXT --skip-checks --skip-summary]`\n- `hf spaces info SPACE_ID` — Get info about a space on the Hub. Output is in JSON format. `[--revision TEXT --expand TEXT]`\n- `hf spaces list` — List spaces on the Hub. `[--search TEXT --author TEXT --filter TEXT --sort CHOICE --limit INTEGER --expand TEXT --format CHOICE --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 CHOICE --secret TEXT]`\n- `hf webhooks delete WEBHOOK_ID` — Delete a webhook permanently. `[--yes]`\n- `hf webhooks disable WEBHOOK_ID` — Disable an active webhook.\n- `hf webhooks enable WEBHOOK_ID` — Enable a disabled webhook.\n- `hf webhooks info WEBHOOK_ID` — Show full details for a single webhook as JSON.\n- `hf webhooks list` — List all webhooks for the current user. `[--format CHOICE --quiet]`\n- `hf webhooks update WEBHOOK_ID` — Update an existing webhook. Only provided options are changed. `[--url TEXT --watch TEXT --domain CHOICE --secret TEXT]`\n\n## Common options\n\n- `--format` — Output format: `--format json` (or `--json`) or `--format table` (default).\n- `-q \u002F --quiet` — Minimal output.\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## 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",{"data":40,"body":41},{"name":4,"description":6},{"type":42,"children":43},"root",[44,61,89,117,124,219,231,312,324,454,466,536,548,680,692,762,774,927,939,1104,1116,1191,1203,1446,1458,1494,1506,1526,1538,1725,1737,1768,1780,1849,1861,1964,1970,2066,2072],{"type":45,"tag":46,"props":47,"children":48},"element","p",{},[49,52,59],{"type":50,"value":51},"text","Install: ",{"type":45,"tag":53,"props":54,"children":56},"code",{"className":55},[],[57],{"type":50,"value":58},"curl -LsSf https:\u002F\u002Fhf.co\u002Fcli\u002Finstall.sh | bash -s",{"type":50,"value":60},".",{"type":45,"tag":46,"props":62,"children":63},{},[64,66,72,74,79,81,87],{"type":50,"value":65},"The Hugging Face Hub CLI tool ",{"type":45,"tag":53,"props":67,"children":69},{"className":68},[],[70],{"type":50,"value":71},"hf",{"type":50,"value":73}," is available. IMPORTANT: The ",{"type":45,"tag":53,"props":75,"children":77},{"className":76},[],[78],{"type":50,"value":71},{"type":50,"value":80}," command replaces the deprecated ",{"type":45,"tag":53,"props":82,"children":84},{"className":83},[],[85],{"type":50,"value":86},"huggingface-cli",{"type":50,"value":88}," command.",{"type":45,"tag":46,"props":90,"children":91},{},[92,94,100,102,108,110,116],{"type":50,"value":93},"Use ",{"type":45,"tag":53,"props":95,"children":97},{"className":96},[],[98],{"type":50,"value":99},"hf --help",{"type":50,"value":101}," to view available functions. Note that auth commands are now all under ",{"type":45,"tag":53,"props":103,"children":105},{"className":104},[],[106],{"type":50,"value":107},"hf auth",{"type":50,"value":109}," e.g. ",{"type":45,"tag":53,"props":111,"children":113},{"className":112},[],[114],{"type":50,"value":115},"hf auth whoami",{"type":50,"value":60},{"type":45,"tag":118,"props":119,"children":121},"h2",{"id":120},"commands",[122],{"type":50,"value":123},"Commands",{"type":45,"tag":125,"props":126,"children":127},"ul",{},[128,146,157,174,191,208],{"type":45,"tag":129,"props":130,"children":131},"li",{},[132,138,140],{"type":45,"tag":53,"props":133,"children":135},{"className":134},[],[136],{"type":50,"value":137},"hf download REPO_ID",{"type":50,"value":139}," — Download files from the Hub. ",{"type":45,"tag":53,"props":141,"children":143},{"className":142},[],[144],{"type":50,"value":145},"[--type CHOICE --revision TEXT --include TEXT --exclude TEXT --cache-dir TEXT --local-dir TEXT --force-download --dry-run --quiet --max-workers INTEGER]",{"type":45,"tag":129,"props":147,"children":148},{},[149,155],{"type":45,"tag":53,"props":150,"children":152},{"className":151},[],[153],{"type":50,"value":154},"hf env",{"type":50,"value":156}," — Print information about the environment.",{"type":45,"tag":129,"props":158,"children":159},{},[160,166,168],{"type":45,"tag":53,"props":161,"children":163},{"className":162},[],[164],{"type":50,"value":165},"hf sync",{"type":50,"value":167}," — Sync files between local directory and a bucket. ",{"type":45,"tag":53,"props":169,"children":171},{"className":170},[],[172],{"type":50,"value":173},"[--delete --ignore-times --ignore-sizes --plan TEXT --apply TEXT --dry-run --include TEXT --exclude TEXT --filter-from TEXT --existing --ignore-existing --verbose --quiet]",{"type":45,"tag":129,"props":175,"children":176},{},[177,183,185],{"type":45,"tag":53,"props":178,"children":180},{"className":179},[],[181],{"type":50,"value":182},"hf upload REPO_ID",{"type":50,"value":184}," — Upload a file or a folder to the Hub. Recommended for single-commit uploads. ",{"type":45,"tag":53,"props":186,"children":188},{"className":187},[],[189],{"type":50,"value":190},"[--type CHOICE --revision TEXT --private --include TEXT --exclude TEXT --delete TEXT --commit-message TEXT --commit-description TEXT --create-pr --every FLOAT --quiet]",{"type":45,"tag":129,"props":192,"children":193},{},[194,200,202],{"type":45,"tag":53,"props":195,"children":197},{"className":196},[],[198],{"type":50,"value":199},"hf upload-large-folder REPO_ID LOCAL_PATH",{"type":50,"value":201}," — Upload a large folder to the Hub. Recommended for resumable uploads. ",{"type":45,"tag":53,"props":203,"children":205},{"className":204},[],[206],{"type":50,"value":207},"[--type CHOICE --revision TEXT --private --include TEXT --exclude TEXT --num-workers INTEGER --no-report --no-bars]",{"type":45,"tag":129,"props":209,"children":210},{},[211,217],{"type":45,"tag":53,"props":212,"children":214},{"className":213},[],[215],{"type":50,"value":216},"hf version",{"type":50,"value":218}," — Print information about the hf version.",{"type":45,"tag":220,"props":221,"children":223},"h3",{"id":222},"hf-auth-manage-authentication-login-logout-etc",[224,229],{"type":45,"tag":53,"props":225,"children":227},{"className":226},[],[228],{"type":50,"value":107},{"type":50,"value":230}," — Manage authentication (login, logout, etc.).",{"type":45,"tag":125,"props":232,"children":233},{},[234,245,262,279,296],{"type":45,"tag":129,"props":235,"children":236},{},[237,243],{"type":45,"tag":53,"props":238,"children":240},{"className":239},[],[241],{"type":50,"value":242},"hf auth list",{"type":50,"value":244}," — List all stored access tokens.",{"type":45,"tag":129,"props":246,"children":247},{},[248,254,256],{"type":45,"tag":53,"props":249,"children":251},{"className":250},[],[252],{"type":50,"value":253},"hf auth login",{"type":50,"value":255}," — Login using a token from huggingface.co\u002Fsettings\u002Ftokens. ",{"type":45,"tag":53,"props":257,"children":259},{"className":258},[],[260],{"type":50,"value":261},"[--add-to-git-credential --force]",{"type":45,"tag":129,"props":263,"children":264},{},[265,271,273],{"type":45,"tag":53,"props":266,"children":268},{"className":267},[],[269],{"type":50,"value":270},"hf auth logout",{"type":50,"value":272}," — Logout from a specific token. ",{"type":45,"tag":53,"props":274,"children":276},{"className":275},[],[277],{"type":50,"value":278},"[--token-name TEXT]",{"type":45,"tag":129,"props":280,"children":281},{},[282,288,290],{"type":45,"tag":53,"props":283,"children":285},{"className":284},[],[286],{"type":50,"value":287},"hf auth switch",{"type":50,"value":289}," — Switch between access tokens. ",{"type":45,"tag":53,"props":291,"children":293},{"className":292},[],[294],{"type":50,"value":295},"[--token-name TEXT --add-to-git-credential]",{"type":45,"tag":129,"props":297,"children":298},{},[299,304,306],{"type":45,"tag":53,"props":300,"children":302},{"className":301},[],[303],{"type":50,"value":115},{"type":50,"value":305}," — Find out which huggingface.co account you are logged in as. ",{"type":45,"tag":53,"props":307,"children":309},{"className":308},[],[310],{"type":50,"value":311},"[--format CHOICE]",{"type":45,"tag":220,"props":313,"children":315},{"id":314},"hf-buckets-commands-to-interact-with-buckets",[316,322],{"type":45,"tag":53,"props":317,"children":319},{"className":318},[],[320],{"type":50,"value":321},"hf buckets",{"type":50,"value":323}," — Commands to interact with buckets.",{"type":45,"tag":125,"props":325,"children":326},{},[327,344,361,378,394,411,422,439],{"type":45,"tag":129,"props":328,"children":329},{},[330,336,338],{"type":45,"tag":53,"props":331,"children":333},{"className":332},[],[334],{"type":50,"value":335},"hf buckets cp SRC",{"type":50,"value":337}," — Copy a single file to or from a bucket. ",{"type":45,"tag":53,"props":339,"children":341},{"className":340},[],[342],{"type":50,"value":343},"[--quiet]",{"type":45,"tag":129,"props":345,"children":346},{},[347,353,355],{"type":45,"tag":53,"props":348,"children":350},{"className":349},[],[351],{"type":50,"value":352},"hf buckets create BUCKET_ID",{"type":50,"value":354}," — Create a new bucket. ",{"type":45,"tag":53,"props":356,"children":358},{"className":357},[],[359],{"type":50,"value":360},"[--private --exist-ok --quiet]",{"type":45,"tag":129,"props":362,"children":363},{},[364,370,372],{"type":45,"tag":53,"props":365,"children":367},{"className":366},[],[368],{"type":50,"value":369},"hf buckets delete BUCKET_ID",{"type":50,"value":371}," — Delete a bucket. ",{"type":45,"tag":53,"props":373,"children":375},{"className":374},[],[376],{"type":50,"value":377},"[--yes --missing-ok --quiet]",{"type":45,"tag":129,"props":379,"children":380},{},[381,387,389],{"type":45,"tag":53,"props":382,"children":384},{"className":383},[],[385],{"type":50,"value":386},"hf buckets info BUCKET_ID",{"type":50,"value":388}," — Get info about a bucket. ",{"type":45,"tag":53,"props":390,"children":392},{"className":391},[],[393],{"type":50,"value":343},{"type":45,"tag":129,"props":395,"children":396},{},[397,403,405],{"type":45,"tag":53,"props":398,"children":400},{"className":399},[],[401],{"type":50,"value":402},"hf buckets list",{"type":50,"value":404}," — List buckets or files in a bucket. ",{"type":45,"tag":53,"props":406,"children":408},{"className":407},[],[409],{"type":50,"value":410},"[--human-readable --tree --recursive --format CHOICE --quiet]",{"type":45,"tag":129,"props":412,"children":413},{},[414,420],{"type":45,"tag":53,"props":415,"children":417},{"className":416},[],[418],{"type":50,"value":419},"hf buckets move FROM_ID TO_ID",{"type":50,"value":421}," — Move (rename) a bucket to a new name or namespace.",{"type":45,"tag":129,"props":423,"children":424},{},[425,431,433],{"type":45,"tag":53,"props":426,"children":428},{"className":427},[],[429],{"type":50,"value":430},"hf buckets remove ARGUMENT",{"type":50,"value":432}," — Remove files from a bucket. ",{"type":45,"tag":53,"props":434,"children":436},{"className":435},[],[437],{"type":50,"value":438},"[--recursive --yes --dry-run --include TEXT --exclude TEXT --quiet]",{"type":45,"tag":129,"props":440,"children":441},{},[442,448,449],{"type":45,"tag":53,"props":443,"children":445},{"className":444},[],[446],{"type":50,"value":447},"hf buckets sync",{"type":50,"value":167},{"type":45,"tag":53,"props":450,"children":452},{"className":451},[],[453],{"type":50,"value":173},{"type":45,"tag":220,"props":455,"children":457},{"id":456},"hf-cache-manage-local-cache-directory",[458,464],{"type":45,"tag":53,"props":459,"children":461},{"className":460},[],[462],{"type":50,"value":463},"hf cache",{"type":50,"value":465}," — Manage local cache directory.",{"type":45,"tag":125,"props":467,"children":468},{},[469,486,503,519],{"type":45,"tag":129,"props":470,"children":471},{},[472,478,480],{"type":45,"tag":53,"props":473,"children":475},{"className":474},[],[476],{"type":50,"value":477},"hf cache list",{"type":50,"value":479}," — List cached repositories or revisions. ",{"type":45,"tag":53,"props":481,"children":483},{"className":482},[],[484],{"type":50,"value":485},"[--cache-dir TEXT --revisions --filter TEXT --format CHOICE --quiet --sort CHOICE --limit INTEGER]",{"type":45,"tag":129,"props":487,"children":488},{},[489,495,497],{"type":45,"tag":53,"props":490,"children":492},{"className":491},[],[493],{"type":50,"value":494},"hf cache prune",{"type":50,"value":496}," — Remove detached revisions from the cache. ",{"type":45,"tag":53,"props":498,"children":500},{"className":499},[],[501],{"type":50,"value":502},"[--cache-dir TEXT --yes --dry-run]",{"type":45,"tag":129,"props":504,"children":505},{},[506,512,514],{"type":45,"tag":53,"props":507,"children":509},{"className":508},[],[510],{"type":50,"value":511},"hf cache rm TARGETS",{"type":50,"value":513}," — Remove cached repositories or revisions. ",{"type":45,"tag":53,"props":515,"children":517},{"className":516},[],[518],{"type":50,"value":502},{"type":45,"tag":129,"props":520,"children":521},{},[522,528,530],{"type":45,"tag":53,"props":523,"children":525},{"className":524},[],[526],{"type":50,"value":527},"hf cache verify REPO_ID",{"type":50,"value":529}," — Verify checksums for a single repo revision from cache or a local directory. ",{"type":45,"tag":53,"props":531,"children":533},{"className":532},[],[534],{"type":50,"value":535},"[--type CHOICE --revision TEXT --cache-dir TEXT --local-dir TEXT --fail-on-missing-files --fail-on-extra-files]",{"type":45,"tag":220,"props":537,"children":539},{"id":538},"hf-collections-interact-with-collections-on-the-hub",[540,546],{"type":45,"tag":53,"props":541,"children":543},{"className":542},[],[544],{"type":50,"value":545},"hf collections",{"type":50,"value":547}," — Interact with collections on the Hub.",{"type":45,"tag":125,"props":549,"children":550},{},[551,568,585,602,618,629,646,663],{"type":45,"tag":129,"props":552,"children":553},{},[554,560,562],{"type":45,"tag":53,"props":555,"children":557},{"className":556},[],[558],{"type":50,"value":559},"hf collections add-item COLLECTION_SLUG ITEM_ID ITEM_TYPE",{"type":50,"value":561}," — Add an item to a collection. ",{"type":45,"tag":53,"props":563,"children":565},{"className":564},[],[566],{"type":50,"value":567},"[--note TEXT --exists-ok]",{"type":45,"tag":129,"props":569,"children":570},{},[571,577,579],{"type":45,"tag":53,"props":572,"children":574},{"className":573},[],[575],{"type":50,"value":576},"hf collections create TITLE",{"type":50,"value":578}," — Create a new collection on the Hub. ",{"type":45,"tag":53,"props":580,"children":582},{"className":581},[],[583],{"type":50,"value":584},"[--namespace TEXT --description TEXT --private --exists-ok]",{"type":45,"tag":129,"props":586,"children":587},{},[588,594,596],{"type":45,"tag":53,"props":589,"children":591},{"className":590},[],[592],{"type":50,"value":593},"hf collections delete COLLECTION_SLUG",{"type":50,"value":595}," — Delete a collection from the Hub. ",{"type":45,"tag":53,"props":597,"children":599},{"className":598},[],[600],{"type":50,"value":601},"[--missing-ok]",{"type":45,"tag":129,"props":603,"children":604},{},[605,611,613],{"type":45,"tag":53,"props":606,"children":608},{"className":607},[],[609],{"type":50,"value":610},"hf collections delete-item COLLECTION_SLUG ITEM_OBJECT_ID",{"type":50,"value":612}," — Delete an item from a collection. ",{"type":45,"tag":53,"props":614,"children":616},{"className":615},[],[617],{"type":50,"value":601},{"type":45,"tag":129,"props":619,"children":620},{},[621,627],{"type":45,"tag":53,"props":622,"children":624},{"className":623},[],[625],{"type":50,"value":626},"hf collections info COLLECTION_SLUG",{"type":50,"value":628}," — Get info about a collection on the Hub. Output is in JSON format.",{"type":45,"tag":129,"props":630,"children":631},{},[632,638,640],{"type":45,"tag":53,"props":633,"children":635},{"className":634},[],[636],{"type":50,"value":637},"hf collections list",{"type":50,"value":639}," — List collections on the Hub. ",{"type":45,"tag":53,"props":641,"children":643},{"className":642},[],[644],{"type":50,"value":645},"[--owner TEXT --item TEXT --sort CHOICE --limit INTEGER --format CHOICE --quiet]",{"type":45,"tag":129,"props":647,"children":648},{},[649,655,657],{"type":45,"tag":53,"props":650,"children":652},{"className":651},[],[653],{"type":50,"value":654},"hf collections update COLLECTION_SLUG",{"type":50,"value":656}," — Update a collection's metadata on the Hub. ",{"type":45,"tag":53,"props":658,"children":660},{"className":659},[],[661],{"type":50,"value":662},"[--title TEXT --description TEXT --position INTEGER --private --theme TEXT]",{"type":45,"tag":129,"props":664,"children":665},{},[666,672,674],{"type":45,"tag":53,"props":667,"children":669},{"className":668},[],[670],{"type":50,"value":671},"hf collections update-item COLLECTION_SLUG ITEM_OBJECT_ID",{"type":50,"value":673}," — Update an item in a collection. ",{"type":45,"tag":53,"props":675,"children":677},{"className":676},[],[678],{"type":50,"value":679},"[--note TEXT --position INTEGER]",{"type":45,"tag":220,"props":681,"children":683},{"id":682},"hf-datasets-interact-with-datasets-on-the-hub",[684,690],{"type":45,"tag":53,"props":685,"children":687},{"className":686},[],[688],{"type":50,"value":689},"hf datasets",{"type":50,"value":691}," — Interact with datasets on the Hub.",{"type":45,"tag":125,"props":693,"children":694},{},[695,712,729,746],{"type":45,"tag":129,"props":696,"children":697},{},[698,704,706],{"type":45,"tag":53,"props":699,"children":701},{"className":700},[],[702],{"type":50,"value":703},"hf datasets info DATASET_ID",{"type":50,"value":705}," — Get info about a dataset on the Hub. Output is in JSON format. ",{"type":45,"tag":53,"props":707,"children":709},{"className":708},[],[710],{"type":50,"value":711},"[--revision TEXT --expand TEXT]",{"type":45,"tag":129,"props":713,"children":714},{},[715,721,723],{"type":45,"tag":53,"props":716,"children":718},{"className":717},[],[719],{"type":50,"value":720},"hf datasets list",{"type":50,"value":722}," — List datasets on the Hub. ",{"type":45,"tag":53,"props":724,"children":726},{"className":725},[],[727],{"type":50,"value":728},"[--search TEXT --author TEXT --filter TEXT --sort CHOICE --limit INTEGER --expand TEXT --format CHOICE --quiet]",{"type":45,"tag":129,"props":730,"children":731},{},[732,738,740],{"type":45,"tag":53,"props":733,"children":735},{"className":734},[],[736],{"type":50,"value":737},"hf datasets parquet DATASET_ID",{"type":50,"value":739}," — List parquet file URLs available for a dataset. ",{"type":45,"tag":53,"props":741,"children":743},{"className":742},[],[744],{"type":50,"value":745},"[--subset TEXT --split TEXT --format CHOICE --quiet]",{"type":45,"tag":129,"props":747,"children":748},{},[749,755,757],{"type":45,"tag":53,"props":750,"children":752},{"className":751},[],[753],{"type":50,"value":754},"hf datasets sql SQL",{"type":50,"value":756}," — Execute a raw SQL query with DuckDB against dataset parquet URLs. ",{"type":45,"tag":53,"props":758,"children":760},{"className":759},[],[761],{"type":50,"value":311},{"type":45,"tag":220,"props":763,"children":765},{"id":764},"hf-discussions-manage-discussions-and-pull-requests-on-the-hub",[766,772],{"type":45,"tag":53,"props":767,"children":769},{"className":768},[],[770],{"type":50,"value":771},"hf discussions",{"type":50,"value":773}," — Manage discussions and pull requests on the Hub.",{"type":45,"tag":125,"props":775,"children":776},{},[777,794,811,828,845,862,879,895,911],{"type":45,"tag":129,"props":778,"children":779},{},[780,786,788],{"type":45,"tag":53,"props":781,"children":783},{"className":782},[],[784],{"type":50,"value":785},"hf discussions close REPO_ID NUM",{"type":50,"value":787}," — Close a discussion or pull request. ",{"type":45,"tag":53,"props":789,"children":791},{"className":790},[],[792],{"type":50,"value":793},"[--comment TEXT --yes --type CHOICE]",{"type":45,"tag":129,"props":795,"children":796},{},[797,803,805],{"type":45,"tag":53,"props":798,"children":800},{"className":799},[],[801],{"type":50,"value":802},"hf discussions comment REPO_ID NUM",{"type":50,"value":804}," — Comment on a discussion or pull request. ",{"type":45,"tag":53,"props":806,"children":808},{"className":807},[],[809],{"type":50,"value":810},"[--body TEXT --body-file PATH --type CHOICE]",{"type":45,"tag":129,"props":812,"children":813},{},[814,820,822],{"type":45,"tag":53,"props":815,"children":817},{"className":816},[],[818],{"type":50,"value":819},"hf discussions create REPO_ID --title TEXT",{"type":50,"value":821}," — Create a new discussion or pull request on a repo. ",{"type":45,"tag":53,"props":823,"children":825},{"className":824},[],[826],{"type":50,"value":827},"[--body TEXT --body-file PATH --pull-request --type CHOICE]",{"type":45,"tag":129,"props":829,"children":830},{},[831,837,839],{"type":45,"tag":53,"props":832,"children":834},{"className":833},[],[835],{"type":50,"value":836},"hf discussions diff REPO_ID NUM",{"type":50,"value":838}," — Show the diff of a pull request. ",{"type":45,"tag":53,"props":840,"children":842},{"className":841},[],[843],{"type":50,"value":844},"[--type CHOICE]",{"type":45,"tag":129,"props":846,"children":847},{},[848,854,856],{"type":45,"tag":53,"props":849,"children":851},{"className":850},[],[852],{"type":50,"value":853},"hf discussions info REPO_ID NUM",{"type":50,"value":855}," — Get info about a discussion or pull request. ",{"type":45,"tag":53,"props":857,"children":859},{"className":858},[],[860],{"type":50,"value":861},"[--comments --diff --no-color --type CHOICE --format CHOICE]",{"type":45,"tag":129,"props":863,"children":864},{},[865,871,873],{"type":45,"tag":53,"props":866,"children":868},{"className":867},[],[869],{"type":50,"value":870},"hf discussions list REPO_ID",{"type":50,"value":872}," — List discussions and pull requests on a repo. ",{"type":45,"tag":53,"props":874,"children":876},{"className":875},[],[877],{"type":50,"value":878},"[--status CHOICE --kind CHOICE --author TEXT --limit INTEGER --type CHOICE --format CHOICE --quiet]",{"type":45,"tag":129,"props":880,"children":881},{},[882,888,890],{"type":45,"tag":53,"props":883,"children":885},{"className":884},[],[886],{"type":50,"value":887},"hf discussions merge REPO_ID NUM",{"type":50,"value":889}," — Merge a pull request. ",{"type":45,"tag":53,"props":891,"children":893},{"className":892},[],[894],{"type":50,"value":793},{"type":45,"tag":129,"props":896,"children":897},{},[898,904,906],{"type":45,"tag":53,"props":899,"children":901},{"className":900},[],[902],{"type":50,"value":903},"hf discussions rename REPO_ID NUM NEW_TITLE",{"type":50,"value":905}," — Rename a discussion or pull request. ",{"type":45,"tag":53,"props":907,"children":909},{"className":908},[],[910],{"type":50,"value":844},{"type":45,"tag":129,"props":912,"children":913},{},[914,920,922],{"type":45,"tag":53,"props":915,"children":917},{"className":916},[],[918],{"type":50,"value":919},"hf discussions reopen REPO_ID NUM",{"type":50,"value":921}," — Reopen a closed discussion or pull request. ",{"type":45,"tag":53,"props":923,"children":925},{"className":924},[],[926],{"type":50,"value":793},{"type":45,"tag":220,"props":928,"children":930},{"id":929},"hf-endpoints-manage-hugging-face-inference-endpoints",[931,937],{"type":45,"tag":53,"props":932,"children":934},{"className":933},[],[935],{"type":50,"value":936},"hf endpoints",{"type":50,"value":938}," — Manage Hugging Face Inference Endpoints.",{"type":45,"tag":125,"props":940,"children":941},{},[942,959,970,987,1004,1021,1038,1054,1071,1087],{"type":45,"tag":129,"props":943,"children":944},{},[945,951,953],{"type":45,"tag":53,"props":946,"children":948},{"className":947},[],[949],{"type":50,"value":950},"hf endpoints catalog deploy --repo TEXT",{"type":50,"value":952}," — Deploy an Inference Endpoint from the Model Catalog. ",{"type":45,"tag":53,"props":954,"children":956},{"className":955},[],[957],{"type":50,"value":958},"[--name TEXT --accelerator TEXT --namespace TEXT]",{"type":45,"tag":129,"props":960,"children":961},{},[962,968],{"type":45,"tag":53,"props":963,"children":965},{"className":964},[],[966],{"type":50,"value":967},"hf endpoints catalog list",{"type":50,"value":969}," — List available Catalog models.",{"type":45,"tag":129,"props":971,"children":972},{},[973,979,981],{"type":45,"tag":53,"props":974,"children":976},{"className":975},[],[977],{"type":50,"value":978},"hf endpoints delete NAME",{"type":50,"value":980}," — Delete an Inference Endpoint permanently. ",{"type":45,"tag":53,"props":982,"children":984},{"className":983},[],[985],{"type":50,"value":986},"[--namespace TEXT --yes]",{"type":45,"tag":129,"props":988,"children":989},{},[990,996,998],{"type":45,"tag":53,"props":991,"children":993},{"className":992},[],[994],{"type":50,"value":995},"hf endpoints deploy NAME --repo TEXT --framework TEXT --accelerator TEXT --instance-size TEXT --instance-type TEXT --region TEXT --vendor TEXT",{"type":50,"value":997}," — Deploy an Inference Endpoint from a Hub repository. ",{"type":45,"tag":53,"props":999,"children":1001},{"className":1000},[],[1002],{"type":50,"value":1003},"[--namespace TEXT --task TEXT --min-replica INTEGER --max-replica INTEGER --scale-to-zero-timeout INTEGER --scaling-metric CHOICE --scaling-threshold FLOAT]",{"type":45,"tag":129,"props":1005,"children":1006},{},[1007,1013,1015],{"type":45,"tag":53,"props":1008,"children":1010},{"className":1009},[],[1011],{"type":50,"value":1012},"hf endpoints describe NAME",{"type":50,"value":1014}," — Get information about an existing endpoint. ",{"type":45,"tag":53,"props":1016,"children":1018},{"className":1017},[],[1019],{"type":50,"value":1020},"[--namespace TEXT]",{"type":45,"tag":129,"props":1022,"children":1023},{},[1024,1030,1032],{"type":45,"tag":53,"props":1025,"children":1027},{"className":1026},[],[1028],{"type":50,"value":1029},"hf endpoints list",{"type":50,"value":1031}," — Lists all Inference Endpoints for the given namespace. ",{"type":45,"tag":53,"props":1033,"children":1035},{"className":1034},[],[1036],{"type":50,"value":1037},"[--namespace TEXT --format CHOICE --quiet]",{"type":45,"tag":129,"props":1039,"children":1040},{},[1041,1047,1049],{"type":45,"tag":53,"props":1042,"children":1044},{"className":1043},[],[1045],{"type":50,"value":1046},"hf endpoints pause NAME",{"type":50,"value":1048}," — Pause an Inference Endpoint. ",{"type":45,"tag":53,"props":1050,"children":1052},{"className":1051},[],[1053],{"type":50,"value":1020},{"type":45,"tag":129,"props":1055,"children":1056},{},[1057,1063,1065],{"type":45,"tag":53,"props":1058,"children":1060},{"className":1059},[],[1061],{"type":50,"value":1062},"hf endpoints resume NAME",{"type":50,"value":1064}," — Resume an Inference Endpoint. ",{"type":45,"tag":53,"props":1066,"children":1068},{"className":1067},[],[1069],{"type":50,"value":1070},"[--namespace TEXT --fail-if-already-running]",{"type":45,"tag":129,"props":1072,"children":1073},{},[1074,1080,1082],{"type":45,"tag":53,"props":1075,"children":1077},{"className":1076},[],[1078],{"type":50,"value":1079},"hf endpoints scale-to-zero NAME",{"type":50,"value":1081}," — Scale an Inference Endpoint to zero. ",{"type":45,"tag":53,"props":1083,"children":1085},{"className":1084},[],[1086],{"type":50,"value":1020},{"type":45,"tag":129,"props":1088,"children":1089},{},[1090,1096,1098],{"type":45,"tag":53,"props":1091,"children":1093},{"className":1092},[],[1094],{"type":50,"value":1095},"hf endpoints update NAME",{"type":50,"value":1097}," — Update an existing endpoint. ",{"type":45,"tag":53,"props":1099,"children":1101},{"className":1100},[],[1102],{"type":50,"value":1103},"[--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 CHOICE --scaling-threshold FLOAT]",{"type":45,"tag":220,"props":1105,"children":1107},{"id":1106},"hf-extensions-manage-hf-cli-extensions",[1108,1114],{"type":45,"tag":53,"props":1109,"children":1111},{"className":1110},[],[1112],{"type":50,"value":1113},"hf extensions",{"type":50,"value":1115}," — Manage hf CLI extensions.",{"type":45,"tag":125,"props":1117,"children":1118},{},[1119,1130,1147,1164,1175],{"type":45,"tag":129,"props":1120,"children":1121},{},[1122,1128],{"type":45,"tag":53,"props":1123,"children":1125},{"className":1124},[],[1126],{"type":50,"value":1127},"hf extensions exec NAME",{"type":50,"value":1129}," — Execute an installed extension.",{"type":45,"tag":129,"props":1131,"children":1132},{},[1133,1139,1141],{"type":45,"tag":53,"props":1134,"children":1136},{"className":1135},[],[1137],{"type":50,"value":1138},"hf extensions install REPO_ID",{"type":50,"value":1140}," — Install an extension from a public GitHub repository. ",{"type":45,"tag":53,"props":1142,"children":1144},{"className":1143},[],[1145],{"type":50,"value":1146},"[--force]",{"type":45,"tag":129,"props":1148,"children":1149},{},[1150,1156,1158],{"type":45,"tag":53,"props":1151,"children":1153},{"className":1152},[],[1154],{"type":50,"value":1155},"hf extensions list",{"type":50,"value":1157}," — List installed extension commands. ",{"type":45,"tag":53,"props":1159,"children":1161},{"className":1160},[],[1162],{"type":50,"value":1163},"[--format CHOICE --quiet]",{"type":45,"tag":129,"props":1165,"children":1166},{},[1167,1173],{"type":45,"tag":53,"props":1168,"children":1170},{"className":1169},[],[1171],{"type":50,"value":1172},"hf extensions remove NAME",{"type":50,"value":1174}," — Remove an installed extension.",{"type":45,"tag":129,"props":1176,"children":1177},{},[1178,1184,1186],{"type":45,"tag":53,"props":1179,"children":1181},{"className":1180},[],[1182],{"type":50,"value":1183},"hf extensions search",{"type":50,"value":1185}," — Search extensions available on GitHub (tagged with 'hf-extension' topic). ",{"type":45,"tag":53,"props":1187,"children":1189},{"className":1188},[],[1190],{"type":50,"value":1163},{"type":45,"tag":220,"props":1192,"children":1194},{"id":1193},"hf-jobs-run-and-manage-jobs-on-the-hub",[1195,1201],{"type":45,"tag":53,"props":1196,"children":1198},{"className":1197},[],[1199],{"type":50,"value":1200},"hf jobs",{"type":50,"value":1202}," — Run and manage Jobs on the Hub.",{"type":45,"tag":125,"props":1204,"children":1205},{},[1206,1222,1233,1249,1266,1283,1300,1316,1332,1348,1364,1381,1397,1414,1430],{"type":45,"tag":129,"props":1207,"children":1208},{},[1209,1215,1217],{"type":45,"tag":53,"props":1210,"children":1212},{"className":1211},[],[1213],{"type":50,"value":1214},"hf jobs cancel JOB_ID",{"type":50,"value":1216}," — Cancel a Job ",{"type":45,"tag":53,"props":1218,"children":1220},{"className":1219},[],[1221],{"type":50,"value":1020},{"type":45,"tag":129,"props":1223,"children":1224},{},[1225,1231],{"type":45,"tag":53,"props":1226,"children":1228},{"className":1227},[],[1229],{"type":50,"value":1230},"hf jobs hardware",{"type":50,"value":1232}," — List available hardware options for Jobs",{"type":45,"tag":129,"props":1234,"children":1235},{},[1236,1242,1244],{"type":45,"tag":53,"props":1237,"children":1239},{"className":1238},[],[1240],{"type":50,"value":1241},"hf jobs inspect JOB_IDS",{"type":50,"value":1243}," — Display detailed information on one or more Jobs ",{"type":45,"tag":53,"props":1245,"children":1247},{"className":1246},[],[1248],{"type":50,"value":1020},{"type":45,"tag":129,"props":1250,"children":1251},{},[1252,1258,1260],{"type":45,"tag":53,"props":1253,"children":1255},{"className":1254},[],[1256],{"type":50,"value":1257},"hf jobs logs JOB_ID",{"type":50,"value":1259}," — Fetch the logs of a Job. ",{"type":45,"tag":53,"props":1261,"children":1263},{"className":1262},[],[1264],{"type":50,"value":1265},"[--follow --tail INTEGER --namespace TEXT]",{"type":45,"tag":129,"props":1267,"children":1268},{},[1269,1275,1277],{"type":45,"tag":53,"props":1270,"children":1272},{"className":1271},[],[1273],{"type":50,"value":1274},"hf jobs ps",{"type":50,"value":1276}," — List Jobs. ",{"type":45,"tag":53,"props":1278,"children":1280},{"className":1279},[],[1281],{"type":50,"value":1282},"[--all --namespace TEXT --filter TEXT --format TEXT --quiet]",{"type":45,"tag":129,"props":1284,"children":1285},{},[1286,1292,1294],{"type":45,"tag":53,"props":1287,"children":1289},{"className":1288},[],[1290],{"type":50,"value":1291},"hf jobs run IMAGE COMMAND",{"type":50,"value":1293}," — Run a Job. ",{"type":45,"tag":53,"props":1295,"children":1297},{"className":1296},[],[1298],{"type":50,"value":1299},"[--env TEXT --secrets TEXT --label TEXT --env-file TEXT --secrets-file TEXT --flavor CHOICE --timeout TEXT --detach --namespace TEXT]",{"type":45,"tag":129,"props":1301,"children":1302},{},[1303,1309,1311],{"type":45,"tag":53,"props":1304,"children":1306},{"className":1305},[],[1307],{"type":50,"value":1308},"hf jobs scheduled delete SCHEDULED_JOB_ID",{"type":50,"value":1310}," — Delete a scheduled Job. ",{"type":45,"tag":53,"props":1312,"children":1314},{"className":1313},[],[1315],{"type":50,"value":1020},{"type":45,"tag":129,"props":1317,"children":1318},{},[1319,1325,1327],{"type":45,"tag":53,"props":1320,"children":1322},{"className":1321},[],[1323],{"type":50,"value":1324},"hf jobs scheduled inspect SCHEDULED_JOB_IDS",{"type":50,"value":1326}," — Display detailed information on one or more scheduled Jobs ",{"type":45,"tag":53,"props":1328,"children":1330},{"className":1329},[],[1331],{"type":50,"value":1020},{"type":45,"tag":129,"props":1333,"children":1334},{},[1335,1341,1343],{"type":45,"tag":53,"props":1336,"children":1338},{"className":1337},[],[1339],{"type":50,"value":1340},"hf jobs scheduled ps",{"type":50,"value":1342}," — List scheduled Jobs ",{"type":45,"tag":53,"props":1344,"children":1346},{"className":1345},[],[1347],{"type":50,"value":1282},{"type":45,"tag":129,"props":1349,"children":1350},{},[1351,1357,1359],{"type":45,"tag":53,"props":1352,"children":1354},{"className":1353},[],[1355],{"type":50,"value":1356},"hf jobs scheduled resume SCHEDULED_JOB_ID",{"type":50,"value":1358}," — Resume (unpause) a scheduled Job. ",{"type":45,"tag":53,"props":1360,"children":1362},{"className":1361},[],[1363],{"type":50,"value":1020},{"type":45,"tag":129,"props":1365,"children":1366},{},[1367,1373,1375],{"type":45,"tag":53,"props":1368,"children":1370},{"className":1369},[],[1371],{"type":50,"value":1372},"hf jobs scheduled run SCHEDULE IMAGE COMMAND",{"type":50,"value":1374}," — Schedule a Job. ",{"type":45,"tag":53,"props":1376,"children":1378},{"className":1377},[],[1379],{"type":50,"value":1380},"[--suspend --concurrency --env TEXT --secrets TEXT --label TEXT --env-file TEXT --secrets-file TEXT --flavor CHOICE --timeout TEXT --namespace TEXT]",{"type":45,"tag":129,"props":1382,"children":1383},{},[1384,1390,1392],{"type":45,"tag":53,"props":1385,"children":1387},{"className":1386},[],[1388],{"type":50,"value":1389},"hf jobs scheduled suspend SCHEDULED_JOB_ID",{"type":50,"value":1391}," — Suspend (pause) a scheduled Job. ",{"type":45,"tag":53,"props":1393,"children":1395},{"className":1394},[],[1396],{"type":50,"value":1020},{"type":45,"tag":129,"props":1398,"children":1399},{},[1400,1406,1408],{"type":45,"tag":53,"props":1401,"children":1403},{"className":1402},[],[1404],{"type":50,"value":1405},"hf jobs scheduled uv run SCHEDULE SCRIPT",{"type":50,"value":1407}," — Run a UV script (local file or URL) on HF infrastructure ",{"type":45,"tag":53,"props":1409,"children":1411},{"className":1410},[],[1412],{"type":50,"value":1413},"[--suspend --concurrency --image TEXT --flavor CHOICE --env TEXT --secrets TEXT --label TEXT --env-file TEXT --secrets-file TEXT --timeout TEXT --namespace TEXT --with TEXT --python TEXT]",{"type":45,"tag":129,"props":1415,"children":1416},{},[1417,1423,1425],{"type":45,"tag":53,"props":1418,"children":1420},{"className":1419},[],[1421],{"type":50,"value":1422},"hf jobs stats",{"type":50,"value":1424}," — Fetch the resource usage statistics and metrics of Jobs ",{"type":45,"tag":53,"props":1426,"children":1428},{"className":1427},[],[1429],{"type":50,"value":1020},{"type":45,"tag":129,"props":1431,"children":1432},{},[1433,1439,1440],{"type":45,"tag":53,"props":1434,"children":1436},{"className":1435},[],[1437],{"type":50,"value":1438},"hf jobs uv run SCRIPT",{"type":50,"value":1407},{"type":45,"tag":53,"props":1441,"children":1443},{"className":1442},[],[1444],{"type":50,"value":1445},"[--image TEXT --flavor CHOICE --env TEXT --secrets TEXT --label TEXT --env-file TEXT --secrets-file TEXT --timeout TEXT --detach --namespace TEXT --with TEXT --python TEXT]",{"type":45,"tag":220,"props":1447,"children":1449},{"id":1448},"hf-models-interact-with-models-on-the-hub",[1450,1456],{"type":45,"tag":53,"props":1451,"children":1453},{"className":1452},[],[1454],{"type":50,"value":1455},"hf models",{"type":50,"value":1457}," — Interact with models on the Hub.",{"type":45,"tag":125,"props":1459,"children":1460},{},[1461,1477],{"type":45,"tag":129,"props":1462,"children":1463},{},[1464,1470,1472],{"type":45,"tag":53,"props":1465,"children":1467},{"className":1466},[],[1468],{"type":50,"value":1469},"hf models info MODEL_ID",{"type":50,"value":1471}," — Get info about a model on the Hub. Output is in JSON format. ",{"type":45,"tag":53,"props":1473,"children":1475},{"className":1474},[],[1476],{"type":50,"value":711},{"type":45,"tag":129,"props":1478,"children":1479},{},[1480,1486,1488],{"type":45,"tag":53,"props":1481,"children":1483},{"className":1482},[],[1484],{"type":50,"value":1485},"hf models list",{"type":50,"value":1487}," — List models on the Hub. ",{"type":45,"tag":53,"props":1489,"children":1491},{"className":1490},[],[1492],{"type":50,"value":1493},"[--search TEXT --author TEXT --filter TEXT --num-parameters TEXT --sort CHOICE --limit INTEGER --expand TEXT --format CHOICE --quiet]",{"type":45,"tag":220,"props":1495,"children":1497},{"id":1496},"hf-papers-interact-with-papers-on-the-hub",[1498,1504],{"type":45,"tag":53,"props":1499,"children":1501},{"className":1500},[],[1502],{"type":50,"value":1503},"hf papers",{"type":50,"value":1505}," — Interact with papers on the Hub.",{"type":45,"tag":125,"props":1507,"children":1508},{},[1509],{"type":45,"tag":129,"props":1510,"children":1511},{},[1512,1518,1520],{"type":45,"tag":53,"props":1513,"children":1515},{"className":1514},[],[1516],{"type":50,"value":1517},"hf papers list",{"type":50,"value":1519}," — List daily papers on the Hub. ",{"type":45,"tag":53,"props":1521,"children":1523},{"className":1522},[],[1524],{"type":50,"value":1525},"[--date TEXT --sort CHOICE --limit INTEGER --format CHOICE --quiet]",{"type":45,"tag":220,"props":1527,"children":1529},{"id":1528},"hf-repos-manage-repos-on-the-hub",[1530,1536],{"type":45,"tag":53,"props":1531,"children":1533},{"className":1532},[],[1534],{"type":50,"value":1535},"hf repos",{"type":50,"value":1537}," — Manage repos on the Hub.",{"type":45,"tag":125,"props":1539,"children":1540},{},[1541,1558,1574,1591,1608,1625,1642,1658,1675,1692,1709],{"type":45,"tag":129,"props":1542,"children":1543},{},[1544,1550,1552],{"type":45,"tag":53,"props":1545,"children":1547},{"className":1546},[],[1548],{"type":50,"value":1549},"hf repos branch create REPO_ID BRANCH",{"type":50,"value":1551}," — Create a new branch for a repo on the Hub. ",{"type":45,"tag":53,"props":1553,"children":1555},{"className":1554},[],[1556],{"type":50,"value":1557},"[--revision TEXT --type CHOICE --exist-ok]",{"type":45,"tag":129,"props":1559,"children":1560},{},[1561,1567,1569],{"type":45,"tag":53,"props":1562,"children":1564},{"className":1563},[],[1565],{"type":50,"value":1566},"hf repos branch delete REPO_ID BRANCH",{"type":50,"value":1568}," — Delete a branch from a repo on the Hub. ",{"type":45,"tag":53,"props":1570,"children":1572},{"className":1571},[],[1573],{"type":50,"value":844},{"type":45,"tag":129,"props":1575,"children":1576},{},[1577,1583,1585],{"type":45,"tag":53,"props":1578,"children":1580},{"className":1579},[],[1581],{"type":50,"value":1582},"hf repos create REPO_ID",{"type":50,"value":1584}," — Create a new repo on the Hub. ",{"type":45,"tag":53,"props":1586,"children":1588},{"className":1587},[],[1589],{"type":50,"value":1590},"[--type CHOICE --space-sdk TEXT --private --exist-ok --resource-group-id TEXT]",{"type":45,"tag":129,"props":1592,"children":1593},{},[1594,1600,1602],{"type":45,"tag":53,"props":1595,"children":1597},{"className":1596},[],[1598],{"type":50,"value":1599},"hf repos delete REPO_ID",{"type":50,"value":1601}," — Delete a repo from the Hub. This is an irreversible operation. ",{"type":45,"tag":53,"props":1603,"children":1605},{"className":1604},[],[1606],{"type":50,"value":1607},"[--type CHOICE --missing-ok]",{"type":45,"tag":129,"props":1609,"children":1610},{},[1611,1617,1619],{"type":45,"tag":53,"props":1612,"children":1614},{"className":1613},[],[1615],{"type":50,"value":1616},"hf repos delete-files REPO_ID PATTERNS",{"type":50,"value":1618}," — Delete files from a repo on the Hub. ",{"type":45,"tag":53,"props":1620,"children":1622},{"className":1621},[],[1623],{"type":50,"value":1624},"[--type CHOICE --revision TEXT --commit-message TEXT --commit-description TEXT --create-pr]",{"type":45,"tag":129,"props":1626,"children":1627},{},[1628,1634,1636],{"type":45,"tag":53,"props":1629,"children":1631},{"className":1630},[],[1632],{"type":50,"value":1633},"hf repos duplicate FROM_ID",{"type":50,"value":1635}," — Duplicate a repo on the Hub (model, dataset, or Space). ",{"type":45,"tag":53,"props":1637,"children":1639},{"className":1638},[],[1640],{"type":50,"value":1641},"[--type CHOICE --private --exist-ok]",{"type":45,"tag":129,"props":1643,"children":1644},{},[1645,1651,1653],{"type":45,"tag":53,"props":1646,"children":1648},{"className":1647},[],[1649],{"type":50,"value":1650},"hf repos move FROM_ID TO_ID",{"type":50,"value":1652}," — Move a repository from a namespace to another namespace. ",{"type":45,"tag":53,"props":1654,"children":1656},{"className":1655},[],[1657],{"type":50,"value":844},{"type":45,"tag":129,"props":1659,"children":1660},{},[1661,1667,1669],{"type":45,"tag":53,"props":1662,"children":1664},{"className":1663},[],[1665],{"type":50,"value":1666},"hf repos settings REPO_ID",{"type":50,"value":1668}," — Update the settings of a repository. ",{"type":45,"tag":53,"props":1670,"children":1672},{"className":1671},[],[1673],{"type":50,"value":1674},"[--gated CHOICE --private --type CHOICE]",{"type":45,"tag":129,"props":1676,"children":1677},{},[1678,1684,1686],{"type":45,"tag":53,"props":1679,"children":1681},{"className":1680},[],[1682],{"type":50,"value":1683},"hf repos tag create REPO_ID TAG",{"type":50,"value":1685}," — Create a tag for a repo. ",{"type":45,"tag":53,"props":1687,"children":1689},{"className":1688},[],[1690],{"type":50,"value":1691},"[--message TEXT --revision TEXT --type CHOICE]",{"type":45,"tag":129,"props":1693,"children":1694},{},[1695,1701,1703],{"type":45,"tag":53,"props":1696,"children":1698},{"className":1697},[],[1699],{"type":50,"value":1700},"hf repos tag delete REPO_ID TAG",{"type":50,"value":1702}," — Delete a tag for a repo. ",{"type":45,"tag":53,"props":1704,"children":1706},{"className":1705},[],[1707],{"type":50,"value":1708},"[--yes --type CHOICE]",{"type":45,"tag":129,"props":1710,"children":1711},{},[1712,1718,1720],{"type":45,"tag":53,"props":1713,"children":1715},{"className":1714},[],[1716],{"type":50,"value":1717},"hf repos tag list REPO_ID",{"type":50,"value":1719}," — List tags for a repo. ",{"type":45,"tag":53,"props":1721,"children":1723},{"className":1722},[],[1724],{"type":50,"value":844},{"type":45,"tag":220,"props":1726,"children":1728},{"id":1727},"hf-skills-manage-skills-for-ai-assistants",[1729,1735],{"type":45,"tag":53,"props":1730,"children":1732},{"className":1731},[],[1733],{"type":50,"value":1734},"hf skills",{"type":50,"value":1736}," — Manage skills for AI assistants.",{"type":45,"tag":125,"props":1738,"children":1739},{},[1740,1757],{"type":45,"tag":129,"props":1741,"children":1742},{},[1743,1749,1751],{"type":45,"tag":53,"props":1744,"children":1746},{"className":1745},[],[1747],{"type":50,"value":1748},"hf skills add",{"type":50,"value":1750}," — Download a skill and install it for an AI assistant. ",{"type":45,"tag":53,"props":1752,"children":1754},{"className":1753},[],[1755],{"type":50,"value":1756},"[--claude --codex --cursor --opencode --global --dest PATH --force]",{"type":45,"tag":129,"props":1758,"children":1759},{},[1760,1766],{"type":45,"tag":53,"props":1761,"children":1763},{"className":1762},[],[1764],{"type":50,"value":1765},"hf skills preview",{"type":50,"value":1767}," — Print the generated SKILL.md to stdout.",{"type":45,"tag":220,"props":1769,"children":1771},{"id":1770},"hf-spaces-interact-with-spaces-on-the-hub",[1772,1778],{"type":45,"tag":53,"props":1773,"children":1775},{"className":1774},[],[1776],{"type":50,"value":1777},"hf spaces",{"type":50,"value":1779}," — Interact with spaces on the Hub.",{"type":45,"tag":125,"props":1781,"children":1782},{},[1783,1800,1817,1833],{"type":45,"tag":129,"props":1784,"children":1785},{},[1786,1792,1794],{"type":45,"tag":53,"props":1787,"children":1789},{"className":1788},[],[1790],{"type":50,"value":1791},"hf spaces dev-mode SPACE_ID",{"type":50,"value":1793}," — Enable or disable dev mode on a Space. ",{"type":45,"tag":53,"props":1795,"children":1797},{"className":1796},[],[1798],{"type":50,"value":1799},"[--stop]",{"type":45,"tag":129,"props":1801,"children":1802},{},[1803,1809,1811],{"type":45,"tag":53,"props":1804,"children":1806},{"className":1805},[],[1807],{"type":50,"value":1808},"hf spaces hot-reload SPACE_ID",{"type":50,"value":1810}," — Hot-reload any Python file of a Space without a full rebuild + restart. ",{"type":45,"tag":53,"props":1812,"children":1814},{"className":1813},[],[1815],{"type":50,"value":1816},"[--local-file TEXT --skip-checks --skip-summary]",{"type":45,"tag":129,"props":1818,"children":1819},{},[1820,1826,1828],{"type":45,"tag":53,"props":1821,"children":1823},{"className":1822},[],[1824],{"type":50,"value":1825},"hf spaces info SPACE_ID",{"type":50,"value":1827}," — Get info about a space on the Hub. Output is in JSON format. ",{"type":45,"tag":53,"props":1829,"children":1831},{"className":1830},[],[1832],{"type":50,"value":711},{"type":45,"tag":129,"props":1834,"children":1835},{},[1836,1842,1844],{"type":45,"tag":53,"props":1837,"children":1839},{"className":1838},[],[1840],{"type":50,"value":1841},"hf spaces list",{"type":50,"value":1843}," — List spaces on the Hub. ",{"type":45,"tag":53,"props":1845,"children":1847},{"className":1846},[],[1848],{"type":50,"value":728},{"type":45,"tag":220,"props":1850,"children":1852},{"id":1851},"hf-webhooks-manage-webhooks-on-the-hub",[1853,1859],{"type":45,"tag":53,"props":1854,"children":1856},{"className":1855},[],[1857],{"type":50,"value":1858},"hf webhooks",{"type":50,"value":1860}," — Manage webhooks on the Hub.",{"type":45,"tag":125,"props":1862,"children":1863},{},[1864,1881,1898,1909,1920,1931,1947],{"type":45,"tag":129,"props":1865,"children":1866},{},[1867,1873,1875],{"type":45,"tag":53,"props":1868,"children":1870},{"className":1869},[],[1871],{"type":50,"value":1872},"hf webhooks create --watch TEXT",{"type":50,"value":1874}," — Create a new webhook. ",{"type":45,"tag":53,"props":1876,"children":1878},{"className":1877},[],[1879],{"type":50,"value":1880},"[--url TEXT --job-id TEXT --domain CHOICE --secret TEXT]",{"type":45,"tag":129,"props":1882,"children":1883},{},[1884,1890,1892],{"type":45,"tag":53,"props":1885,"children":1887},{"className":1886},[],[1888],{"type":50,"value":1889},"hf webhooks delete WEBHOOK_ID",{"type":50,"value":1891}," — Delete a webhook permanently. ",{"type":45,"tag":53,"props":1893,"children":1895},{"className":1894},[],[1896],{"type":50,"value":1897},"[--yes]",{"type":45,"tag":129,"props":1899,"children":1900},{},[1901,1907],{"type":45,"tag":53,"props":1902,"children":1904},{"className":1903},[],[1905],{"type":50,"value":1906},"hf webhooks disable WEBHOOK_ID",{"type":50,"value":1908}," — Disable an active webhook.",{"type":45,"tag":129,"props":1910,"children":1911},{},[1912,1918],{"type":45,"tag":53,"props":1913,"children":1915},{"className":1914},[],[1916],{"type":50,"value":1917},"hf webhooks enable WEBHOOK_ID",{"type":50,"value":1919}," — Enable a disabled webhook.",{"type":45,"tag":129,"props":1921,"children":1922},{},[1923,1929],{"type":45,"tag":53,"props":1924,"children":1926},{"className":1925},[],[1927],{"type":50,"value":1928},"hf webhooks info WEBHOOK_ID",{"type":50,"value":1930}," — Show full details for a single webhook as JSON.",{"type":45,"tag":129,"props":1932,"children":1933},{},[1934,1940,1942],{"type":45,"tag":53,"props":1935,"children":1937},{"className":1936},[],[1938],{"type":50,"value":1939},"hf webhooks list",{"type":50,"value":1941}," — List all webhooks for the current user. ",{"type":45,"tag":53,"props":1943,"children":1945},{"className":1944},[],[1946],{"type":50,"value":1163},{"type":45,"tag":129,"props":1948,"children":1949},{},[1950,1956,1958],{"type":45,"tag":53,"props":1951,"children":1953},{"className":1952},[],[1954],{"type":50,"value":1955},"hf webhooks update WEBHOOK_ID",{"type":50,"value":1957}," — Update an existing webhook. Only provided options are changed. ",{"type":45,"tag":53,"props":1959,"children":1961},{"className":1960},[],[1962],{"type":50,"value":1963},"[--url TEXT --watch TEXT --domain CHOICE --secret TEXT]",{"type":45,"tag":118,"props":1965,"children":1967},{"id":1966},"common-options",[1968],{"type":50,"value":1969},"Common options",{"type":45,"tag":125,"props":1971,"children":1972},{},[1973,2008,2019,2030,2055],{"type":45,"tag":129,"props":1974,"children":1975},{},[1976,1982,1984,1990,1992,1998,2000,2006],{"type":45,"tag":53,"props":1977,"children":1979},{"className":1978},[],[1980],{"type":50,"value":1981},"--format",{"type":50,"value":1983}," — Output format: ",{"type":45,"tag":53,"props":1985,"children":1987},{"className":1986},[],[1988],{"type":50,"value":1989},"--format json",{"type":50,"value":1991}," (or ",{"type":45,"tag":53,"props":1993,"children":1995},{"className":1994},[],[1996],{"type":50,"value":1997},"--json",{"type":50,"value":1999},") or ",{"type":45,"tag":53,"props":2001,"children":2003},{"className":2002},[],[2004],{"type":50,"value":2005},"--format table",{"type":50,"value":2007}," (default).",{"type":45,"tag":129,"props":2009,"children":2010},{},[2011,2017],{"type":45,"tag":53,"props":2012,"children":2014},{"className":2013},[],[2015],{"type":50,"value":2016},"-q \u002F --quiet",{"type":50,"value":2018}," — Minimal output.",{"type":45,"tag":129,"props":2020,"children":2021},{},[2022,2028],{"type":45,"tag":53,"props":2023,"children":2025},{"className":2024},[],[2026],{"type":50,"value":2027},"--revision",{"type":50,"value":2029}," — Git revision id which can be a branch name, a tag, or a commit hash.",{"type":45,"tag":129,"props":2031,"children":2032},{},[2033,2039,2041,2047,2049,2054],{"type":45,"tag":53,"props":2034,"children":2036},{"className":2035},[],[2037],{"type":50,"value":2038},"--token",{"type":50,"value":2040}," — Use a User Access Token. Prefer setting ",{"type":45,"tag":53,"props":2042,"children":2044},{"className":2043},[],[2045],{"type":50,"value":2046},"HF_TOKEN",{"type":50,"value":2048}," env var instead of passing ",{"type":45,"tag":53,"props":2050,"children":2052},{"className":2051},[],[2053],{"type":50,"value":2038},{"type":50,"value":60},{"type":45,"tag":129,"props":2056,"children":2057},{},[2058,2064],{"type":45,"tag":53,"props":2059,"children":2061},{"className":2060},[],[2062],{"type":50,"value":2063},"--type",{"type":50,"value":2065}," — The type of repository (model, dataset, or space).",{"type":45,"tag":118,"props":2067,"children":2069},{"id":2068},"tips",[2070],{"type":50,"value":2071},"Tips",{"type":45,"tag":125,"props":2073,"children":2074},{},[2075,2087],{"type":45,"tag":129,"props":2076,"children":2077},{},[2078,2079,2085],{"type":50,"value":93},{"type":45,"tag":53,"props":2080,"children":2082},{"className":2081},[],[2083],{"type":50,"value":2084},"hf \u003Ccommand> --help",{"type":50,"value":2086}," for full options, descriptions, usage, and real-world examples",{"type":45,"tag":129,"props":2088,"children":2089},{},[2090,2092,2097,2099],{"type":50,"value":2091},"Authenticate with ",{"type":45,"tag":53,"props":2093,"children":2095},{"className":2094},[],[2096],{"type":50,"value":2046},{"type":50,"value":2098}," env var (recommended) or with ",{"type":45,"tag":53,"props":2100,"children":2102},{"className":2101},[],[2103],{"type":50,"value":2038},{"items":2105,"total":2225},[2106,2125,2141,2153,2173,2195,2213],{"slug":2107,"name":2107,"fn":2108,"description":2109,"org":2110,"tags":2111,"stars":28,"repoUrl":29,"updatedAt":2124},"accessibility-and-inclusive-visualization","make data visualizations accessible","Make data visualizations accessible and inclusive. Use when the user needs chart or diagram accessibility guidance, text alternatives for complex visuals, color and contrast review, keyboard support, reduced-motion behavior for animation or parallax, or an accessibility QA workflow for exported figures, UML-like diagrams, and dashboards.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2112,2115,2118,2121],{"name":2113,"slug":2114,"type":15},"Accessibility","accessibility",{"name":2116,"slug":2117,"type":15},"Charts","charts",{"name":2119,"slug":2120,"type":15},"Data Visualization","data-visualization",{"name":2122,"slug":2123,"type":15},"Design","design","2026-06-30T19:00:57.102",{"slug":2126,"name":2126,"fn":2127,"description":2128,"org":2129,"tags":2130,"stars":28,"repoUrl":29,"updatedAt":2140},"agent-browser","automate browser interactions for agents","Browser automation CLI for AI agents. Use when the user needs to interact with websites, verify dev server output, test web apps, navigate pages, fill forms, click buttons, take screenshots, extract data, or automate any browser task. Also triggers when a dev server starts so you can verify it visually.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2131,2134,2137],{"name":2132,"slug":2133,"type":15},"Agents","agents",{"name":2135,"slug":2136,"type":15},"Browser Automation","browser-automation",{"name":2138,"slug":2139,"type":15},"Testing","testing","2026-04-06T18:41:03.44016",{"slug":2142,"name":2142,"fn":2143,"description":2144,"org":2145,"tags":2146,"stars":28,"repoUrl":29,"updatedAt":2152},"agent-browser-verify","verify dev server output with automated browser","Automated browser verification for dev servers. Triggers when a dev server starts to run a visual gut-check with agent-browser — verifies the page loads, checks for console errors, validates key UI elements, and reports pass\u002Ffail before continuing.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2147,2148,2151],{"name":2135,"slug":2136,"type":15},{"name":2149,"slug":2150,"type":15},"Local Development","local-development",{"name":2138,"slug":2139,"type":15},"2026-04-06T18:41:17.526867",{"slug":2154,"name":2154,"fn":2155,"description":2156,"org":2157,"tags":2158,"stars":28,"repoUrl":29,"updatedAt":2172},"agents-sdk","build AI agents on Cloudflare Workers","Build AI agents on Cloudflare Workers using the Agents SDK. Load when creating stateful agents, durable workflows, real-time WebSocket apps, scheduled tasks, MCP servers, or chat applications. Covers Agent class, state management, callable RPC, Workflows integration, and React hooks. Biases towards retrieval from Cloudflare docs over pre-trained knowledge.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2159,2160,2163,2166,2169],{"name":2132,"slug":2133,"type":15},{"name":2161,"slug":2162,"type":15},"Cloudflare Workers","cloudflare-workers",{"name":2164,"slug":2165,"type":15},"SDK","sdk",{"name":2167,"slug":2168,"type":15},"Serverless","serverless",{"name":2170,"slug":2171,"type":15},"WebSockets","websockets","2026-04-06T18:39:51.717063",{"slug":2174,"name":2174,"fn":2175,"description":2176,"org":2177,"tags":2178,"stars":28,"repoUrl":29,"updatedAt":2194},"ai-elements","build chat UIs with AI Elements","AI Elements component library guidance — pre-built React components for AI interfaces built on shadcn\u002Fui. Use when building chat UIs, message displays, tool call rendering, streaming responses, reasoning panels, or any AI-native interface with the AI SDK.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2179,2182,2185,2188,2191],{"name":2180,"slug":2181,"type":15},"Frontend","frontend",{"name":2183,"slug":2184,"type":15},"React","react",{"name":2186,"slug":2187,"type":15},"shadcn\u002Fui","shadcn-ui",{"name":2189,"slug":2190,"type":15},"UI Components","ui-components",{"name":2192,"slug":2193,"type":15},"Vercel","vercel","2026-04-06T18:40:59.619419",{"slug":2196,"name":2196,"fn":2197,"description":2198,"org":2199,"tags":2200,"stars":28,"repoUrl":29,"updatedAt":2212},"ai-gateway","configure Vercel AI Gateway","Vercel AI Gateway expert guidance. Use when configuring model routing, provider failover, cost tracking, or managing multiple AI providers through a unified API.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2201,2204,2207,2208,2211],{"name":2202,"slug":2203,"type":15},"AI Infrastructure","ai-infrastructure",{"name":2205,"slug":2206,"type":15},"Cost Optimization","cost-optimization",{"name":20,"slug":21,"type":15},{"name":2209,"slug":2210,"type":15},"Performance","performance",{"name":2192,"slug":2193,"type":15},"2026-04-06T18:40:44.377464",{"slug":2214,"name":2214,"fn":2215,"description":2216,"org":2217,"tags":2218,"stars":28,"repoUrl":29,"updatedAt":2224},"ai-generation-persistence","implement persistence patterns for AI generations","AI generation persistence patterns — unique IDs, addressable URLs, database storage, and cost tracking for every LLM generation",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2219,2220,2223],{"name":2205,"slug":2206,"type":15},{"name":2221,"slug":2222,"type":15},"Database","database",{"name":20,"slug":21,"type":15},"2026-04-06T18:41:08.513425",600,{"items":2227,"total":2422},[2228,2249,2272,2289,2303,2320,2339,2351,2365,2379,2391,2406],{"slug":2229,"name":2229,"fn":2230,"description":2231,"org":2232,"tags":2233,"stars":2246,"repoUrl":2247,"updatedAt":2248},"prior-auth-packet-builder","build healthcare prior authorization packets","Build a concise prior authorization packet from local case files and payer policy docs.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2234,2237,2240,2243],{"name":2235,"slug":2236,"type":15},"Documents","documents",{"name":2238,"slug":2239,"type":15},"Healthcare","healthcare",{"name":2241,"slug":2242,"type":15},"Insurance","insurance",{"name":2244,"slug":2245,"type":15},"Regulatory Compliance","regulatory-compliance",28169,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fopenai-agents-python","2026-04-16T05:11:39.180399",{"slug":2250,"name":2250,"fn":2251,"description":2252,"org":2253,"tags":2254,"stars":2269,"repoUrl":2270,"updatedAt":2271},"aspnet-core","build ASP.NET Core web applications","Build, review, refactor, or architect ASP.NET Core web applications using current official guidance for .NET web development. Use when working on Blazor Web Apps, Razor Pages, MVC, Minimal APIs, controller-based Web APIs, SignalR, gRPC, middleware, dependency injection, configuration, authentication, authorization, testing, performance, deployment, or ASP.NET Core upgrades.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2255,2258,2260,2263,2266],{"name":2256,"slug":2257,"type":15},".NET","dotnet",{"name":2259,"slug":2250,"type":15},"ASP.NET Core",{"name":2261,"slug":2262,"type":15},"Blazor","blazor",{"name":2264,"slug":2265,"type":15},"C#","csharp",{"name":2267,"slug":2268,"type":15},"Web Development","web-development",23787,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fskills","2026-04-12T05:07:02.819491",{"slug":2273,"name":2273,"fn":2274,"description":2275,"org":2276,"tags":2277,"stars":2269,"repoUrl":2270,"updatedAt":2288},"chatgpt-apps","build ChatGPT Apps SDK applications","Build, scaffold, refactor, and troubleshoot ChatGPT Apps SDK applications that combine an MCP server and widget UI. Use when Codex needs to design tools, register UI resources, wire the MCP Apps bridge or ChatGPT compatibility APIs, apply Apps SDK metadata or CSP or domain settings, or produce a docs-aligned project scaffold. Prefer a docs-first workflow by invoking the openai-docs skill or OpenAI developer docs MCP tools before generating code.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2278,2281,2284,2287],{"name":2279,"slug":2280,"type":15},"Apps SDK","apps-sdk",{"name":2282,"slug":2283,"type":15},"ChatGPT","chatgpt",{"name":2285,"slug":2286,"type":15},"MCP","mcp",{"name":9,"slug":8,"type":15},"2026-04-12T05:07:05.468097",{"slug":2290,"name":2290,"fn":2291,"description":2292,"org":2293,"tags":2294,"stars":2269,"repoUrl":2270,"updatedAt":2302},"cli-creator","build CLIs from API docs","Build a composable CLI for Codex from API docs, an OpenAPI spec, existing curl examples, an SDK, a web app, an admin tool, or a local script. Use when the user wants Codex to create a command-line tool that can run from any repo, expose composable read\u002Fwrite commands, return stable JSON, manage auth, and pair with a companion skill.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2295,2298,2299],{"name":2296,"slug":2297,"type":15},"API Development","api-development",{"name":23,"slug":24,"type":15},{"name":2300,"slug":2301,"type":15},"Codex","codex","2026-04-12T05:07:04.132762",{"slug":2304,"name":2304,"fn":2305,"description":2306,"org":2307,"tags":2308,"stars":2269,"repoUrl":2270,"updatedAt":2319},"cloudflare-deploy","deploy projects to Cloudflare","Deploy applications and infrastructure to Cloudflare using Workers, Pages, and related platform services. Use when the user asks to deploy, host, publish, or set up a project on Cloudflare.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2309,2312,2315,2316],{"name":2310,"slug":2311,"type":15},"Cloudflare","cloudflare",{"name":2313,"slug":2314,"type":15},"Cloudflare Pages","cloudflare-pages",{"name":2161,"slug":2162,"type":15},{"name":2317,"slug":2318,"type":15},"Deployment","deployment","2026-04-12T05:07:14.275118",{"slug":2321,"name":2321,"fn":2322,"description":2323,"org":2324,"tags":2325,"stars":2269,"repoUrl":2270,"updatedAt":2338},"define-goal","define and set measurable project goals","Help the user define a concrete, measurable goal before starting work, especially when they ask to use the goal tool, create a goal, set an objective, clarify success criteria, or turn a fuzzy intention into a quantitative outcome. Use this skill for goal creation and goal refinement only; it does not manage durable snapshots, decision logs, or long-running execution artifacts.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2326,2329,2332,2335],{"name":2327,"slug":2328,"type":15},"Productivity","productivity",{"name":2330,"slug":2331,"type":15},"Project Management","project-management",{"name":2333,"slug":2334,"type":15},"Strategy","strategy",{"name":2336,"slug":2337,"type":15},"Task Management","task-management","2026-05-23T06:17:16.870838",{"slug":2340,"name":2340,"fn":2341,"description":2342,"org":2343,"tags":2344,"stars":2269,"repoUrl":2270,"updatedAt":2350},"figma","translate Figma designs into code","Use the Figma MCP server to fetch design context, screenshots, variables, and assets from Figma, and to translate Figma nodes into production code. Trigger when a task involves Figma URLs, node IDs, design-to-code implementation, or Figma MCP setup and troubleshooting.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2345,2346,2348,2349],{"name":2122,"slug":2123,"type":15},{"name":2347,"slug":2340,"type":15},"Figma",{"name":2180,"slug":2181,"type":15},{"name":2285,"slug":2286,"type":15},"2026-04-12T05:06:47.939943",{"slug":2352,"name":2352,"fn":2353,"description":2354,"org":2355,"tags":2356,"stars":2269,"repoUrl":2270,"updatedAt":2364},"figma-code-connect-components","connect Figma designs to code components","Connects Figma design components to code components using Code Connect mapping tools. Use when user says \"code connect\", \"connect this component to code\", \"map this component\", \"link component to code\", \"create code connect mapping\", or wants to establish mappings between Figma designs and code implementations. For canvas writes via `use_figma`, use `figma-use`.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2357,2358,2361,2362,2363],{"name":2122,"slug":2123,"type":15},{"name":2359,"slug":2360,"type":15},"Design System","design-system",{"name":2347,"slug":2340,"type":15},{"name":2180,"slug":2181,"type":15},{"name":2189,"slug":2190,"type":15},"2026-05-10T05:59:52.971881",{"slug":2366,"name":2366,"fn":2367,"description":2368,"org":2369,"tags":2370,"stars":2269,"repoUrl":2270,"updatedAt":2378},"figma-create-design-system-rules","generate design system rules from Figma","Generates custom design system rules for the user's codebase. Use when user says \"create design system rules\", \"generate rules for my project\", \"set up design rules\", \"customize design system guidelines\", or wants to establish project-specific conventions for Figma-to-code workflows. Requires Figma MCP server connection.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2371,2372,2373,2376,2377],{"name":2122,"slug":2123,"type":15},{"name":2359,"slug":2360,"type":15},{"name":2374,"slug":2375,"type":15},"Documentation","documentation",{"name":2347,"slug":2340,"type":15},{"name":2180,"slug":2181,"type":15},"2026-05-16T06:07:47.821474",{"slug":2380,"name":2380,"fn":2381,"description":2382,"org":2383,"tags":2384,"stars":2269,"repoUrl":2270,"updatedAt":2390},"figma-implement-design","translate Figma designs into application code","Translates Figma designs into production-ready application code with 1:1 visual fidelity. Use when implementing UI code from Figma files, when user mentions \"implement design\", \"generate code\", \"implement component\", provides Figma URLs, or asks to build components matching Figma specs. For Figma canvas writes via `use_figma`, use `figma-use`.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2385,2386,2387,2388,2389],{"name":2122,"slug":2123,"type":15},{"name":2347,"slug":2340,"type":15},{"name":2180,"slug":2181,"type":15},{"name":2189,"slug":2190,"type":15},{"name":2267,"slug":2268,"type":15},"2026-05-16T06:07:40.583615",{"slug":2392,"name":2392,"fn":2393,"description":2394,"org":2395,"tags":2396,"stars":2269,"repoUrl":2270,"updatedAt":2405},"hatch-pet","create animated pets for Codex","Create, repair, validate, visually QA, and package Codex-compatible animated pets and pet spritesheets from character art, generated images, company or prospect brand cues, or visual references. Use when a user wants a lightweight-worker Codex pet workflow, a non-pixel custom pet style, a prospect or company mascot pet, or a full 8x9 animated pet atlas with transparent unused cells, QA contact sheets, and pet.json packaging. This skill composes the installed $imagegen system skill for visual generation and uses bundled scripts for deterministic spritesheet assembly.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2397,2400,2401,2404],{"name":2398,"slug":2399,"type":15},"Animation","animation",{"name":2300,"slug":2301,"type":15},{"name":2402,"slug":2403,"type":15},"Creative","creative",{"name":2122,"slug":2123,"type":15},"2026-05-02T05:31:48.48485",{"slug":2407,"name":2407,"fn":2408,"description":2409,"org":2410,"tags":2411,"stars":2269,"repoUrl":2270,"updatedAt":2421},"imagegen","generate and edit raster images","Generate or edit raster images when the task benefits from AI-created bitmap visuals such as photos, illustrations, textures, sprites, mockups, or transparent-background cutouts. Use when Codex should create a brand-new image, transform an existing image, or derive visual variants from references, and the output should be a bitmap asset rather than repo-native code or vector. Do not use when the task is better handled by editing existing SVG\u002Fvector\u002Fcode-native assets, extending an established icon or logo system, or building the visual directly in HTML\u002FCSS\u002Fcanvas.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2412,2413,2414,2417,2420],{"name":2402,"slug":2403,"type":15},{"name":2122,"slug":2123,"type":15},{"name":2415,"slug":2416,"type":15},"Image Generation","image-generation",{"name":2418,"slug":2419,"type":15},"Images","images",{"name":9,"slug":8,"type":15},"2026-05-15T06:23:24.312127",675]