New FeatureMarch 12, 2026
OpenClaw integration
OpenClaw is the open-source AI agent that lets you control your machine from WhatsApp, Telegram, Slack, or Discord. We now have a dedicated integration with a ready-to-use skill file, so your agent can capture website screenshots through natural language.
What's included
- Integration page — overview, code example, and FAQs
- Blog tutorial — step-by-step guide to create and test the skill
- Docs guide — copyable SKILL.md, full parameter reference, and troubleshooting
Quick start
Copy the skill into your OpenClaw setup:
mkdir -p ~/.openclaw/skills/allscreenshotsThen drop in the SKILL.md from our docs and set your API key:
echo 'ALLSCREENSHOTS_API_KEY=your_key' >> ~/.openclaw/workspace/.envNow tell your agent:
Take a screenshot of https://example.com
Supported features
The skill supports all Allscreenshots API options out of the box:
- Full-page and viewport-only capture
- Mobile device emulation
- Dark mode
- Ad and cookie banner blocking
- Stealth mode for bot-protected sites
- PDF export
- Response type selection (binary, base64, or CDN URL)
- Batch URL processing
- Scheduled captures via OpenClaw cron
Use responseType: "url" for the best experience — your agent gets a shareable CDN link it can post directly in your chat.