Agent Skills: openenv-cli

OpenEnv CLI (`openenv`) for scaffolding, validating, building, and pushing OpenEnv environments.

UncategorizedID: meta-pytorch/openenv/openenv-cli

Repository

huggingfaceLicense: BSD-3-Clause
2,391405

Install this agent skill to your local

pnpm dlx add-skill https://github.com/huggingface/OpenEnv/tree/HEAD/.agents/skills/openenv-cli

Skill Files

Browse the full folder contents for openenv-cli.

Download Skill

Loading file tree…

.agents/skills/openenv-cli/SKILL.md

Skill Metadata

Name
openenv-cli
Description
"OpenEnv CLI (`openenv`) for scaffolding, validating, building, and pushing OpenEnv environments."

Install: pip install openenv-core

The OpenEnv CLI command openenv is available. Use openenv --help to view available commands.

Generated with openenv-core v0.2.3. Run openenv skills add --force to regenerate.

Tips

  • Start with openenv init <env_name> to scaffold a new environment
  • Validate projects with openenv validate
  • Build and deploy with openenv build and openenv push
  • Use openenv <command> --help for command-specific options