{"id":"9051adca-5c18-4ece-bb31-3e283377df30","shortId":"aMrS8x","kind":"skill","title":"hugging-face-cli","tagline":"Use the Hugging Face Hub CLI (`hf`) to download, upload, and manage models, datasets, and Spaces.","description":"Install by downloading the installer script first, reviewing it, and then running it locally. Example:\n`curl -LsSf https://hf.co/cli/install.sh -o /tmp/hf-install.sh && less /tmp/hf-install.sh && bash /tmp/hf-install.sh`\n\n## When to Use\nUse this skill when you need the `hf` CLI for Hub authentication, downloads, uploads, repo management, or basic compute operations.\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.8.0`. Run `hf skills add --force` to regenerate.\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/settings/tokens. `[--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 --volume 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 --volume 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 --volume 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 --volume 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 info PAPER_ID` — Get info about a paper on the Hub. Output is in JSON format.\n- `hf papers list` — List daily papers on the Hub. `[--date TEXT --week TEXT --month TEXT --submitter TEXT --sort CHOICE --limit INTEGER --format CHOICE --quiet]`\n- `hf papers read PAPER_ID` — Read a paper as markdown.\n- `hf papers search QUERY` — Search papers on the Hub. `[--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 --public --protected --exist-ok --resource-group-id TEXT --flavor TEXT --storage TEXT --sleep-time INTEGER --secrets TEXT --secrets-file TEXT --env TEXT --env-file 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 --public --protected --exist-ok --flavor TEXT --storage TEXT --sleep-time INTEGER --secrets TEXT --secrets-file TEXT --env TEXT --env-file TEXT]`\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 --public --protected --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 / --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## 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://github.com/huggingface/hf-mount\n\nInstall by downloading the installer locally, reviewing it, and then running it. Example:\n`curl -fsSL https://raw.githubusercontent.com/huggingface/hf-mount/main/install.sh -o /tmp/hf-mount-install.sh && less /tmp/hf-mount-install.sh && sh /tmp/hf-mount-install.sh`\n\nSome command examples:\n- `hf-mount start repo openai-community/gpt2 /tmp/gpt2` — mount a repo (read-only)\n- `hf-mount start --hf-token $HF_TOKEN bucket myuser/my-bucket /tmp/data` — mount a bucket (read-write)\n- `hf-mount status` / `hf-mount stop /tmp/data` — list or unmount\n\n## Tips\n\n- Use `hf <command> --help` for full options, descriptions, usage, and real-world examples\n- Authenticate with `HF_TOKEN` env var (recommended) or with `--token`\n\n## Limitations\n- Use this skill only when the task clearly matches the scope described above.\n- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.\n- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.","tags":["hugging","face","cli","antigravity","awesome","skills","sickn33","agent-skills","agentic-skills","ai-agent-skills","ai-agents","ai-coding"],"capabilities":["skill","source-sickn33","skill-hugging-face-cli","topic-agent-skills","topic-agentic-skills","topic-ai-agent-skills","topic-ai-agents","topic-ai-coding","topic-ai-workflows","topic-antigravity","topic-antigravity-skills","topic-claude-code","topic-claude-code-skills","topic-codex-cli","topic-codex-skills"],"categories":["antigravity-awesome-skills"],"synonyms":[],"warnings":[],"endpointUrl":"https://skills.sh/sickn33/antigravity-awesome-skills/hugging-face-cli","protocol":"skill","transport":"skills-sh","auth":{"type":"none","details":{"cli":"npx skills add sickn33/antigravity-awesome-skills","source_repo":"https://github.com/sickn33/antigravity-awesome-skills","install_from":"skills.sh"}},"qualityScore":"0.700","qualityRationale":"deterministic score 0.70 from registry signals: · indexed on github topic:agent-skills · 34768 github stars · SKILL.md body (16,583 chars)","verified":false,"liveness":"unknown","lastLivenessCheck":null,"agentReviews":{"count":0,"score_avg":null,"cost_usd_avg":null,"success_rate":null,"latency_p50_ms":null,"narrative_summary":null,"summary_updated_at":null},"enrichmentModel":"deterministic:skill-github:v1","enrichmentVersion":1,"enrichedAt":"2026-04-23T18:51:29.035Z","embedding":null,"createdAt":"2026-04-18T21:38:42.181Z","updatedAt":"2026-04-23T18:51:29.035Z","lastSeenAt":"2026-04-23T18:51:29.035Z","tsv":"'/cli/install.sh':40 '/gpt2':2441 '/huggingface/hf-mount':2405 '/huggingface/hf-mount/main/install.sh':2423 '/settings/tokens.':321 '/tmp/data':2460,2475 '/tmp/gpt2':2442 '/tmp/hf-install.sh':42,44,46 '/tmp/hf-mount-install.sh':2425,2427,2429 'acceler':1088,1120,1248 'access':309,345,2352 'account':363 'activ':2255 'add':119,323,352,636,644,2084 'add-item':635 'add-to-git-credenti':322,351 'ai':2080,2093 'alreadi':1219 'anoth':2005 'appli':186,504 'argument':468 'ask':2536 'assist':2081,2094 'auth':99,106,109,297,304,312,329,341,357 'authent':61,299,2493 'author':826,1007,1707,2199 'avail':78,95,848,1097,1337,1372 'bar':287 'bash':45 'basic':67 'bodi':916,919,941,944 'body-fil':918,943 'boundari':2544 'branch':1807,1811,1815,1831,1835,1838,2340 'bucket':176,372,377,379,390,393,395,400,407,409,413,420,422,428,431,434,439,449,458,466,473,485,494,2383,2458,2463 'cach':142,524,527,530,533,538,552,559,561,569,573,578,586,598,608 'cache-dir':141,537,560,577,607 'cancel':1360,1363 'catalog':1074,1085,1094,1098 'chang':2306 'check':2163 'checksum':591 'choic':134,225,270,370,446,545,548,604,738,742,831,837,857,875,902,923,951,966,987,989,1004,1006,1012,1014,1030,1046,1064,1163,1194,1281,1322,1347,1446,1541,1583,1641,1716,1722,1768,1772,1796,1825,1846,1860,1913,1934,1964,2008,2021,2026,2045,2061,2074,2204,2210,2235,2291,2312 'clarif':2538 'claud':2095 'clear':2511 'cli':4,10,58,74,88,1290 'close':888,892,1055 'codex':2096 'collect':626,629,634,638,649,656,662,675,677,681,689,693,703,708,710,716,726,729,745,747,751,767,771,781 'color':985 'command':82,89,100,123,373,1320,1425,1518,2431 'comment':898,905,909,981,1026,1060 'commit':222,236,240,1938,1942,2346 'commit-descript':239,1941 'commit-messag':235,1937 'common':2315 'communiti':2440 'comput':68 'concurr':1523,1579 'copi':382,2390 'cp':380 'creat':244,394,397,657,659,926,931,1808,1812,1849,1852,1946,2030,2034,2221,2224 'create-pr':243,1945 'credenti':326,355 'criteria':2547 'curl':36,2419 'current':2288 'cursor':2097 'daili':1754 'dataset':18,787,790,795,797,803,817,820,840,842,851,860,871,1960,2370 'date':1759 'default':2327 'delet':177,233,408,411,495,676,679,691,698,1102,1104,1455,1459,1832,1836,1898,1901,1920,1925,2049,2053,2240,2243 'delete-fil':1919 'delete-item':690 'demand':2401 'deploy':1075,1078,1114,1134 'deprec':85 'describ':1170,2515 'descript':241,668,759,1943,2486 'dest':2100 'detach':555,1449,1660 'detail':1383,1473,2273 'dev':2123,2130 'dev-mod':2122 'diff':954,960,982 'dir':143,147,539,562,579,609,613 'directori':173,491,528,602 'disabl':2129,2250,2253,2264 'discuss':877,879,887,894,904,912,925,934,953,968,977,991,996,1017,1032,1041,1048,1056 'display':1382,1472 'domain':2234,2311 'download':13,23,62,125,128,151,2085,2388,2408 'dri':153,189,477,507,566,583 'dry-run':152,188,476,506,565,582 'duckdb':869 'duplic':1950,1953 'e.g':107 'enabl':2127,2259,2262 'endpoint':1066,1071,1073,1081,1093,1101,1107,1113,1137,1169,1177,1181,1186,1197,1203,1207,1213,1222,1231,1237,1243 'env':161,1429,1438,1524,1533,1584,1593,1642,1651,1890,1893,1985,1988,2358,2497 'env-fil':1437,1532,1592,1650,1892,1987 'environ':166,2527 'environment-specif':2526 'etc':302 'everi':246 'exampl':35,2418,2432,2492 'exclud':139,193,231,276,481,511 'exec':1294 'execut':863,1296 'exist':199,202,403,517,520,653,672,1176,1242,1827,1869,1969,2300 'exist-ok':402,1826,1868,1968 'exists-ok':652,671 'expand':814,834,1695,1719,2187,2207 'expert':2532 'extens':1287,1291,1293,1299,1301,1307,1315,1319,1325,1331,1333,1336,1344 'extra':623 'face':3,8,72,1069 'fail':616,621,1217 'fail-if-already-run':1216 'fail-on-extra-fil':620 'fail-on-missing-fil':615 'fetch':1397,1611,2399 'file':129,170,211,385,436,470,488,619,624,846,920,945,1439,1443,1534,1538,1572,1594,1598,1632,1652,1656,1888,1894,1921,1926,1983,1989,2148,2159,2397 'filesystem':2377,2386 'filter':196,514,542,828,1416,1493,1709,2201 'filter-from':195,513 'find':359 'first':27 'flavor':1445,1540,1582,1640,1876,1971 'float':247,1167,1285 'folder':214,253,261 'follow':1403 'forc':120,150,327,1313,2102 'force-download':149 'format':369,445,544,724,741,811,836,856,874,988,1013,1193,1321,1346,1418,1495,1692,1721,1749,1771,1795,2184,2209,2290,2317,2319,2320,2325 'framework':1118,1258 'fssl':2420 'full':2154,2272,2484 'function':96 'gate':2020 'generat':111,2108 'get':424,712,799,973,1172,1680,1737,2172 'git':325,354,2333 'github':1311,1339,2402 'github.com':2404 'github.com/huggingface/hf-mount':2403 'given':1189 'global':2099 'group':1873 'hardwar':1370,1373 'hash':2347 'help':92,2482 'hf':11,57,76,81,91,105,108,117,124,160,167,205,249,288,294,296,303,311,328,340,356,371,378,392,406,419,430,448,465,484,523,529,551,568,585,625,633,655,674,688,707,725,744,766,786,794,816,839,859,876,886,903,924,952,967,990,1016,1031,1047,1065,1072,1092,1100,1112,1168,1180,1196,1206,1221,1236,1286,1289,1292,1300,1314,1324,1332,1343,1349,1358,1368,1377,1392,1408,1421,1452,1465,1483,1498,1512,1546,1560,1576,1608,1622,1636,1667,1675,1697,1724,1732,1750,1774,1784,1798,1805,1829,1847,1896,1917,1948,1991,2009,2027,2046,2062,2075,2082,2103,2112,2120,2136,2167,2189,2212,2219,2238,2248,2257,2266,2280,2293,2356,2395,2434,2450,2454,2456,2468,2472,2481,2495 'hf-extens':1342 'hf-mount':2394,2433,2449,2467,2471 'hf-token':2453 'hf.co':39 'hf.co/cli/install.sh':38 'hot':2139,2144 'hot-reload':2138,2143 'hub':9,60,73,114,132,217,264,632,665,684,719,732,756,793,806,823,885,1140,1357,1674,1687,1704,1731,1744,1758,1792,1804,1821,1844,1858,1906,1932,1958,2119,2179,2196,2218,2380 'hug':2,7,71,1068 'hugging-face-c':1 'huggingfac':87,113 'huggingface-c':86 'huggingface.co':320,362 'huggingface.co/settings/tokens.':319 'human':441 'human-read':440 'id':127,208,255,396,410,423,452,454,589,641,697,775,798,843,890,907,928,956,971,994,1020,1035,1051,1304,1362,1381,1396,1458,1471,1504,1552,1679,1736,1778,1810,1834,1851,1874,1900,1923,1952,1995,1997,2013,2032,2051,2067,2126,2142,2171,2232,2242,2252,2261,2270,2297,2335 'ignor':179,182,201,497,500,519 'ignore-exist':200,518 'ignore-s':181,499 'ignore-tim':178,496 'imag':1424,1517,1580,1638 'import':79 'includ':137,191,229,274,479,509 'infer':1070,1080,1106,1136,1185,1202,1212,1230 'info':421,425,709,713,796,800,969,974,1677,1681,1734,1738,2169,2173,2268 'inform':163,291,1173,1384,1474 'infrastructur':1577,1637 'input':2541 'inspect':1379,1468 'instal':21,25,1298,1302,1305,1318,1330,2089,2406,2410 'instanc':1123,1127,1251,1255 'instance-s':1122,1250 'instance-typ':1126,1254 'instead':2360 'integ':159,281,550,740,762,785,833,1010,1149,1153,1159,1267,1271,1277,1405,1718,1770,1794,1883,1978,2206 'interact':375,627,788,1669,1726,2114 'irrevers':1910 'item':637,640,642,646,692,695,700,735,770,773,778 'job':1350,1354,1359,1361,1365,1369,1376,1378,1380,1389,1393,1395,1402,1409,1412,1422,1428,1453,1457,1462,1466,1470,1480,1484,1489,1499,1503,1509,1513,1521,1547,1551,1557,1561,1609,1619,1623,2231 'job-id':2230 'json':723,810,1691,1748,2183,2279,2321,2323 'kind':1005 'label':1433,1528,1588,1646 'larg':252,260 'less':43,2426 'limit':549,739,832,1009,1717,1769,1793,2205,2503 'list':305,306,432,433,531,532,727,728,818,819,844,992,995,1095,1096,1182,1183,1316,1317,1371,1411,1487,1699,1700,1752,1753,2065,2068,2191,2192,2282,2283,2476 'local':34,146,172,256,490,526,601,612,1571,1631,2158,2376,2385,2411 'local-dir':145,611 'local-fil':2157 'log':366,1394,1399 'login':300,313,314 'logout':301,330,331 'lssf':37 'manag':16,65,298,525,878,1067,1288,1353,1800,2077,2214 'markdown':1783 'match':2512 'max':157,1151,1269 'max-replica':1150,1268 'max-work':156 'merg':1018,1022 'messag':237,1939,2040 'metadata':753 'metric':1162,1280,1617 'min':1147,1265 'min-replica':1146,1264 'minim':2330 'miss':416,618,686,705,1915,2549 'missing-ok':415,685,704,1914 'mode':2124,2131 'model':17,1084,1099,1668,1671,1676,1678,1684,1698,1701,1959,2369 'month':1763 'mount':2373,2379,2396,2435,2443,2451,2461,2469,2473 'move':450,455,1993,1998 'myuser/my-bucket':2459 'name':338,349,462,1086,1103,1115,1171,1199,1209,1227,1239,1295,1327,2341 'namespac':464,666,1090,1109,1142,1178,1190,1191,1204,1214,1234,1244,1366,1390,1406,1414,1450,1463,1481,1491,1510,1544,1558,1602,1620,1661,2003,2006 'need':55 'new':399,461,661,933,1037,1814,1854,2226 'no-bar':285 'no-color':983 'no-report':282 'note':97,650,782 'num':279,891,908,957,972,1021,1036,1052,1712 'num-paramet':1711 'num-work':278 'o':41,2424 'object':696,774 'ok':404,417,654,673,687,706,1828,1870,1916,1970 'one':1386,1476 'openai':2439 'openai-commun':2438 'opencod':2098 'oper':69,1911 'option':1374,2304,2316,2485 'output':720,807,1688,1745,2180,2318,2331,2521 'owner':733 'paper':1725,1728,1733,1735,1741,1751,1755,1775,1777,1781,1785,1789 'paramet':1713 'parquet':841,845,872 'pass':2362 'path':257,921,946,2101 'pattern':1924 'paus':1198,1200,1554 'perman':1108,2246 'permiss':2542 'plan':184,502 'posit':761,784 'pr':245,1947 'prefer':2354 'preview':2105 'print':162,290,2106 'privat':228,273,401,670,763,1865,1965,2022 'protect':1867,1967,2024 'provid':2303 'prune':553 'ps':1410,1486 'public':1310,1866,1966,2023 'pull':881,896,914,936,948,963,979,998,1024,1043,1058 'pull-request':947 'python':1606,1665,2147 'q':2328 'queri':867,1787 'quiet':155,204,248,391,405,418,429,447,483,522,546,743,838,858,1015,1195,1323,1348,1420,1497,1723,1773,1797,2211,2292,2329 'raw':865 'raw.githubusercontent.com':2422 'raw.githubusercontent.com/huggingface/hf-mount/main/install.sh':2421 'read':1776,1779,2447,2465 'read-on':2446 'read-writ':2464 'readabl':442 'real':2490 'real-world':2489 'rebuild':2155 'recommend':218,265,2499 'recurs':444,474 'regener':122 'region':1130 'reload':2140,2145 'remov':467,469,554,572,1326,1328 'renam':456,1033,1039 'reopen':1049,1053 'replac':83 'replica':1148,1152,1266,1270 'repo':64,126,207,254,588,595,889,906,927,940,955,970,993,1002,1019,1034,1050,1076,1116,1246,1303,1799,1801,1806,1809,1818,1830,1833,1841,1848,1850,1855,1897,1899,1903,1918,1922,1929,1949,1955,1992,2010,2012,2028,2031,2039,2047,2050,2058,2063,2066,2072,2374,2437,2445 'report':284 'repositori':534,574,1141,1312,2000,2019,2368,2381 'request':882,897,915,937,949,964,980,999,1025,1044,1059 'requir':2540 'resourc':1613,1872 'resource-group-id':1871 'restart':2156 'resum':267,1208,1210,1501,1505 'review':28,2412,2533 'revis':135,226,271,536,541,556,576,596,605,812,1260,1693,1822,1935,2042,2185,2332,2334 'rm':570 'run':32,116,154,190,478,508,567,584,1220,1351,1423,1426,1515,1564,1567,1625,1627,2416 'safeti':2543 'scale':1155,1161,1165,1224,1228,1273,1279,1283 'scale-to-zero':1223 'scale-to-zero-timeout':1154,1272 'scaling-metr':1160,1278 'scaling-threshold':1164,1282 'schedul':1454,1456,1461,1467,1469,1479,1485,1488,1500,1502,1508,1514,1516,1519,1548,1550,1556,1562,1565 'scope':2514 'script':26,1566,1570,1626,1630 'sdk':1863 'search':824,1334,1335,1705,1786,1788,2197 'secret':1431,1442,1526,1537,1586,1597,1644,1655,1884,1887,1979,1982,2236,2313 'secrets-fil':1441,1536,1596,1654,1886,1981 'set':2011,2016,2355 'sh':2428 'show':958,2271 'singl':221,384,594,2276 'single-commit':220 'size':183,501,1124,1252 'skill':52,118,2076,2078,2083,2087,2104,2506 'skill-hugging-face-cli' 'skill.md':2109 'skip':2162,2165 'skip-check':2161 'skip-summari':2164 'sleep':1881,1976 'sleep-tim':1880,1975 'slug':639,678,694,711,748,772 'sort':547,737,830,1715,1767,2203 'source-sickn33' 'space':20,1862,1962,2113,2116,2121,2125,2134,2137,2141,2151,2168,2170,2176,2190,2193,2372 'space-sdk':1861 'specif':334,2528 'split':854 'sql':861,862,866 'src':381 'start':2436,2452 'stat':1610 'statist':1615 'status':1003,2470 'stdout':2111 'stop':2135,2474,2534 'storag':1878,1973 'store':308 'submitt':1765 'subset':852 'substitut':2524 'success':2546 'summari':2166 'suspend':1522,1549,1553,1578 'switch':342,343 'sync':168,169,486,487 'tabl':2326 'tag':1340,2029,2033,2036,2048,2052,2055,2064,2069,2343 'tail':1404 'target':571 'task':1144,1262,2510 'test':2530 'text':136,138,140,144,148,185,187,192,194,198,227,230,232,234,238,242,272,275,277,339,350,480,482,503,505,510,512,516,540,543,563,580,606,610,614,651,667,669,734,736,758,760,765,783,813,815,825,827,829,835,853,855,899,917,930,942,1008,1027,1061,1077,1087,1089,1091,1110,1117,1119,1121,1125,1129,1131,1133,1143,1145,1179,1192,1205,1215,1235,1245,1247,1249,1253,1257,1259,1261,1263,1367,1391,1407,1415,1417,1419,1430,1432,1434,1436,1440,1444,1448,1451,1464,1482,1492,1494,1496,1511,1525,1527,1529,1531,1535,1539,1543,1545,1559,1581,1585,1587,1589,1591,1595,1599,1601,1603,1605,1607,1621,1639,1643,1645,1647,1649,1653,1657,1659,1662,1664,1666,1694,1696,1706,1708,1710,1714,1720,1760,1762,1764,1766,1823,1864,1875,1877,1879,1885,1889,1891,1895,1936,1940,1944,1972,1974,1980,1984,1986,1990,2041,2043,2160,2186,2188,2198,2200,2202,2208,2223,2229,2233,2237,2308,2310,2314 'theme':764 'threshold':1166,1284 'time':180,498,1882,1977 'timeout':1158,1276,1447,1542,1600,1658 'tip':2479 'titl':658,757,929,1038 'token':310,317,335,337,346,348,2348,2353,2357,2363,2455,2457,2496,2502 'token-nam':336,347 'tool':75 'topic':1345 'topic-agent-skills' 'topic-agentic-skills' 'topic-ai-agent-skills' 'topic-ai-agents' 'topic-ai-coding' 'topic-ai-workflows' 'topic-antigravity' 'topic-antigravity-skills' 'topic-claude-code' 'topic-claude-code-skills' 'topic-codex-cli' 'topic-codex-skills' 'treat':2519 'tree':443 'type':133,224,269,603,643,901,922,950,965,986,1011,1029,1045,1063,1128,1256,1824,1845,1859,1912,1933,1963,2007,2025,2044,2060,2073,2364,2366 'unmount':2478 'unpaus':1506 'updat':746,749,769,776,1238,1240,2014,2295,2298 'update-item':768 'upload':14,63,206,209,223,251,258,268 'upload-large-fold':250 'url':847,873,1574,1634,2228,2307 'usag':1614,2487 'use':5,49,50,90,315,2349,2393,2480,2504 'user':2289,2351 'uv':1563,1569,1624,1629 'v1.8.0':115 'valid':2529 'var':2359,2498 'vendor':1132 'verbos':203,521 'verifi':587,590 'version':289,295 'view':94 'volum':1435,1530,1590,1648 'wait':2392 'watch':2222,2309 'webhook':2213,2215,2220,2227,2239,2241,2245,2249,2251,2256,2258,2260,2265,2267,2269,2277,2281,2285,2294,2296,2301 'week':1761 'whoami':110,358 'without':2152 'worker':158,280 'world':2491 'write':2466 'yes':414,475,564,581,900,1028,1062,1111,2059,2247 'zero':1157,1226,1233,1275","prices":[{"id":"7cb2e18c-6256-46d7-ac75-31f1c43fed5e","listingId":"9051adca-5c18-4ece-bb31-3e283377df30","amountUsd":"0","unit":"free","nativeCurrency":null,"nativeAmount":null,"chain":null,"payTo":null,"paymentMethod":"skill-free","isPrimary":true,"details":{"org":"sickn33","category":"antigravity-awesome-skills","install_from":"skills.sh"},"createdAt":"2026-04-18T21:38:42.181Z"}],"sources":[{"listingId":"9051adca-5c18-4ece-bb31-3e283377df30","source":"github","sourceId":"sickn33/antigravity-awesome-skills/hugging-face-cli","sourceUrl":"https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/hugging-face-cli","isPrimary":false,"firstSeenAt":"2026-04-18T21:38:42.181Z","lastSeenAt":"2026-04-23T18:51:29.035Z"}],"details":{"listingId":"9051adca-5c18-4ece-bb31-3e283377df30","quickStartSnippet":null,"exampleRequest":null,"exampleResponse":null,"schema":null,"openapiUrl":null,"agentsTxtUrl":null,"citations":[],"useCases":[],"bestFor":[],"notFor":[],"kindDetails":{"org":"sickn33","slug":"hugging-face-cli","github":{"repo":"sickn33/antigravity-awesome-skills","stars":34768,"topics":["agent-skills","agentic-skills","ai-agent-skills","ai-agents","ai-coding","ai-workflows","antigravity","antigravity-skills","claude-code","claude-code-skills","codex-cli","codex-skills","cursor","cursor-skills","developer-tools","gemini-cli","gemini-skills","kiro","mcp","skill-library"],"license":"mit","html_url":"https://github.com/sickn33/antigravity-awesome-skills","pushed_at":"2026-04-23T06:41:03Z","description":"Installable GitHub library of 1,400+ agentic skills for Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, and more. Includes installer CLI, bundles, workflows, and official/community skill collections.","skill_md_sha":"d45ed544c64d9aed7f0299240c95c77921229fef","skill_md_path":"skills/hugging-face-cli/SKILL.md","default_branch":"main","skill_tree_url":"https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/hugging-face-cli"},"layout":"multi","source":"github","category":"antigravity-awesome-skills","frontmatter":{"name":"hugging-face-cli","description":"Use the Hugging Face Hub CLI (`hf`) to download, upload, and manage models, datasets, and Spaces."},"skills_sh_url":"https://skills.sh/sickn33/antigravity-awesome-skills/hugging-face-cli"},"updatedAt":"2026-04-23T18:51:29.035Z"}}