← 返回 Skills 市场
malenconiaprincep

Webpage Screenshot

作者 Malenconiaprincep · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
2428
总下载
0
收藏
9
当前安装
1
版本数
在 OpenClaw 中安装
/install webpage-screenshot
功能描述
打开指定网页并截图为图片文件。在用户要求对某 URL 截图、保存网页为图片、或需要网页快照时使用。
安全使用建议
This skill can do what it says (take webpage screenshots) but its instructions expect you to run a project npm script and to install Playwright via npx — actions that will download and execute code. Before installing or invoking: 1) confirm the repository/script you will run (inspect package.json and the screenshot script) because npm scripts can run arbitrary commands; 2) prefer the MCP/browser snapshot mode if you only need a quick preview and want to avoid installing packages; 3) run npm/npx steps in a sandboxed environment (container/VM) if you must install Playwright; 4) ask the publisher for an explicit install spec or a self-contained script (or a known CLI dependency) so you can review what will be executed. If you cannot inspect the script or do not trust the project source, do not run the npm-based method.
功能分析
Type: OpenClaw Skill Name: webpage-screenshot Version: 1.0.0 The `SKILL.md` file instructs the AI agent to execute a shell command (`npm run screenshot`) with user-provided arguments (`<URL>`, `[输出路径]`). This pattern introduces a significant shell injection vulnerability if the OpenClaw agent does not rigorously sanitize user inputs before executing the command. While the skill's stated purpose (webpage screenshot) is benign, the direct command execution with unsanitized user input poses a critical risk for arbitrary command execution on the host system, classifying it as suspicious due to this vulnerability.
能力评估
Purpose & Capability
Name/description (webpage screenshots) matches the instructions (npm script or MCP browser). However the skill metadata claims no required binaries or env vars while the SKILL.md plainly requires npm/npx and Playwright (a browser). That undeclared dependency is an inconsistency.
Instruction Scope
SKILL.md tells the agent to run a project-provided npm script (npm run screenshot) and to run 'npx playwright install chromium'. Running an arbitrary project script can execute any code in the repository and access local files; the instructions do not constrain or validate the script, nor do they warn about sandboxing. The MCP browser option is lower-risk but only provides snapshots, not files.
Install Mechanism
There is no install spec in the skill bundle, but the instructions require running 'npm install' and 'npx playwright install chromium' which will download packages and browser binaries from external registries. That is a moderate risk because it pulls code/binaries at runtime without being declared in metadata or audited by the registry.
Credentials
The skill does not request any environment variables, credentials, or config paths. There are no explicit credential requests inconsistent with the stated purpose.
Persistence & Privilege
always is false and there is no installation step that persists or modifies other skills or system-wide settings. The skill does not request elevated persistence privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install webpage-screenshot
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /webpage-screenshot 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
打开指定网页并截图为 PNG
元数据
Slug webpage-screenshot
版本 1.0.0
许可证
累计安装 10
当前安装数 9
历史版本数 1
常见问题

Webpage Screenshot 是什么?

打开指定网页并截图为图片文件。在用户要求对某 URL 截图、保存网页为图片、或需要网页快照时使用。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2428 次。

如何安装 Webpage Screenshot?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install webpage-screenshot」即可一键安装,无需额外配置。

Webpage Screenshot 是免费的吗?

是的,Webpage Screenshot 完全免费(开源免费),可自由下载、安装和使用。

Webpage Screenshot 支持哪些平台?

Webpage Screenshot 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Webpage Screenshot?

由 Malenconiaprincep(@malenconiaprincep)开发并维护,当前版本 v1.0.0。

💬 留言讨论