Hugging Face CLI
SkillDatabases & dataInspect and manage Hugging Face Hub models, datasets, Spaces, repositories, cache, authentication, and downloads with the current hf CLI.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Hugging Face CLI skill
What this skill tells your AI
The instructions your AI receives, as published by metaspartan/cybara in plugins/huggingface-workflows/skills/hf-cli/SKILL.md and read by ahel’s review.
Use the current hf CLI for Hub operations. Do not use the deprecated huggingface-cli command.
Workflow
- Run
hf versionandhf --helpbefore relying on a command that may vary by installed version. - Use public read-only operations without authentication when possible.
- For private or write operations, run
hf auth whoamiwithout printing stored tokens. - Prefer structured output such as
--format jsonwhen another tool will consume the result. - Use
--dry-runwhen supported before downloads, cache cleanup, synchronization, or deletion. - Confirm the repository, revision, visibility, and affected paths before uploads or destructive changes.
Common operations
hf models info namespace/model --format json
hf models list --search "query" --limit 20 --format json
hf datasets info namespace/dataset --format json
hf datasets list --search "query" --limit 20 --format json
hf download namespace/model --include "*.json" --dry-run
hf cache list --limit 30
hf papers list --limit 20 --format json
Use hf upload for a bounded file or directory and hf upload-large-folder for resumable large uploads. Never place a token in command arguments, source files, logs, or chat output. Use the authenticated credential store or HF_TOKEN environment variable.
If hf is unavailable, report that prerequisite clearly. Do not install software unless the user requested installation.
Signals
- GitHub stars
- 28
- Forks
- 7
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
hf-cli- Source
- github.com/metaspartan/cybara