← Back to Skills Marketplace
wxx94666

Webpage Screenshot New

by wxx94666 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
230
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install webpage-screenshot-new
Description
Capture and save screenshots of specified web pages using Puppeteer or similar tools.
README (SKILL.md)

网页截屏技能

此技能用于对指定网页进行截屏操作。

工具需求

  • 支持网页截屏的工具,如 Puppeteer 等。

安装步骤

  1. 确保你已经安装了 Node.js 和 npm。
  2. 在项目目录下运行 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();
})();
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install webpage-screenshot-new
  3. After installation, invoke the skill by name or use /webpage-screenshot-new
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug webpage-screenshot-new
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Webpage Screenshot New?

Capture and save screenshots of specified web pages using Puppeteer or similar tools. It is an AI Agent Skill for Claude Code / OpenClaw, with 230 downloads so far.

How do I install Webpage Screenshot New?

Run "/install webpage-screenshot-new" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Webpage Screenshot New free?

Yes, Webpage Screenshot New is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Webpage Screenshot New support?

Webpage Screenshot New is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Webpage Screenshot New?

It is built and maintained by wxx94666 (@wxx94666); the current version is v1.0.0.

💬 Comments