qclaw-env

Diagnose and install OpenClaw skill environments on macOS and Windows.

Updated Apr 14, 2026
One-click install
npx skills add https://github.com/novolei/if2Ai --skill qclaw-env-novolei
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qclaw-env
Source: https://github.com/novolei/if2Ai/tree/main/src-tauri/resources/bundled-skills/qclaw-env
Command: npx skills add https://github.com/novolei/if2Ai --skill qclaw-env-novolei

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

OpenClaw 的全链路环境配置需要跨平台的诊断与安装流程。本技能提供统一的环境检查、工具安装与配置能力,确保后续 AI 助手能够在受控、可重复的环境中工作。

Core Features & Use Cases

  • 全链路环境诊断:自动检测 macOS/Windows 的运行时、包管理器、CLI 工具及环境变量状态。
  • 安装与配置:按需安装 node, python, go, uv, brew/scoop/winget 等,并配置镜像源与 PATH。
  • 环境合规与验证:执行 post-install 验证,确保工具版本一致且可用,支持异常情况提示与回退。

Quick Start

在首次使用时,执行 OpenClaw 的环境诊断工具以确保系统就绪,然后根据提示完成缺失组件的安装。

Frequently Asked Questions about qclaw-env

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

FAQPage Schema
How do I run a full environment diagnosis for OpenClaw on macOS and Windows?

You can run the OpenClaw environment diagnosis to automatically detect existing runtimes, package managers, CLI utilities, and environment variables on macOS and Windows. It performs pre-checks to ensure your system is ready before attempting any installations.

What CLI tools and runtimes can be installed automatically for OpenClaw?

The installation tool can set up node, python, go, and uv, alongside package managers like brew, scoop, and winget. It configures necessary mirrors and PATH variables automatically to ensure the OpenClaw environment functions correctly.

Do I need to manually configure mirrors and PATH variables after installing OpenClaw runtimes?

No, you do not need to manually configure mirrors and PATH variables after installing runtimes. The tool handles mirror configuration and PATH setup automatically during the installation flow to ensure your environment is compliant.

What happens if an OpenClaw environment installation fails or encounters an error?

If an installation fails, the tool enforces a safe install flow with explicit error handling and prompts when automation is not possible. It also executes post-install validation to verify tool versions and supports rollback for failed components.

Can I use this environment diagnostic tool on both macOS and Windows?

Yes, you can use the environment diagnostic tool on both macOS and Windows. It is specifically designed to detect existing tools, configure mirrors, and install required runtimes across both operating systems seamlessly.