ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 4/5

mission-control-visual-qa

Run Mission Control visual QA on SAPCONET over SSH using Puppeteer screenshots and basic DOM checks.

Why use this skill?

Automate visual QA for Mission Control via SSH. Capture screenshots and perform DOM validation on SAPCONET pages using this OpenClaw skill.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/highlander89/billy-mission-control-visual-qa
Or

What This Skill Does

The mission-control-visual-qa skill is a specialized automation tool designed for SAPCONET developers and system administrators. It enables remote visual quality assurance of Mission Control web pages by leveraging Puppeteer to execute controlled, headless browser tasks over SSH. Rather than relying on manual browser checks, this skill automates the capture of high-fidelity screenshots and performs essential Document Object Model (DOM) validations—such as verifying page titles, the presence of header tags, and container elements like 'main'—directly on the target server. By utilizing a local helper script to coordinate SSH and SCP operations, it maintains a clean architecture where the heavy lifting happens on the remote host (100.110.24.44), keeping your local environment lightweight while ensuring consistent test results across internal networks.

Installation

To integrate this skill into your OpenClaw agent, execute the following command in your terminal:

clawhub install openclaw/skills/skills/highlander89/billy-mission-control-visual-qa

Ensure that you have SSH access configured for the target Neill machine ([email protected]) and that Node.js with Puppeteer dependencies are available on the remote host for the scripts to execute successfully.

Use Cases

  • Automated regression testing for internal Mission Control dashboard updates.
  • Periodic status checks on sensitive internal-only web services.
  • Generating visual proof of deployment state for stakeholders without requiring direct manual access to servers.
  • Troubleshooting UI layout regressions by comparing historical screenshots captured via the automated workspace output.

Example Prompts

  1. "Run a visual QA check on the primary dashboard and status page at https://mission-control.example.local and provide a summary of the DOM status."
  2. "Perform a visual audit of all mission control pages. Send the output to the default directory and summarize any missing headers or structural failures."
  3. "Check if the Mission Control dashboard is rendering correctly using the visual QA skill. Please output the result to my local workspace folder."

Tips & Limitations

  • The script is strictly read-only; it does not interact with forms or buttons, ensuring the safety of your live production or staging data.
  • Ensure you are within the VPN or authorized network range of the target machine, as SSH/SCP connectivity is required.
  • Customize the REMOTE_RUN_DIR and OUTPUT_DIR environment variables if you are working on a multi-user shared host to avoid file collisions.
  • The DOM checks are limited to basic structure; for complex functionality testing, consider extending the provided Puppeteer script.

Metadata

Stars2387
Views4
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-highlander89-billy-mission-control-visual-qa": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#puppeteer#qa#automation#sapconet#ssh
Safety Score: 4/5

Flags: file-write, file-read, code-execution