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.
Decision snapshot
Is this a fit?
Testing, Includes SKILL.md, Reusable instructions
Compatibility not yet detected.
Permission behavior not yet detected.
Copy skill directory
21 days ago · BSD-3-Clause license
No specific cautions were detected. Review the source and requested permissions before installing.
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. See how SkillIndex evaluates profiles.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Testing
- Testing use cases
Declared skill metadata
- Source file: .claude/skills/hf-space-recovery/SKILL.md
These fields retain source and confidence evidence from the indexed SKILL.md.
Compatibility and setup
- 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
Verified compatibility and discovery
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.
Project health auto-fetched from the source repository.
Maintain this resource?
Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.