A browser automation skill for capturing screenshots and performing visual reconnaissance to analyze pages for security indicators.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install screenshot-visual
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 screenshot-visual using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Screenshot + Visual Analysis skill is a powerful extension designed for browser automation and visual reconnaissance. By leveraging Playwright, this tool enables AI agents to automatically navigate to target URLs, capture high-quality screenshots, and inspect page layouts for visual anomalies or configuration issues. As part of the growing ecosystem of Openclaw Skills, it helps developers and security researchers build automated pipelines to visually audit their web surfaces.
By combining browser automation with structural analysis, the skill collects page sources, security headers, and visual layouts to flag potentially exposed panels, login forms, or debugging interfaces. It provides an efficient way to maintain a visual inventory of active web assets without manual overhead.
To get started with this component from the Openclaw Skills library, ensure you have Node.js and the necessary browser binaries installed:
# Install the Playwright MCP package
npm install -g @playwright/mcp
# Install the required browser binaries
npx playwright install chromium
Run the visual analysis script against any target URL:
node scripts/screenshot.js https://example.com
The skill structures its output systematically within the workspace to facilitate easy integration and automated analysis. Each execution generates files under the screenshots/ directory:
| File Path | Description |
|---|---|
screenshots/<domain>/<path>-<timestamp>.png |
The captured full-page visual screenshot of the target. |
screenshots/<domain>/<path>-<timestamp>.json |
Metadata file containing response headers, page title, and captured console logs. |
Loading
A local, privacy-first audio transcription skill that converts speech to text, subtitles (SRT), or JSON using OpenAI's Whisper model.

A bilingual, vendor-neutral operating playbook designed to convert AI-native startup ideas into stage-appropriate strategic experiments and automated agent workflows.

A utility to parse raw Nuclei vulnerability scan results, filter noise, and generate prioritized markdown reports.

An automated workflow that aggregates A-share market trends and RSS news into custom Markdown digests and WeChat push notifications.

An AI-powered pre-production assistant that converts unstructured creative ideas into production-ready comic scripts, storyboards, and character designs.

Equip your AI agents with real-time web search, image discovery, and LLM-friendly webpage extraction capabilities using the iFlow Search API.








































