qclaw-openclaw

Execute OpenClaw CLI commands via QClaw wrapper scripts on macOS and Windows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

It provides a reliable way to run OpenClaw commands in environments where the global openclaw CLI is unavailable, preventing direct service manipulation and ensuring proper environment configuration.

Core Features & Use Cases

  • Cross‑platform wrappers: macOS Bash and Windows CMD scripts automatically set required environment variables from QClaw metadata.
  • Configuration management: Get, set, and unset OpenClaw config values with schema validation and transactional rollback.
  • Cron scheduling: List, add, edit, enable/disable, run, and inspect scheduled tasks.
  • Model handling: View, select, and manage default and image models.
  • Skills & plugins: List, inspect, enable/disable, install, and uninstall extensions.
  • Agent and channel administration: Manage agents, channels, and view read‑only gateway status.
  • Safety policies: Enforces prohibition of service restarts, disallows destructive commands, and requires official schema checks before any configuration change.

Quick Start

Ask the skill to run an OpenClaw configuration command, such as retrieving the gateway port using the QClaw wrapper script.

Frequently Asked Questions about qclaw-openclaw

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

FAQPage Schema
How do I run OpenClaw CLI commands without a global installation?

You can run OpenClaw CLI commands without a global installation by using cross-platform wrapper scripts that inject required environment variables and safely execute configuration, model, and plugin management tasks on macOS and Windows.

How do I safely change OpenClaw configuration values?

To safely change OpenClaw configuration, the wrapper scripts perform official schema validation and create a backup before writing, ensuring transactional rollback if the update fails.

Can I manage OpenClaw cron schedules and models on Windows?

Yes, you can manage OpenClaw cron schedules and models on Windows. The scripts support listing, adding, and editing scheduled tasks, as well as viewing and selecting default and image models.

Why are OpenClaw service restart operations blocked?

OpenClaw service restart operations are blocked by enforced safety policies to prevent direct service manipulation and disallow destructive commands, ensuring reliable environment configuration without unintended downtime.

Does the QClaw wrapper support OpenClaw plugin management?

Yes, the wrapper supports OpenClaw plugin management by allowing you to list, inspect, enable, disable, install, and uninstall extensions safely within environments lacking the global CLI.