Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Run Mission Control visual QA on SAPCONET over SSH using Puppeteer screenshots and basic DOM checks.
Run Mission Control visual QA on SAPCONET over SSH using Puppeteer screenshots and basic DOM checks.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Author: Billy (SAPCONET)
Run visual QA (screenshots + basic DOM checks) for Mission Control pages on SAPCONET via SSH (Neill machine 100.110.24.44).
scripts/mission-control-visual-qa.js: Puppeteer-based remote runner (intended to run on SAPCONET). scripts/run-mission-control-visual-qa.sh: Local helper that copies and runs the Node script over scp + ssh.
Only target Mission Control pages you are authorized to inspect. Default output path is ~/.openclaw/workspace/output/visual-qa/ on SAPCONET. No external network activity is performed by scripts other than SSH/SCP to SAPCONET and page loads for supplied URLs. Script is read-only and does not submit forms or click destructive controls.
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@100.110.24.44) REMOTE_RUN_DIR (default: ~/.openclaw/workspace/mission-control-visual-qa-runner) OUTPUT_DIR (default: ~/.openclaw/workspace/output/visual-qa/)
On SAPCONET host, each URL produces: *.png screenshot basic DOM result (title + presence of main, h1, and body text) final JSON summary printed to stdout
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.