hugging-face-jobs

Run Python workloads on Hugging Face Jobs with secure HF_TOKEN authentication.

1|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/BlackRoad-OS-Inc/blackroad-operator --skill hugging-face-jobs-blackroad-os-inc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hugging-face-jobs
Source: https://github.com/BlackRoad-OS-Inc/blackroad-operator/tree/main/agents/skills/skills/hugging-face-jobs
Command: npx skills add https://github.com/BlackRoad-OS-Inc/blackroad-operator --skill hugging-face-jobs-blackroad-os-inc

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Enable secure, token-authenticated execution of Hugging Face Jobs workloads.

Core Features & Use Cases

  • Run Python workloads on cloud compute via Hugging Face Jobs, with GPU/CPU flavors and automatic hardware selection.
  • Manage authentication securely with HF_TOKEN secrets, differentiating secrets from environment variables and enabling safe Hub interactions.
  • Persist results to Hugging Face Hub to prevent ephemeral job data loss, supporting datasets and models as outputs.
  • Leverage ready-made UV scripts and standard workflows for data processing, inference, experiments, and scheduled tasks.

Quick Start

Submit a GPU-enabled job via hf_jobs with your script and a secure HF_TOKEN to run on Hugging Face Hub and persist results.

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 Python workloads on cloud compute with Hugging Face Jobs?

You can run Python workloads on Hugging Face Jobs by submitting a script with a secure HF_TOKEN secret, enabling automatic hardware selection across GPU and CPU environments for data processing and inference.

How does token management work for Hugging Face Hub interactions?

Token management for Hugging Face Hub interactions works by differentiating secrets from environment variables, using HF_TOKEN secrets to authenticate safe job execution and persist results to prevent ephemeral data loss.

Can I use vllm for model inference on Hugging Face Jobs?

Yes, you can use vllm for model inference on Hugging Face Jobs. The environment supports dependencies like vllm, torch, and transformers to execute GPU-enabled batch tasks and experiments securely.

What is the best way to persist results from Hugging Face Jobs to the Hub?

The best way to persist results from Hugging Face Jobs to the Hub is by using secure token-authenticated workflows that save datasets and models as outputs, preventing ephemeral job data loss after execution.

Do I need a specific SKILL.md frontmatter to run Hugging Face Jobs workloads?

Yes, you need a valid SKILL.md frontmatter containing name and description fields to run Hugging Face Jobs workloads, while optional resources can be included in scripts, references, and assets directories.

Why do my Hugging Face Jobs results disappear after execution?

Hugging Face Jobs results disappear after execution because job data is ephemeral. You must persist results to the Hugging Face Hub using secure token authentication to save datasets and models as outputs.