← Back to Skills Marketplace
45
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install website-screenshot-tool
Description
Website Screenshot Automation Tool - 网站截图自动化,支持响应式截图、批量处理、定时调度、视觉对比 | Automated website screenshots with responsive capture, batch processing, scheduling, vi...
Usage Guidance
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.
Capability Assessment
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).
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install website-screenshot-tool - After installation, invoke the skill by name or use
/website-screenshot-tool - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release - automated website screenshots with responsive capture, batch processing, scheduling, visual comparison
Metadata
Frequently Asked Questions
What is Website Screenshot Tool?
Website Screenshot Automation Tool - 网站截图自动化,支持响应式截图、批量处理、定时调度、视觉对比 | Automated website screenshots with responsive capture, batch processing, scheduling, vi... It is an AI Agent Skill for Claude Code / OpenClaw, with 45 downloads so far.
How do I install Website Screenshot Tool?
Run "/install website-screenshot-tool" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Website Screenshot Tool free?
Yes, Website Screenshot Tool is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Website Screenshot Tool support?
Website Screenshot Tool is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Website Screenshot Tool?
It is built and maintained by Lv Lancer (@kaiyuelv); the current version is v1.0.0.
More Skills