# Send envoic to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "envoic",
    "name": "envoic",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/mahimairaja/envoic",
    "canonicalUrl": "https://clawhub.ai/mahimairaja/envoic",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/envoic",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=envoic",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "agents/openai.yaml",
      "references/troubleshooting.md",
      "references/commands.md",
      "references/safety.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "envoic",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-01T19:44:55.680Z",
      "expiresAt": "2026-05-08T19:44:55.680Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=envoic",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=envoic",
        "contentDisposition": "attachment; filename=\"envoic-0.0.9.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "envoic"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/envoic"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/envoic",
    "downloadUrl": "https://openagent3.xyz/downloads/envoic",
    "agentUrl": "https://openagent3.xyz/skills/envoic/agent",
    "manifestUrl": "https://openagent3.xyz/skills/envoic/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/envoic/agent.md"
  }
}
```
## Documentation

### envoic - Environment Scanner and Cleanup Skill

Use envoic to discover and safely clean Python virtual environments, node_modules, and development artifacts.

### Quick Start

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.

### 1) Onboarding Health Check

Run uvx envoic info .venv (or npx envoic info node_modules).
If environment is broken or stale, propose delete-and-recreate steps.

### 2) Disk Space Recovery

Run uvx envoic scan <root> --deep and/or npx envoic scan <root> --deep.
Identify largest stale candidates.
Run manage --dry-run, then actual cleanup only after confirmation.

### 3) Build/Test Artifact Cleanup

Scan project root.
Prefer deleting SAFE artifacts first.
Warn for CAREFUL artifacts.

### Safety Contract

Always scan before delete.
Prefer --dry-run before destructive operations.
Never delete lock files or project manifest files.
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)
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: mahimairaja
- Version: 0.0.9
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-01T19:44:55.680Z
- Expires at: 2026-05-08T19:44:55.680Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/envoic)
- [Send to Agent page](https://openagent3.xyz/skills/envoic/agent)
- [JSON manifest](https://openagent3.xyz/skills/envoic/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/envoic/agent.md)
- [Download page](https://openagent3.xyz/downloads/envoic)