Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
打开指定网页并截图为图片文件。在用户要求对某 URL 截图、保存网页为图片、或需要网页快照时使用。
打开指定网页并截图为图片文件。在用户要求对某 URL 截图、保存网页为图片、或需要网页快照时使用。
This item is timing out or returning errors right now. Review the source page and try again later.
Use the source page and any available docs to guide the install because the item is currently unstable or timing out.
I tried to install a skill package from Yavira, but the item is currently unstable or timing out. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required.
I tried to upgrade a skill package from Yavira, but the item is currently unstable or timing out. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need.
用户给出一个 URL,要求「打开并截图」或「保存网页为图片」 需要网页快照、页面留档或可视化结果时
使用项目内 TypeScript 脚本,可保存为本地图片文件: # 在项目根目录执行 npm run screenshot -- <URL> [输出路径] 示例: npm run screenshot -- https://example.com # 默认保存为 ./screenshot.png npm run screenshot -- https://example.com ./output/page.png 前置条件:已执行 npm install 且已安装浏览器:npx playwright install chromium。
若仅需在对话中「看到」页面内容而不必保存为文件,可使用 Cursor 的 browser MCP: browser_navigate 打开目标 URL browser_snapshot 获取页面结构(相当于当前状态的“快照”信息) 注意:MCP 浏览器不直接生成截图文件,适合快速查看与交互。
脚本方式:在指定路径生成 PNG 截图(默认 screenshot.png)。 截图为整页(含滚动区域),视口宽度默认 1280px。
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.