hf-space-recovery Skill
Diagnose and recover failing or stuck Hugging Face Space deployments for OpenEnv environments. Use when deploying envs from envs/ to the Hub (openenv namespace with version suffixes), when Spaces are in BUILDING/APPSTARTING/RUNTIMEERROR, or when release collections need to be reconciled after targeted redeploys. Published by huggingface in OpenEnv.
What is hf-space-recovery Skill?
Diagnose and recover failing or stuck Hugging Face Space deployments for OpenEnv environments. Use when deploying envs from envs/ to the Hub (openenv namespace with version suffixes), when Spaces are in BUILDING/APPSTARTING/RUNTIMEERROR, or when release collections need to be reconciled after targeted redeploys. Published by huggingface in OpenEnv. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Testing
- Testing use cases
Technical details
- Install or run with Copy skill directory
When to use hf-space-recovery Skill
- Use it for testing.
Built with
Editorial notes
Source
- Creator: huggingface
- Repository: huggingface/OpenEnv
- Skill file: .claude/skills/hf-space-recovery/SKILL.md
What it does
Diagnose and recover failing or stuck Hugging Face Space deployments for OpenEnv environments. Use when deploying envs from envs/ to the Hub (openenv namespace with version suffixes), when Spaces are in BUILDING/APPSTARTING/RUNTIMEERROR, or when release collections need to be reconciled after targeted redeploys.
Skill instructions
HF Space Recovery Use this skill to recover OpenEnv Hub deployments quickly with minimal blast radius. Execute This Workflow 1) Confirm release tuple Use a single release tuple across all commands: - Namespace: openenv - Version: vX.Y.Z - Space suffix: -vX-Y-Z Default to a version suffix and treat unsuffixed Spaces as legacy. 2) Snapshot runtime status Collect all versioned spaces and isolate non-running ones: bash hf spaces ls --author openenv --limit 500 --expand=runtime \ | jq -r '.[] | select(.id|test("-v[0-9]+-[0-9]+-[0-9]+$")) \ | [.id, .runtime.stage, (.runtime.raw.errorMessage // "")] | @tsv' \ | sort Treat RUNNING and SLEEPING as healthy. Triage everything else. 3) Classify and extract signal - RUNTIMEERROR: read traceback from .runtime.raw.errorMessage. - BUILDERROR: read build error text from runtime info, then patch Dockerfile/deps. - APPSTARTING longer than 10 minutes: inspect event stream and metrics before changing code. bash hf spaces info openenv/<space-id --expand=run
Explore related resources
Frequently asked questions
What is hf-space-recovery?
hf-space-recovery is a open-source AI agent skill with Copy skill directory. Diagnose and recover failing or stuck Hugging Face Space deployments for OpenEnv environments.
Who is hf-space-recovery best for?
hf-space-recovery is best for reusing agent instructions, scripts, and references, testing workflows.
How do I install hf-space-recovery?
Install or run hf-space-recovery using Copy skill directory. Check hf-space-recovery for the latest setup command.
Is hf-space-recovery actively maintained?
hf-space-recovery may need a closer maintenance check before production use.
Auto-fetched from GitHub.