{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/envoic",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=envoic",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "agents/openai.yaml",
      "references/troubleshooting.md",
      "references/commands.md",
      "references/safety.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/envoic",
    "agentPageUrl": "https://openagent3.xyz/skills/envoic/agent",
    "manifestUrl": "https://openagent3.xyz/skills/envoic/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/envoic/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "envoic - Environment Scanner and Cleanup Skill",
        "body": "Use envoic to discover and safely clean Python virtual environments, node_modules, and development artifacts."
      },
      {
        "title": "Quick Start",
        "body": "uvx envoic scan .\nuvx envoic manage . --dry-run\nnpx envoic scan . --deep\n\nIf uvx is unavailable, install Python package with pip install envoic.\nIf npx is unavailable, install JS package with npm install -g envoic."
      },
      {
        "title": "1) Onboarding Health Check",
        "body": "Run uvx envoic info .venv (or npx envoic info node_modules).\nIf environment is broken or stale, propose delete-and-recreate steps."
      },
      {
        "title": "2) Disk Space Recovery",
        "body": "Run uvx envoic scan <root> --deep and/or npx envoic scan <root> --deep.\nIdentify largest stale candidates.\nRun manage --dry-run, then actual cleanup only after confirmation."
      },
      {
        "title": "3) Build/Test Artifact Cleanup",
        "body": "Scan project root.\nPrefer deleting SAFE artifacts first.\nWarn for CAREFUL artifacts."
      },
      {
        "title": "Safety Contract",
        "body": "Always scan before delete.\nPrefer --dry-run before destructive operations.\nNever delete lock files or project manifest files.\nRequire explicit user confirmation for non-dry-run cleanup.\n\nSee full policy in references/safety.md."
      },
      {
        "title": "Verified Trigger Phrases",
        "body": "\"Find and remove stale virtualenvs\"\n\"Clean old node_modules and caches\"\n\"I hit ENOSPC, free up disk from dev artifacts\"\n\"Audit environment sprawl in this workspace\"\n\"Check if this .venv is broken\"\n\"List largest build artifacts\"\n\"Dry-run cleanup plan for Python and JS\"\n\"Find dangling venv symlinks\"\n\"Clean test/build caches safely\"\n\"Generate JSON report for stale environments\""
      },
      {
        "title": "References",
        "body": "Full command catalog: references/commands.md\nSafety and risk tiers: references/safety.md\nTroubleshooting and fallbacks: references/troubleshooting.md"
      },
      {
        "title": "Tool-Specific Surface Files",
        "body": "Codex: .agents/skills/envoic/SKILL.md (symlink/copy of this skill)\nCursor: .cursorrules (generated adapter)\nCopilot: .github/copilot-instructions.md (generated adapter)\nClaude: .claude-plugin/plugins.yaml (generated adapter)"
      }
    ],
    "body": "envoic - Environment Scanner and Cleanup Skill\n\nUse envoic to discover and safely clean Python virtual environments, node_modules, and development artifacts.\n\nQuick Start\nuvx envoic scan .\nuvx envoic manage . --dry-run\nnpx envoic scan . --deep\n\n\nIf uvx is unavailable, install Python package with pip install envoic. If npx is unavailable, install JS package with npm install -g envoic.\n\nPrimary Workflows\n1) Onboarding Health Check\nRun uvx envoic info .venv (or npx envoic info node_modules).\nIf environment is broken or stale, propose delete-and-recreate steps.\n2) Disk Space Recovery\nRun uvx envoic scan <root> --deep and/or npx envoic scan <root> --deep.\nIdentify largest stale candidates.\nRun manage --dry-run, then actual cleanup only after confirmation.\n3) Build/Test Artifact Cleanup\nScan project root.\nPrefer deleting SAFE artifacts first.\nWarn for CAREFUL artifacts.\nSafety Contract\nAlways scan before delete.\nPrefer --dry-run before destructive operations.\nNever delete lock files or project manifest files.\nRequire explicit user confirmation for non-dry-run cleanup.\n\nSee full policy in references/safety.md.\n\nVerified Trigger Phrases\n\"Find and remove stale virtualenvs\"\n\"Clean old node_modules and caches\"\n\"I hit ENOSPC, free up disk from dev artifacts\"\n\"Audit environment sprawl in this workspace\"\n\"Check if this .venv is broken\"\n\"List largest build artifacts\"\n\"Dry-run cleanup plan for Python and JS\"\n\"Find dangling venv symlinks\"\n\"Clean test/build caches safely\"\n\"Generate JSON report for stale environments\"\nReferences\nFull command catalog: references/commands.md\nSafety and risk tiers: references/safety.md\nTroubleshooting and fallbacks: references/troubleshooting.md\nTool-Specific Surface Files\nCodex: .agents/skills/envoic/SKILL.md (symlink/copy of this skill)\nCursor: .cursorrules (generated adapter)\nCopilot: .github/copilot-instructions.md (generated adapter)\nClaude: .claude-plugin/plugins.yaml (generated adapter)"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/mahimairaja/envoic",
    "publisherUrl": "https://clawhub.ai/mahimairaja/envoic",
    "owner": "mahimairaja",
    "version": "0.0.9",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}