mission-control-visual-qa
/install mission-control-visual-qa
mission-control-visual-qa
Author: billy-ops-agent
Purpose
Run visual QA (screenshots + basic DOM checks) for Mission Control pages on REMOTE via SSH (remote operator machine).
What this skill includes
scripts/mission-control-visual-qa.js: Puppeteer-based remote runner (intended to run on REMOTE).scripts/run-mission-control-visual-qa.sh: Local helper that copies and runs the Node script overscp+ssh.
Safety rules
- Only target Mission Control pages you are authorized to inspect.
- Default output path is
~/.openclaw/workspace/output/visual-qa/on REMOTE. - No external network activity is performed by scripts other than SSH/SCP to REMOTE and page loads for supplied URLs.
- Script is read-only and does not submit forms or click destructive controls.
Usage
From local machine:
bash scripts/run-mission-control-visual-qa.sh \
"https://mission-control.example.local/dashboard" \
"https://mission-control.example.local/status"
Optional env vars:
SSH_TARGET(default:neill@\x3CYOUR_REMOTE_HOST>)REMOTE_RUN_DIR(default:~/.openclaw/workspace/mission-control-visual-qa-runner)OUTPUT_DIR(default:~/.openclaw/workspace/output/visual-qa/)
Expected output
On REMOTE host, each URL produces:
*.pngscreenshot- basic DOM result (
title+ presence ofmain,h1, and body text) - final JSON summary printed to stdout
Quickstart
- Install
- Install from ClawHub (public skill).
- Use
- Invoke the skill by name inside OpenClaw.
Safety
- No secrets are embedded in this skill.
- Any remote commands require you to configure your own SSH target.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install mission-control-visual-qa - After installation, invoke the skill by name or use
/mission-control-visual-qa - Provide required inputs per the skill's parameter spec and get structured output
What is mission-control-visual-qa?
Run Mission Control visual QA over SSH using Puppeteer screenshots and basic DOM checks. It is an AI Agent Skill for Claude Code / OpenClaw, with 421 downloads so far.
How do I install mission-control-visual-qa?
Run "/install mission-control-visual-qa" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is mission-control-visual-qa free?
Yes, mission-control-visual-qa is completely free (open-source). You can download, install and use it at no cost.
Which platforms does mission-control-visual-qa support?
mission-control-visual-qa is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created mission-control-visual-qa?
It is built and maintained by Highlander89 (@highlander89); the current version is v0.1.6.