返回顶部
e

envoic

>-

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 0.0.9
安全检测
已通过
327
下载量
1
收藏
概述
安装方式
版本历史

envoic

# envoic - Environment Scanner and Cleanup Skill Use envoic to discover and safely clean Python virtual environments, `node_modules`, and development artifacts. ## Quick Start ```bash 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`. ## Primary Workflows ### 1) Onboarding Health Check 1. Run `uvx envoic info .venv` (or `npx envoic info node_modules`). 2. If environment is broken or stale, propose delete-and-recreate steps. ### 2) Disk Space Recovery 1. Run `uvx envoic scan <root> --deep` and/or `npx envoic scan <root> --deep`. 2. Identify largest stale candidates. 3. Run `manage --dry-run`, then actual cleanup only after confirmation. ### 3) Build/Test Artifact Cleanup 1. Scan project root. 2. Prefer deleting SAFE artifacts first. 3. Warn for CAREFUL artifacts. ## Safety Contract 1. Always scan before delete. 2. Prefer `--dry-run` before destructive operations. 3. Never delete lock files or project manifest files. 4. Require explicit user confirmation for non-dry-run cleanup. See full policy in `references/safety.md`. ## Verified Trigger Phrases - "Find and remove stale virtualenvs" - "Clean old node_modules and caches" - "I hit ENOSPC, free up disk from dev artifacts" - "Audit environment sprawl in this workspace" - "Check if this .venv is broken" - "List largest build artifacts" - "Dry-run cleanup plan for Python and JS" - "Find dangling venv symlinks" - "Clean test/build caches safely" - "Generate JSON report for stale environments" ## References - Full command catalog: `references/commands.md` - Safety and risk tiers: `references/safety.md` - Troubleshooting and fallbacks: `references/troubleshooting.md` ## Tool-Specific Surface Files - Codex: `.agents/skills/envoic/SKILL.md` (symlink/copy of this skill) - Cursor: `.cursorrules` (generated adapter) - Copilot: `.github/copilot-instructions.md` (generated adapter) - Claude: `.claude-plugin/plugins.yaml` (generated adapter)

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 envoic-1776289328 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 envoic-1776289328 技能

通过命令行安装

skillhub install envoic-1776289328

下载 Zip 包

⬇ 下载 envoic v0.0.9

文件大小: 3.64 KB | 发布时间: 2026-4-16 17:39

v0.0.9 最新 2026-4-16 17:39
envoic 0.0.9 Changelog

- Expanded to support both Python (venv, conda) and JavaScript (node_modules) environments.
- Added disk space scanning and cleanup for virtual environments, node_modules, and development artifacts.
- Introduced verified trigger phrases for easier discovery during workspace health checks and cleanups.
- Emphasized safety: requires scans and dry-runs before destructive actions, and explicit confirmation for cleanup.
- Provided quick start examples and detailed, workflow-oriented usage documentation.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部