← Back to Skills Marketplace
nyetnighy

Screenshot Visual

by NyetNighy · GitHub ↗ · v1.0.0 · MIT-0
linuxdarwinwin32 ⚠ pending
43
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install screenshot-visual
Description
Takes screenshots of targets using Playwright and performs visual/contextual analysis for potential vulnerabilities.
README (SKILL.md)

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

  1. Navigate to target URL and capture screenshot
  2. Collect page source, security headers, and JavaScript endpoints
  3. Analyze for security-relevant indicators
  4. 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-mcp or equivalent browser automation
  • Node.js environment with @playwright/mcp installed
  • playwright browser binaries (npx playwright install chromium)

Output

Each run produces:

  • screenshots/\x3Cdomain>/\x3Cpath>-\x3Ctimestamp>.png — screenshot file
  • screenshots/\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
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install screenshot-visual
  3. After installation, invoke the skill by name or use /screenshot-visual
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug screenshot-visual
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

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.

💬 Comments