qclaw-env

Diagnose and remediate missing CLI tools, runtimes, and package managers on macOS and Windows.

18|6|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/alter123-zz/RaccoonClaw --skill qclaw-env-alter123-zz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qclaw-env
Source: https://github.com/alter123-zz/RaccoonClaw/tree/main/skills/qclaw-env
Command: npx skills add https://github.com/alter123-zz/RaccoonClaw --skill qclaw-env-alter123-zz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

qclaw-env eliminates uncertainty and failures when installing or configuring CLI tools, runtimes and package managers by providing a disciplined detect-then-install workflow, network/mirror checks, dependency chain resolution and clear user guidance for manual steps.

Core Features & Use Cases

  • Platform & Architecture Detection: Automatically detect OS and CPU architecture to select correct installers and PATH adjustments.
  • Full Environment Snapshot: Enumerates existing package managers, runtimes and CLI tools to avoid redundant installs.
  • Network and Mirror Checks: Tests connectivity to key services and enforces mirror configuration for slow or blocked networks.
  • Layered Dependency Installation: Follows a strict dependency chain (network → package manager → runtimes → CLIs → env vars) with validation and fallback (pkg/msi downloads) strategies.
  • User-Interaction Guidance: Produces step-by-step, copy-paste friendly instructions when elevated privileges or GUI actions are required.
  • Use Case: Prepare a macOS or Windows machine for OpenClaw skills by ensuring Homebrew/Scoop, node/python/go/uv, ffmpeg, gh and other CLIs are installed and validated.

Quick Start

Ask the agent to run a full environment diagnosis and install any missing package managers, runtimes, and CLI tools for your machine, and then report back the verification results.

Frequently Asked Questions about qclaw-env

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I diagnose and fix missing CLI tools and runtimes on macOS or Windows?

Diagnosing missing CLI tools and runtimes requires a detect-then-install workflow that enumerates existing package managers, resolves layered dependency chains, and validates the environment post-installation. This approach checks network reachability, selects correct installers based on OS and architecture, and provides manual fallback instructions when privileged actions are needed.

What is the correct installation order for package managers, runtimes, and CLI tools?

The correct installation order follows a strict layered dependency chain: network and mirror configuration first, then package manager installation, followed by runtimes, then CLIs, and finally environment variable configuration. Each layer is validated before proceeding to ensure a stable setup.

Can I configure network mirrors for package managers if my connection is slow or blocked?

Yes, you can configure network mirrors for package managers when facing slow or blocked connections. The environment diagnosis process includes network reachability checks to key services and enforces mirror configuration to ensure reliable downloads of runtimes and CLI tools.

Does environment diagnosis support both Homebrew on macOS and Scoop on Windows?

Yes, environment diagnosis supports both Homebrew on macOS and Scoop on Windows. It performs platform and architecture detection to select the correct installer, applies appropriate PATH adjustments, and ensures the selected package manager is validated before installing runtimes like node, python, or go.

Why does CLI tool installation fail and how do I handle privileged actions?

CLI tool installation often fails due to missing layered dependencies or network blocks. When privileged actions or GUI interventions are required, the diagnosis process generates step-by-step, copy-paste friendly manual instructions to guide you through the necessary elevation or configuration steps.

What's the best way to prepare a workstation for OpenClaw skills installation?

The best way to prepare a workstation is to run a full environment diagnosis that detects your platform architecture, snapshots existing tools, and installs missing package managers, runtimes, and CLIs like ffmpeg and gh. This ensures all dependencies are resolved and validated before skill execution.