Skip to main content
DevOpsopenai

huggingface-jobs

This skill should be used when users want to run any workload on Hugging Face Jobs infrastructure. Covers UV scripts, Docker-based jobs, hardware selection, cost estimation, authentication with tokens, secrets management, timeout configuration, and result persistence. Designed for general-purpose compute workloads including data processing, inference, experiments, batch jobs, and any Python-based tasks. Should be invoked for tasks involving cloud compute, GPU workloads, or when users mention running jobs on Hugging Face infrastructure without local setup.

Stars
1,305
Source
openai/plugins
Updated
2026-05-30
Slug
openai--plugins--jobs
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/openai/plugins/HEAD/plugins/hugging-face/skills/jobs/SKILL.md -o .claude/skills/jobs.md

Drops the SKILL.md into .claude/skills/jobs.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.