← 返回 Skills 市场
230
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install webpage-screenshot-new
功能描述
Capture and save screenshots of specified web pages using Puppeteer or similar tools.
使用说明 (SKILL.md)
网页截屏技能
此技能用于对指定网页进行截屏操作。
工具需求
- 支持网页截屏的工具,如 Puppeteer 等。
安装步骤
- 确保你已经安装了 Node.js 和 npm。
- 在项目目录下运行
npm install puppeteer来安装 Puppeteer。
使用方法
当接收到用户截取网页图片的请求时,调用 Puppeteer 对指定网页地址进行截屏。以下是一个简单的示例代码:
const puppeteer = require(puppeteer);
(async () => {
const browser = await puppeteer.launch();
const page = await browser.newPage();
await page.goto(https://example.com);
await page.screenshot({path: screenshot.png});
await browser.close();
})();
安全使用建议
This skill is coherent for taking webpage screenshots with Puppeteer, but before installing or running it: (1) correct and review the example code (it has syntax errors) and test in a safe environment; (2) be prepared for Puppeteer to download a Chromium binary (network download, disk usage, native code execution); (3) avoid passing sensitive pages or credentials to the tool unless you trust the runtime and code; and (4) only install packages from the official npm registry and verify they are the expected packages.
功能分析
Type: OpenClaw Skill
Name: webpage-screenshot-new
Version: 1.0.0
The skill provides a standard utility for taking webpage screenshots using Puppeteer. While the JavaScript code snippet in SKILL.md contains syntax errors (missing quotes for string literals), it lacks any indicators of malicious intent, data exfiltration, or unauthorized execution. The behavior is consistent with the stated purpose.
能力评估
Purpose & Capability
Name and description match the instructions: SKILL.md tells the agent to install and use Puppeteer to capture web page screenshots. The included package.json is minimal but not contradictory. The skill does not request unrelated tools or credentials.
Instruction Scope
Instructions stay on-topic (install Node/npm, npm install puppeteer, run Puppeteer to screenshot a URL). The example code in SKILL.md contains syntax errors (missing quotes and incorrect require usage) and is not parameterized; it should be corrected before execution. The instructions do not direct the agent to read unrelated files, environment variables, or post data to external endpoints beyond loading the target web page.
Install Mechanism
This is an instruction-only skill (no install spec). The SKILL.md recommends installing puppeteer via npm, which is an expected mechanism. Be aware Puppeteer normally downloads a Chromium binary at install/run time (large network download and native binary execution). No downloads from unusual or untrusted URLs are recommended in the SKILL.md.
Credentials
The skill requests no environment variables, credentials, or config paths. This is proportionate for a screenshot tool. Note: capturing authenticated pages would require credentials, but the skill does not request or handle any secrets.
Persistence & Privilege
The skill is not always-enabled and does not request elevated or persistent platform privileges. It does not modify other skills' configuration or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install webpage-screenshot-new - 安装完成后,直接呼叫该 Skill 的名称或使用
/webpage-screenshot-new触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release for webpage screenshot functionality:
- Provides instructions and sample code to capture screenshots of specified web pages.
- Requires Node.js and Puppeteer for operation.
- Includes setup steps and usage guidance in Chinese.
元数据
常见问题
Webpage Screenshot New 是什么?
Capture and save screenshots of specified web pages using Puppeteer or similar tools. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 230 次。
如何安装 Webpage Screenshot New?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install webpage-screenshot-new」即可一键安装,无需额外配置。
Webpage Screenshot New 是免费的吗?
是的,Webpage Screenshot New 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Webpage Screenshot New 支持哪些平台?
Webpage Screenshot New 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Webpage Screenshot New?
由 wxx94666(@wxx94666)开发并维护,当前版本 v1.0.0。
推荐 Skills