/install screenshot-visual
Screenshot + Visual Analysis Skill
Uses browser automation to capture screenshots and analyze pages for interesting security indicators.
When to Use
Use this skill when you need to:
- Capture screenshots of target pages for visual bug bounty recon
- Find exposed panels, debug interfaces, or login pages
- Detect weak security headers visually
- Build a visual inventory of a target's web surface
Workflow
- Navigate to target URL and capture screenshot
- Collect page source, security headers, and JavaScript endpoints
- Analyze for security-relevant indicators
- Report findings with severity and evidence
Quick Start
node scripts/screenshot.js https://example.com
Configuration
Default output dir: screenshots/ (created in workspace)
Default viewport: 1280x720
Full page screenshot: yes
Example Prompts
- "Take screenshots and analyze visually for example.com"
- "Visual recon with screenshots on target.com"
- "Check login pages for issues"
Requirements
- Requires
playwright-mcpor equivalent browser automation - Node.js environment with
@playwright/mcpinstalled playwrightbrowser binaries (npx playwright install chromium)
Output
Each run produces:
screenshots/\x3Cdomain>/\x3Cpath>-\x3Ctimestamp>.png— screenshot filescreenshots/\x3Cdomain>/\x3Cpath>-\x3Ctimestamp>.json— metadata + headers
Security Notes
- Screenshots are saved locally only
- No data leaves the machine except browser requests to the target
- Respect target scope and rate limits
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install screenshot-visual - After installation, invoke the skill by name or use
/screenshot-visual - Provide required inputs per the skill's parameter spec and get structured output
What is Screenshot Visual?
Takes screenshots of targets using Playwright and performs visual/contextual analysis for potential vulnerabilities. It is an AI Agent Skill for Claude Code / OpenClaw, with 43 downloads so far.
How do I install Screenshot Visual?
Run "/install screenshot-visual" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Screenshot Visual free?
Yes, Screenshot Visual is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Screenshot Visual support?
Screenshot Visual is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).
Who created Screenshot Visual?
It is built and maintained by NyetNighy (@nyetnighy); the current version is v1.0.0.