mcpbeat

Openenv CLI

huggingface/openenv-cli

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

151 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
2474
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/huggingface/OpenEnv --skill openenv-cli

The instruction itself

1 sections, as written by the author

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

How to use it

Copy the folder

Take huggingface/openenv-cli from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.

Install what it needs

The instructions reference pip. Without those the skill loads but fails at the first command.