← Back to Skills Marketplace
246
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install website-capture
Description
Take website screenshots, capture full pages, generate PDFs. Handles desktop, mobile, dark mode, stealth mode, cookie banner blocking, and batch URLs via the...
Usage Guidance
This skill appears coherent and limited to calling a remote screenshot API. Before installing: verify you trust the Allscreenshots service (there is no homepage listed in the registry metadata), confirm any costs and retention policy for stored screenshots, and protect your ALLSCREENSHOTS_API_KEY (store it securely and avoid pasting it into public logs). Prefer using responseType="url" as recommended to avoid handling raw binary in the agent. If you have concerns about capturing sensitive pages, consider policy or legal implications before providing the API key.
Capability Analysis
Type: OpenClaw Skill
Name: website-capture
Version: 1.0.0
The skill provides a legitimate interface for capturing website screenshots and PDFs via the Allscreenshots cloud API (api.allscreenshots.com). It uses standard curl and jq commands to interact with the service and requires a user-provided API key. No evidence of malicious intent, data exfiltration, or prompt injection was found in SKILL.md or _meta.json.
Capability Assessment
Purpose & Capability
Name/description (website screenshots, full pages, PDFs) align with the declared requirements: curl and jq for HTTP calls/parsing and a single ALLSCREENSHOTS_API_KEY. Nothing requested appears unrelated to screenshot capture.
Instruction Scope
SKILL.md contains only concrete curl examples that call https://api.allscreenshots.com/v1/screenshots and uses only the declared ALLSCREENSHOTS_API_KEY. The only filesystem reference is a suggested ~/.openclaw/workspace/.env location for the key, which is platform-specific but consistent with usage.
Install Mechanism
No install spec and no code files — instruction-only skill — so nothing is written to disk by an installer. This is the lowest-risk install model.
Credentials
Only a single API key (ALLSCREENSHOTS_API_KEY) is required and is used in Authorization header as expected. No unrelated credentials, system paths, or broad secrets are requested.
Persistence & Privilege
always is false, the skill does not request permanent presence or system-level changes, and it does not instruct modifying other skills or system-wide settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install website-capture - After installation, invoke the skill by name or use
/website-capture - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of website capture skill using the Allscreenshots API.
- Capture full-page or viewport-only screenshots of any website.
- Supports desktop, mobile, and dark mode screenshots.
- Export pages as PDFs in addition to images.
- Features ad blocking, cookie banner blocking, and stealth mode for bot-protected sites.
- Handle single or batch URLs, with responses as direct image URLs, base64, or raw files.
- Requires only curl, jq, and an API key—no local browser needed.
Metadata
Frequently Asked Questions
What is Website Capture - AllScreenshots?
Take website screenshots, capture full pages, generate PDFs. Handles desktop, mobile, dark mode, stealth mode, cookie banner blocking, and batch URLs via the... It is an AI Agent Skill for Claude Code / OpenClaw, with 246 downloads so far.
How do I install Website Capture - AllScreenshots?
Run "/install website-capture" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Website Capture - AllScreenshots free?
Yes, Website Capture - AllScreenshots is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Website Capture - AllScreenshots support?
Website Capture - AllScreenshots is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Website Capture - AllScreenshots?
It is built and maintained by panilya (@panilya); the current version is v1.0.0.
More Skills