← 返回 Skills 市场
nyetnighy

Screenshot Visual

作者 NyetNighy · GitHub ↗ · v1.0.0 · MIT-0
linuxdarwinwin32 ⚠ pending
43
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install screenshot-visual
功能描述
Takes screenshots of targets using Playwright and performs visual/contextual analysis for potential vulnerabilities.
使用说明 (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
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install screenshot-visual
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /screenshot-visual 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug screenshot-visual
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Screenshot Visual 是什么?

Takes screenshots of targets using Playwright and performs visual/contextual analysis for potential vulnerabilities. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 43 次。

如何安装 Screenshot Visual?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install screenshot-visual」即可一键安装,无需额外配置。

Screenshot Visual 是免费的吗?

是的,Screenshot Visual 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Screenshot Visual 支持哪些平台?

Screenshot Visual 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin, win32)。

谁开发了 Screenshot Visual?

由 NyetNighy(@nyetnighy)开发并维护,当前版本 v1.0.0。

💬 留言讨论