← 返回 Skills 市场
55
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install dinghaibin-screenshot-tool
功能描述
Capture screenshots and screen recordings. Use when user needs to take screenshots, record screen activity, capture windows, or create screen recordings for...
使用说明 (SKILL.md)
Screenshot Tool
Capture screenshots and screen recordings.
Quick Start
# Take screenshot
python scripts/screenshot.py --capture
# Capture specific window
python scripts/screenshot.py --window "Chrome"
Usage
python scripts/screenshot.py [OPTIONS]
Options:
--capture Take screenshot
--record Start screen recording
--stop Stop recording
--window NAME Capture specific window
--area X,Y,W,H Capture area (x,y,width,height)
--output PATH Output file path
--format FORMAT Format: png, jpg (default: png)
Examples
# Full screen
python scripts/screenshot.py --capture
# Window
python scripts/screenshot.py --window "Terminal" --output terminal.png
# Region
python scripts/screenshot.py --area 0,0,800,600 --output region.png
# With delay
python scripts/screenshot.py --delay 5 --output delayed.png
Features
- Full screen capture
- Window capture
- Region capture
- Screen recording
- Delayed capture
- Multiple formats
安全使用建议
Review this skill before installing, especially on Windows. Its core screenshot function is understandable, but avoid untrusted output filenames and be aware that screenshots can capture sensitive information visible on your screen.
功能分析
Type: OpenClaw Skill
Name: dinghaibin-screenshot-tool
Version: 1.0.0
The skill provides legitimate screenshot and recording functionality but contains a command injection vulnerability in the Windows-specific logic within `scripts/screenshot.py`. The `--output` parameter is interpolated directly into a PowerShell script string without sanitization, potentially allowing arbitrary code execution via a crafted filename. While the tool's behavior aligns with its stated purpose and shows no evidence of intentional malice or exfiltration, this security flaw warrants a suspicious classification.
能力评估
Purpose & Capability
Capturing screenshots and recordings is the stated purpose and is implemented directly, but users should remember that screen captures can include private visible information.
Instruction Scope
The SKILL.md examples are user-directed CLI commands and do not instruct the agent to run automatically or ignore user intent.
Install Mechanism
There is no install spec and no required binaries declared, while the script relies on local platform screenshot tools. This is disclosed in the code and appears purpose-aligned, but users may need to verify local dependencies.
Credentials
On Windows, the script invokes PowerShell with a dynamically formatted script that embeds the user-controlled output path without escaping.
Persistence & Privilege
No credentials, network access, background persistence, or long-running autonomous behavior are shown; the tool writes screenshot files to the requested output path.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install dinghaibin-screenshot-tool - 安装完成后,直接呼叫该 Skill 的名称或使用
/dinghaibin-screenshot-tool触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Screenshot Tool 是什么?
Capture screenshots and screen recordings. Use when user needs to take screenshots, record screen activity, capture windows, or create screen recordings for... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 55 次。
如何安装 Screenshot Tool?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install dinghaibin-screenshot-tool」即可一键安装,无需额外配置。
Screenshot Tool 是免费的吗?
是的,Screenshot Tool 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Screenshot Tool 支持哪些平台?
Screenshot Tool 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Screenshot Tool?
由 BIN(@dinghaibin)开发并维护,当前版本 v1.0.0。
推荐 Skills