ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified browser automation Safety 3/5

webpage-screenshot

打开指定网页并截图为图片文件。在用户要求对某 URL 截图、保存网页为图片、或需要网页快照时使用。

Why use this skill?

Capture any URL as a high-quality PNG screenshot with the OpenClaw webpage-screenshot skill. Perfect for web documentation, archives, and visual monitoring.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/malenconiaprincep/webpage-screenshot
Or

What This Skill Does

The webpage-screenshot skill provides OpenClaw agents with the capability to capture visual representations of any public URL. By leveraging Playwright-driven automation, the skill renders a web page in a headless Chromium browser and saves the complete document as a high-quality PNG image. Whether you need a simple visual record or a full-page scroll capture, this tool ensures precise rendering of the requested web content.

Installation

To integrate this skill into your OpenClaw environment, execute the following command in your terminal: clawhub install openclaw/skills/skills/malenconiaprincep/webpage-screenshot

Ensure that you have performed npm install within your project root. Additionally, because this skill relies on browser automation, you must install the necessary browser binaries by running npx playwright install chromium before attempting the first screenshot.

Use Cases

This skill is ideal for developers, researchers, and automated QA engineers. Common scenarios include:

  • Generating visual documentation for web applications or API portals.
  • Archiving snapshots of landing pages for design auditing.
  • Converting dynamic web content into static images for reporting.
  • Visual tracking of website changes over time during development cycles.

Example Prompts

  1. "Take a screenshot of https://github.com/openclaw/openclaw and save it to ./docs/homepage.png."
  2. "Could you please visit https://example-app.dev and capture the full page as an image?"
  3. "Open https://status.aws.amazon.com and provide a screenshot of the current page status."

Tips & Limitations

The screenshot functionality captures the entire page layout as it appears in a 1280px wide viewport. It is important to note that sites requiring authentication or interactive login sessions may not be accessible via this automated script. For sites protected by CAPTCHAs, automated rendering might be blocked. For lightweight interaction or parsing structure without saving files, consider using the browser MCP integration to navigate and snapshot the page document object model.

Metadata

Stars1524
Views1
Updated2026-02-26
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-malenconiaprincep-webpage-screenshot": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#screenshot#automation#web-scraping#playwright#web-utility
Safety Score: 3/5

Flags: network-access, file-write, code-execution