CtrlK
BlogDocsLog inGet started
Tessl Logo

hf-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.

58

Quality

66%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Low

Low-risk findings worth noting

Fix and improve this skill with Tessl

tessl review fix ./plugins/hugging-face/skills/cli/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

50%Weight 40%Scale 1-3

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

The body is a well-organized, mostly lean CLI reference catalog that gives real commands and flags. It scores uniformly at 2 because it lacks concrete worked examples, validation steps for destructive operations, and any file-based progressive disclosure, while not being verbose or disorganized enough to drop to 1.

Suggestions

Add a few concrete worked examples with real values, e.g. `hf download bert-base-uncased --include "*.json" --local-dir ./bert`, instead of placeholder-only signatures.

Add validation/verification guidance for destructive and batch operations, e.g. run `--dry-run` first or verify with `hf repos info`/`hf buckets info` after delete/remove operations.

Reduce inline flag duplication by keeping only the most-used flags in SKILL.md and pointing the full catalog to `hf <command> --help`, or move the full command reference to a one-level-deep REFERENCE.md.

DimensionReasoningScore

Conciseness

The body is a lean command catalog with no concept explanations Claude already knows, but ~170 lines list every flag inline across commands (e.g. repeated --quiet, --namespace) while the Tips section admits `hf <command> --help` provides full options, so it could be tightened; not score 3 because the flag listings duplicate what --help already offers.

2 / 3

Actionability

Real executable commands and a concrete install line are given, but signatures use placeholders (REPO_ID, NAME) with no worked examples using real values, and real-world usage is deferred to `--help`; not score 1 because the commands are concrete and runnable, not abstract.

2 / 3

Workflow Clarity

Commands are well organized by group but there is no sequenced multi-step workflow, and destructive/batch operations like `hf repos delete` and `hf buckets remove` lack validation or verification steps, capping this at 2 per the rubric; not score 1 because install→auth→use is implied and commands are clearly structured.

2 / 3

Progressive Disclosure

Sections are well organized by command group, but the entire reference is a monolithic inline block (well over 50 lines) with no one-level-deep references to split out detail; the simple-skill carve-out does not apply, so it is not score 3, though there is no nested-reference mess keeping it above 1.

2 / 3

Total

8

/

12

Passed

Description

82%Weight 40%Scale 1-3

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

The description is specific and distinctive, naming concrete actions and natural trigger terms including the deprecated alias. Its main weakness is the absence of an explicit "Use when..." clause, which leaves the trigger guidance implied rather than stated.

Suggestions

Add an explicit trigger clause, e.g. "Use when downloading, uploading, or managing models, datasets, Spaces, or other repositories on the Hugging Face Hub."

Tighten redundancy: "Hugging Face Hub" appears twice ("Hugging Face Hub CLI" and "on the Hugging Face Hub") — consolidate to state the niche once.

DimensionReasoningScore

Specificity

Quotes "downloading, uploading, and managing repositories, models, datasets, and Spaces" — multiple specific concrete actions tied to concrete object types, matching the score-3 anchor; not score 2 because the actions are comprehensive rather than partial.

3 / 3

Completeness

Clearly states what the skill does but has no "Use when..." or equivalent explicit trigger clause, so per the judging guidelines completeness is capped at 2; not score 3 because the when is missing rather than explicit.

2 / 3

Trigger Term Quality

Natural terms users would say are well covered: "Hugging Face Hub CLI", "download", "upload", "models, datasets, Spaces", plus the deprecated "huggingface-cli" users may still invoke; not score 2 because common variations are present rather than missing.

3 / 3

Distinctiveness Conflict Risk

"Hugging Face Hub CLI (`hf`)" is a clear, distinct niche unlikely to trigger for unrelated skills; not score 2 because the domain and command name make overlap with similar skills unlikely.

3 / 3

Total

11

/

12

Passed

Validation

100%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
openai/plugins
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.