openclaw-parallels-smoke

Validate OpenClaw VM installs, upgrades, gateway health, and agent workflows in Parallels guests.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/JOHNNYWHITEMIKE/openclaw --skill openclaw-parallels-smoke-johnnywhitemike
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openclaw-parallels-smoke
Source: https://github.com/JOHNNYWHITEMIKE/openclaw/tree/main/openclaw/.openclaw/openclaw/.agents/skills/openclaw-parallels-smoke
Command: npx skills add https://github.com/JOHNNYWHITEMIKE/openclaw --skill openclaw-parallels-smoke-johnnywhitemike

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It verifies that OpenClaw’s VM-based install, upgrade, gateway health, and agent/gateway workflows still work correctly across macOS, Windows, and Linux guest environments under Parallels.

Core Features & Use Cases

  • End-to-end Parallels smoke & reruns: Supports fresh snapshots, upgrade lanes, and rerun/upgrade-to-main checks across macOS, Windows, and Linux guests.
  • Gateway and agent verification with guardrails: Uses deep gateway status with RPC requirements when available, applies known fallbacks, and enforces session/model isolation to prevent state leakage.
  • Install parity checks (npm vs tgz vs repo checkout): Ensures the guest can run a real installed CLI/shim (including macOS PATH-visible verification) after upgrades and installs.
  • Optional Discord roundtrip validation: Adds a controllable Discord send/read verification step when the required tokens and IDs are provided.

Quick Start

Run the OpenClaw Parallels smoke workflow for your target platform by asking: “Execute the openclaw-parallels-smoke skill to run the macOS/Windows/Linux fresh snapshot smoke and upgrade checks with JSON summaries.”

Frequently Asked Questions about openclaw-parallels-smoke

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

FAQPage Schema
How do I run end-to-end smoke tests for VM installs in Parallels?

To run end-to-end VM smoke tests in Parallels, execute a workflow that validates fresh snapshot baselines, upgrade-to-main checks, and reruns across macOS, Windows, and Linux guests. It enforces snapshot and VM selection policies while verifying gateway health and agent workflows.

What is VM install parity checking and how does it work for CLI shims?

VM install parity checking ensures a guest can run a real installed CLI shim by verifying deterministic parity across npm, tgz, and repo checkout installations. This includes macOS PATH-visible verification to confirm CLI accessibility after upgrades and installs.

How do I verify gateway health and agent workflows after a VM upgrade?

You verify gateway health and agent workflows after a VM upgrade by running deep gateway status checks with RPC requirements. The process applies version-specific fallbacks and enforces session and model isolation to prevent state leakage during agent verification.

Can I use Parallels VMs to test cross-platform agent workflows on macOS, Windows, and Linux?

Yes, you can test cross-platform agent workflows on macOS, Windows, and Linux guests within Parallels. The validation covers OpenClaw's VM-based install, upgrade, gateway health, and agent workflows across all three operating systems from a fresh snapshot baseline.

Does Discord roundtrip validation work with automated VM smoke testing?

Discord roundtrip validation works with automated VM smoke testing by adding a controllable send and read verification step. This optional validation activates when required Discord tokens and IDs are provided, ensuring messaging workflows function correctly after install checks.

Why do my agent verification checks fail with state leakage across test reruns?

Agent verification checks fail with state leakage across test reruns when session and model isolation are not properly enforced. The smoke testing workflow prevents this by applying strict isolation policies and using version-specific gateway fallbacks during RPC checks.