What problem does it solve?
This Skill removes friction when your system is missing or misconfigured CLI tools, runtimes, package managers, or environment variables needed by OpenClaw workflows.
Core Features & Use Cases
- End-to-end environment diagnosis: Creates a full snapshot of platform, architecture, CLT/toolchains, installed runtimes (node/npm, python3/pip3, go, uv), and required CLI binaries before doing anything.
- Mirror-first installation workflow (国内可用): Detects network reachability and applies domestic mirrors/accelerators for Homebrew, npm, pip, and Go proxies when needed to avoid timeouts.
- Platform-correct, guided installs with fallbacks: Uses macOS and Windows installation manuals with deterministic “detect before install” rules, including verification after installation and clear user handoff steps when automation can’t complete.
- Environment configuration support: Guides setting PATH, API keys, and required runtime variables so skills can run correctly.
Quick Start
Ask: "Run qclaw-env to diagnose my environment and install any missing dependencies for OpenClaw; tell me what to run manually if admin permissions or interactive steps are required."