hugging-face-jobs

Run UV and Docker workloads on Hugging Face Jobs with secure authentication.

4|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/oabdelmaksoud/Openclaw-skills-Compilations --skill hugging-face-jobs-oabdelmaksoud
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hugging-face-jobs
Source: https://github.com/oabdelmaksoud/Openclaw-skills-Compilations/tree/main/hugging-face-jobs
Command: npx skills add https://github.com/oabdelmaksoud/Openclaw-skills-Compilations --skill hugging-face-jobs-oabdelmaksoud

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires datasets, flashinfer-python, huggingface-hub[hf_transfer], hf-xet>= 1.1.7, torch, transformers, vllm>=0.8.5, numpy, tqdm, scikit-learn, polars>=1.31.0, huggingface-hub, ascii-graph, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Run workloads on Hugging Face Jobs by coordinating UV scripts and Docker-based tasks with secure token handling and automatic persistence.

Core Features & Use Cases

  • Unified job submission for UV and Docker-based tasks with inline scripts.
  • Secure authentication via secrets and HF_TOKEN management.
  • Timeouts, monitoring, and persistence of results back to Hugging Face Hub.
  • Hardware flavor guidance for CPU, GPU, and TPU workloads and cost considerations.
  • Use cases including data processing, batch inference, experiments, and scheduled jobs.

Quick Start

Submit a simple job on HF Jobs and persist results back to the Hub.

Frequently Asked Questions about hugging-face-jobs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run batch inference and persist results back to the Hugging Face Hub?

To run batch inference and persist results, submit a Docker-based job or UV script to Hugging Face Jobs, which automatically authenticates via HF_TOKEN and saves generated datasets or docs back to Hub repos.

Can I use Hugging Face Jobs for scheduled data processing across different hardware flavors?

Yes, Hugging Face Jobs supports scheduled data processing across CPU, GPU, and TPU hardware flavors, offering guidance on cost considerations while automatically persisting results back to Hub repositories upon completion.

What is the best way to securely manage authentication tokens for Hugging Face cloud workloads?

The best way to manage authentication tokens for Hugging Face workloads is using secrets, which enforces security by requiring HF_TOKEN for job submission and automatically handling token management during cloud compute execution.

Does Hugging Face Jobs support inline UV scripts and Docker-based tasks for cloud compute?

Yes, Hugging Face Jobs supports both inline UV scripts and Docker-based tasks for cloud compute, providing a unified job submission interface to automate workloads with timeouts, progress monitoring, and hub persistence.

How do I handle timeouts and monitor progress for long-running experiments on Hugging Face?

To handle timeouts and monitor progress for experiments, configure timeout parameters during job submission on Hugging Face Jobs, which provides built-in progress monitoring and automatic persistence of experimental results to the Hub.

Why do I need an HF_TOKEN to run workloads on Hugging Face Jobs?

You need an HF_TOKEN because Hugging Face Jobs enforces security by requiring proper authentication via secrets, ensuring your cloud compute tasks can securely access resources and persist results back to Hub repositories.