← 返回 Skills 市场
kaiyuelv

Website Screenshot Tool

作者 Lv Lancer · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
45
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install website-screenshot-tool
功能描述
Website Screenshot Automation Tool - 网站截图自动化,支持响应式截图、批量处理、定时调度、视觉对比 | Automated website screenshots with responsive capture, batch processing, scheduling, vi...
安全使用建议
This skill appears to do what it says (browser-based screenshots) and requests only Python and browser automation packages. Before installing or running it, consider: 1) Run in an isolated environment if you are concerned about the agent reaching internal services — the tool will visit any URL you give it. 2) Playwright requires separate browser installation (README notes `playwright install chromium`); without browsers installed captures will fail or fall back to selenium. 3) The scheduler will repeatedly contact configured URLs and write files to disk—confirm you want periodic outbound requests and storage. 4) The example code contains an absolute sys.path insertion for a workspace path (/root/.openclaw/...), which is just an example and not required; still review any paths you run. If you need stronger guarantees, run the code in a sandboxed container or VM and review/modify output_dir and scheduling behavior before enabling automatic jobs.
能力评估
Purpose & Capability
Name/description match the implementation: the package requires python3, lists playwright/selenium in requirements.txt, and implements capture, batch, responsive, compare, and scheduling features. There are no unrelated binaries or environment variables requested.
Instruction Scope
SKILL.md and README instruct installing Python deps and running the included script. The code performs network requests to arbitrary URLs provided by the user and writes screenshots and history JSON to disk. This is expected for a screenshot tool, but it means the skill can access any reachable URL (including internal hosts if the agent environment permits) and will create files in the specified output directory.
Install Mechanism
No remote arbitrary downloads in the install spec; the only install action is a Python dependency install via requirements.txt (playwright, selenium, pytest). Playwright itself requires separate browser installs (not performed automatically here), which the README documents.
Credentials
The skill does not request environment variables, credentials, or config paths. That is proportionate: browser automation and network access are sufficient for the advertised functionality.
Persistence & Privilege
The skill is not always-enabled and does not modify other skills or global agent config. It runs on demand and stores outputs in its output_dir; scheduler exposes periodic runs but this is implemented locally in the ScreenshotScheduler class (no external scheduling service or forced persistence).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install website-screenshot-tool
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /website-screenshot-tool 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release - automated website screenshots with responsive capture, batch processing, scheduling, visual comparison
元数据
Slug website-screenshot-tool
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Website Screenshot Tool 是什么?

Website Screenshot Automation Tool - 网站截图自动化,支持响应式截图、批量处理、定时调度、视觉对比 | Automated website screenshots with responsive capture, batch processing, scheduling, vi... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 45 次。

如何安装 Website Screenshot Tool?

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

Website Screenshot Tool 是免费的吗?

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

Website Screenshot Tool 支持哪些平台?

Website Screenshot Tool 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Website Screenshot Tool?

由 Lv Lancer(@kaiyuelv)开发并维护,当前版本 v1.0.0。

💬 留言讨论