Install
openclaw skills install envoicScan, audit, and clean up Python virtual environments (.venv, conda), node_modules, and development artifacts consuming disk space. Use when the user mentions disk space, environment cleanup, stale venvs, node_modules bloat, project cleanup, broken environments, dangling symlinks, or asks about disk usage from development tools. Also use when encountering ENOSPC errors, slow installs from cache bloat, or when onboarding into a project and needing to verify environment health.
openclaw skills install envoicUse envoic to discover and safely clean Python virtual environments, node_modules, and development artifacts.
uvx envoic scan .
uvx envoic manage . --dry-run
npx envoic scan . --deep
If uvx is unavailable, install Python package with pip install envoic.
If npx is unavailable, install JS package with npm install -g envoic.
uvx envoic info .venv (or npx envoic info node_modules).uvx envoic scan <root> --deep and/or npx envoic scan <root> --deep.manage --dry-run, then actual cleanup only after confirmation.--dry-run before destructive operations.See full policy in references/safety.md.
references/commands.mdreferences/safety.mdreferences/troubleshooting.md.agents/skills/envoic/SKILL.md (symlink/copy of this skill).cursorrules (generated adapter).github/copilot-instructions.md (generated adapter).claude-plugin/plugins.yaml (generated adapter)