Match Loop is an advanced iterative orchestration pattern for Openclaw Skills that pairs a generator agent with a visual analyst to ensure code matches target UI and functional requirements perfectly.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install match-loop
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install match-loop using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Match Loop is a specialized framework within Openclaw Skills designed for high-fidelity vibe-coding. It solves the common problem of one-shot generation failures by establishing a strict feedback loop between two distinct sub-agents. The generator focuses on rapid implementation and technical revision, while the analyst acts as a human-in-the-loop surrogate, performing deep code reviews and essential visual inspections in a live browser environment.
By leveraging this Openclaw Skills pattern, developers can move beyond simple text-based code generation. The system ensures that frontends are not just syntactically correct, but visually polished and functionally sound. It bridges the gap between what an AI thinks it wrote and what a user actually sees on their screen through mandatory visual QA protocols.
To utilize the Match Loop within your Openclaw Skills setup, ensure you have the necessary browser automation tools installed for the Analyst role:
# Install Playwright for visual inspection
npm install -g playwright
playwright install chromium
# Enable the skill in your Openclaw configuration
openclaw skill add match-loop
Ensure your environment allows for local port forwarding or has a preview URL mechanism enabled so the Analyst can access the rendered UI.
The Match Loop skill organizes its iterative data to maintain a clear history of the refinement process:
| Data Component | Description | Format |
|---|---|---|
| Target Definition | Core requirements and acceptance criteria | Markdown/JSON |
| Feedback Packet | Prioritized list of bugs and visual defects | Markdown |
| Visual Artifacts | Screenshots of the UI at different loop stages | .png / .jpg |
| Revision History | Log of changes made by the generator per round | Git-style diffs |
| Acceptance Status | Final sign-off: accepted, revise, or blocked | String Enumeration |
Loading
A high-performance AI video editing skill that transforms raw clips into polished 1080p HD videos through simple text commands and cloud-based rendering.

An AI-powered automation skill designed to detect and strip subtitles or text overlays from video files via the WeShop OpenAPI.

A high-performance AI video creation skill that transforms text descriptions and product photos into professional 1080p MP4 videos in minutes.

A powerful integration for managing GitHub repositories, pull requests, and CI/CD workflows using the GitHub CLI.

AgentYield is a high-performance observability layer that detects waste and optimizes costs for LLM and tool calls without compromising data privacy.

A professional AI-powered animation tool that converts static images into high-quality 1080p video clips via a cloud-based rendering pipeline.








































