One-click install
npx skills add https://github.com/234194027-cpu/xianclaw --skill qclaw-env-234194027-cpu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qclaw-env
Source: https://github.com/234194027-cpu/xianclaw/tree/main/resources/openclaw/config/skills/qclaw-env
Command: npx skills add https://github.com/234194027-cpu/xianclaw --skill qclaw-env-234194027-cpu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

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."

Frequently Asked Questions about qclaw-env

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

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

Environment diagnosis snapshots your platform, architecture, installed runtimes like node and python3, and required binaries to identify missing OpenClaw dependencies before installation. It applies a detect-before-install rule across macOS and Windows systems.

How do I configure domestic mirrors for Homebrew and npm to avoid installation timeouts?

Configuring domestic mirrors for Homebrew and npm prevents installation timeouts by routing downloads through local accelerators. The skill detects network reachability and applies domestic mirrors and Go proxies automatically when needed.

Does the OpenClaw environment setup guide me through PATH configuration and API key setup?

Yes, OpenClaw environment setup guides you through PATH configuration and API key setup. It ensures required runtime variables are correctly set so that installed CLI tools and runtimes function properly within your workflow.

What is the best way to fix command-not-found errors when running OpenClaw dependencies?

The best way to fix command-not-found errors is running a full environment diagnosis to detect broken or missing OpenClaw-required CLI tools. The skill verifies installations using tool version commands and suggests manual steps if admin permissions are required.

Can I use this environment diagnosis skill to verify my Go and Python package manager installations?

Yes, you can use this environment diagnosis skill to verify Go and Python package manager installations. It checks installed runtimes like python3, pip3, go, and uv, enforcing verification via tool version commands after any installation or configuration changes.

Why does dependency installation fail even after I set up the correct network mirrors?

Dependency installation can still fail after setting up network mirrors if your PATH configuration is incorrect or required environment variables are missing. The skill performs post-install verification to ensure runtimes are properly linked and accessible.