Dev & Engineering hugging-face-hubmcpmodel-searchdataset-searchgradio-spacesgpu-jobsdocumentation-search

Hugging Face MCP Assistant

Connect agents to Hugging Face Hub for searchable models, datasets, documentation, apps, and compute jobs.

FollowSkills review · FSRS-2.0
Not recommended
36/ 100 5-point scale 1.8 / 5
Trust7 / 25 · 1.4/5

The skill explicitly depends on a connected Hugging Face MCP server and includes cloud jobs, dynamic Space invocation, and HF_TOKEN secrets. It does not specify least privilege, user confirmation, sensitive-data handling, data flows, rollback, or controls for external side effects, so substantial points are deducted. No credential theft, malware, or destructive default is evident.

Reliability7 / 20 · 1.8/5

Tool selection and examples are broadly internally consistent, and the dependency on the HF MCP server is stated. However, there is no guidance for unavailable tools, authentication failures, invalid parameters, failed remote jobs, abnormal input, or diagnostic failure feedback, and no committed tests cover the skill's key paths. Static calibration limits this to 10 or below.

Adaptability6 / 15 · 2.0/5

The document identifies concrete scenarios across models, datasets, Spaces, papers, documentation, and jobs for AI assistants using MCP. Trigger semantics, non-fit boundaries, input/output contracts, environment compatibility, Chinese support, and mainland-China reachability are insufficiently specified; core functionality depends on a remote Hugging Face service.

Convention7 / 15 · 2.3/5

The SKILL.md has clear frontmatter, use cases, a tool-selection table, and tips. Repository context supplies Apache-2.0 licensing, generated-artifact CI, security reporting, and publishing guidance. The skill itself lacks installation and dependency details, versioning/changelog information, known limitations, explicit maintenance ownership, and a concrete update path.

Effectiveness6 / 15 · 2.0/5

Examples map directly to searches, repository details, documentation retrieval, Space invocation, and job management, providing plausible tool-assisted value. Nevertheless, output formats, success criteria, failure handling, and representative usable results are unspecified, while authentication, remote-service dependence, and cost implications are not explained. Static evidence supports only limited core-task completion, capped at 7.

Verifiability3 / 10 · 1.5/5

The source provides auditable tool-call examples, and repository CI validates generated artifacts and the skills index. There are no skill-specific tests, execution records, or independent corroboration for the key paths, so conclusions rely mainly on documentation claims. Static calibration limits this to 5 or below.

Evidence confidence:Low Reviewed Jul 20, 2026 Reviewed revision 86cdeee824b7
The upstream repository has new commits since this review. The score still applies to the reviewed revision shown and may not cover the latest changes.
Before you use it
  • Before using hf_jobs or dynamic_space, obtain explicit user authorization and review scripts, images, parameters, input files, and secrets to avoid sending sensitive data to remote services.
  • Core functionality depends on the Hugging Face MCP server and overseas network services; reachability from mainland-China networks may be limited, so provide an accessible or local fallback.
  • Add guidance for authentication and tool failures, cost controls, cancellation/rollback, output formats, and tests covering the key tool paths.
Review evidence [1][2][3][4][5]
See the full review method →

What does this skill do, and when should you use it?

This skill connects an agent to the Hugging Face Hub through the Hugging Face MCP server. It searches models, datasets, Spaces, and papers, retrieves repository details and documentation, and runs Hugging Face Jobs. It can also use MCP-enabled Gradio Spaces as callable AI tools. The skill is available only when the agent is connected to the HF MCP server.

It calls model_search, dataset_search, space_search, and paper_search to discover Hub resources; uses hub_repo_details to retrieve repository details and READMEs; searches and fetches library documentation with hf_doc_search and hf_doc_fetch; submits, inspects, and reads logs for jobs through hf_jobs; discovers, inspects, and invokes Gradio Spaces with dynamic_space; checks identity with hf_whoami; and can call gr1_flux1_schnell_infer for image generation.

  1. A developer choosing a model for code generation can search by task, author, downloads, or trending score and inspect model documentation.
  2. A data team seeking English sentiment-analysis data can search datasets using language and task-category tags and review repository documentation.
  3. A developer who wants to reuse an existing AI application can find an MCP-enabled Gradio Space, inspect its parameters, and invoke it.
  4. An engineer validating GPU access or running training code can submit Hugging Face Jobs and inspect status and logs.
  5. A developer learning PEFT or LoRA workflows can search and fetch Hugging Face library documentation.
  6. A researcher studying reinforcement learning or related topics can search papers and inspect linked Hub resources.

What are this skill's strengths and limitations?

Pros
  • Covers model, dataset, Space, paper, documentation, and compute-job operations.
  • Can retrieve repository READMEs for fuller model or dataset context.
  • Can discover and invoke Gradio Spaces as AI tools.
  • Includes examples for submitting jobs, checking status, reading logs, and scheduling recurring jobs.
Limitations
  • Requires an active connection to the Hugging Face MCP server; otherwise it is unavailable.
  • The source does not document pricing, permission scopes, or retry behavior.
  • The source provides no test-suite or platform-testing evidence for this skill.
  • It focuses on MCP tool calls rather than providing the full Hugging Face CLI workflow.

How do you install this skill?

First configure and connect the Hugging Face MCP server at https://huggingface.co/settings/mcp. The repository README says to copy or symlink hf-mcp/skills/hf-mcp/ into a standard Codex .agents/skills location, such as $REPO_ROOT/.agents/skills or $HOME/.agents/skills. The source does not provide a dedicated installation command for this individual skill.

How do you use this skill?

With the skill loaded and the MCP server connected, give the agent a task such as Find the best model for code generation, Find datasets for sentiment analysis in English, What's happening with my training job?, or Create an image of a robot reading a book. The skill selects the relevant Hugging Face MCP tools.

How does this skill compare with similar options?

The README presents hf-cli as the recommended first skill for core Hub operations, while hf-mcp exposes search, documentation, Spaces, and Jobs capabilities through MCP server tools. The source does not provide comparisons with other competitors.

FAQ

Can I use this skill without connecting the Hugging Face MCP server?
No. The SKILL.md explicitly says it is available when connected to the HF MCP server.
Does it require local Node.js, Python, or Docker installation?
The source does not list those local dependencies. It explicitly requires access to the Hugging Face MCP server.
Can it run GPU jobs?
Yes. The examples show `hf_jobs` running GPU scripts and training jobs, then checking job status and logs.
Does using Hugging Face Jobs cost money?
The supplied material does not document pricing, so this cannot be determined from the source.

More skills from this repository

All from huggingface/skills

Dev & Engineering

Hugging Face ZeroGPU Builder

Build dependable Gradio AI demos and GPU workloads on Hugging Face ZeroGPU.

Data & Analysis

Sentence Transformers Training Assistant

Train retrieval, similarity, reranking, and sparse-search models with Sentence Transformers.

Dev & Engineering

Hugging Face Local Model Runner

Choose compatible GGUF quantizations from Hugging Face and run them locally with llama.cpp.

Data & Analysis

Hugging Face Model Memory Estimator

Estimate inference memory without downloading model weights.

Writing & Content

Hugging Face Paper Publisher

Publish, connect, and manage research papers on the Hugging Face Hub.

Dev & Engineering

Hugging Face Spaces Builder

Build, deploy, debug, and maintain machine-learning apps on Hugging Face Spaces.

Dev & Engineering

Hugging Face Hub CLI Skill

Give agents command-line control over Hugging Face Hub models, datasets, Spaces, jobs, and infrastructure.

Dev & Engineering

LoRA Space Demo Builder

Build and publish a tailored Gradio Space for a Hugging Face LoRA.

Data & Analysis

Hugging Face Dataset Explorer

Explore, query, and extract Hugging Face datasets through the Dataset Viewer API.

Data & Analysis

Hugging Face LLM Trainer

Train, fine-tune, and preserve models on Hugging Face cloud GPUs.

Data & Analysis

Hugging Face Local Evaluator

Run controlled inspect-ai or lighteval evaluations for Hugging Face Hub models on local hardware.

Data & Analysis

Trackio Experiment Tracking

Log, monitor, and query machine-learning experiments with dashboards, diagnostic alerts, and automation-ready output.

Data & Analysis

Hugging Face Vision Trainer

Train detection, classification, and segmentation models on Hugging Face Jobs GPUs and persist the results to the Hub.

Data & Analysis

Hugging Face Model Finder

Recommends AI models by task, benchmark performance, and available device memory.

Dev & Engineering

Hugging Face API Tool Builder

Turn Hugging Face API calls into reusable, composable command-line tools.

Dev & Engineering

Hugging Face Paper Research Assistant

Read AI papers and retrieve structured metadata from Hugging Face paper pages.

Automation & Ops

SageMaker Deployment Planner

Choose a practical Amazon SageMaker deployment path for your model, traffic pattern, and latency needs.

Dev & Engineering

Gradio Interactive App Builder

Build Gradio web interfaces, machine-learning demos, and chat apps in Python.

Automation & Ops

AWS Context Discovery

Resolve the active AWS environment before any account operation.

Automation & Ops

SageMaker Python Environment Setup

Build an isolated, version-aligned Python environment for SageMaker and AWS automation.

Related skills