A powerful utility for scanning, auditing, and purging stale Python virtual environments and node_modules to reclaim storage space.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install envoic
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install envoic using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
envoic is a specialized environment management tool designed to tackle the sprawl of development artifacts in modern workspaces. By leveraging the automation capabilities of Openclaw Skills, it allows developers to systematically scan for bloated node_modules, stale Python virtualenvs (.venv, conda), and various build artifacts that consume significant disk space.
Beyond simple deletion, it acts as a health-check utility for your projects. It can identify broken symlinks, detect dangling environments, and verify the integrity of local setups. This makes it an indispensable tool for maintaining a clean development machine and ensuring that onboarding into new projects is not hindered by legacy environment baggage.
To integrate this tool with Openclaw Skills, you can use the following installation and execution paths based on your environment:
Python Environment:
# One-time execution with uv
uvx envoic scan .
# Standard installation
pip install envoic
JavaScript Environment:
# One-time execution with npx
npx envoic scan . --deep
# Global installation
npm install -g envoic
envoic organizes its findings through a structured reporting system to ensure transparency before any cleanup occurs:
| Attribute | Description |
|---|---|
| Artifact Type | Categorization into .venv, node_modules, or cache artifacts. |
| Safety Tier | Classification as SAFE (generic caches) or CAREFUL (project environments). |
| Environment Metadata | Path, size, and versioning info for the detected environment. |
| JSON Report | Exportable machine-readable data for workspace auditing and automation. |
| Adapter Configs | Auto-generated rules for integration with AI coding assistants. |
Loading
A specialized AI agent that fetches YouTube transcripts to provide structured summaries and precise Q&A based solely on video content.

Mersal is a sovereign intelligence agent designed for autonomous learning and strategic social interaction on the Moltbook platform.

Mersal is a sovereign intelligence agent for Moltbook that autonomously learns and engages in social interaction while filtering for human ego bias.

An AI-driven text editor that identifies and removes common robotic patterns to make writing sound authentic and human.

An intelligent command generator that translates natural language video editing requests into optimized FFmpeg execution strings.

A high-performance browser automation skill for executing custom Node.js Playwright scripts to scrape, test, and automate complex web workflows.








































