← 返回 Skills 市场
vvxer

Windows Screenshot

作者 vvxer · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ✓ 安全检测通过
2681
总下载
2
收藏
15
当前安装
4
版本数
在 OpenClaw 中安装
/install windows-screenshot
功能描述
Pure PowerShell GDI+ screenshot tool for Windows. No external dependencies, captures to PNG with automatic scaling.
安全使用建议
This skill appears to do exactly what it claims: capture the primary Windows screen and save a PNG locally. Before running it: (1) review the included screenshot.txt yourself (it's short and plain PowerShell); (2) be aware screenshots can contain sensitive data—don't run it in contexts with secrets you wouldn't want saved; (3) the script creates/uses $USERPROFILE\.openclaw\media by default (or a folder you set via OPENCLAW_MEDIA_DIR); (4) the Telegram example in the docs is optional and would only transmit images if you explicitly configure and run that separately with your bot token. If any of those behaviors are unacceptable, do not run the script or edit the output path first.
功能分析
Type: OpenClaw Skill Name: windows-screenshot Version: 1.0.3 The skill provides a legitimate PowerShell script (screenshot.txt) to capture the primary screen using standard .NET GDI+ libraries and save it locally. The code is transparent, lacks network activity, obfuscation, or suspicious instructions, and functions exactly as described in the documentation (SKILL.md).
能力评估
Purpose & Capability
Name/description match the contents: the included PowerShell script captures the primary Windows screen using GDI+ and saves a PNG. No unrelated binaries, credentials, or installs are requested.
Instruction Scope
Runtime instructions simply run the provided PowerShell script which writes a PNG to $USERPROFILE\.openclaw\media (or OPENCLAW_MEDIA_DIR if set) and prints a MEDIA: path. The doc includes an optional example showing how a user could send the image via Telegram, but the script itself makes no network calls and does not read other system state. Users should note that screenshots may contain sensitive information.
Install Mechanism
No install spec and no code is downloaded or executed from remote hosts. This is an instruction-only skill with the PowerShell script included as screenshot.txt.
Credentials
The script optionally reads a single environment variable OPENCLAW_MEDIA_DIR to choose the output folder. No credentials or unrelated env vars are required. The Telegram example references TELEGRAM_BOT_TOKEN but that is not required by the script and is only part of an external manual workflow.
Persistence & Privilege
always is false and the skill does not request persistent privileges or modify other skills or system-wide settings; it only creates (if needed) and writes files in a per-user media directory.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install windows-screenshot
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /windows-screenshot 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
- No user-facing changes; only metadata updates in this release. - The skill no longer requires the OPENCLAW_MEDIA_DIR environment variable for operation.
v1.0.2
- Added OPENCLAW_MEDIA_DIR to required environment variables, enabling custom output directory support. - Updated documentation to explain how to set and use the OPENCLAW_MEDIA_DIR variable. - Clarified that the script creates the output directory if it does not exist. - No code changes; documentation and metadata improvements only.
v1.0.1
Initial release of windows-screenshot. - Added screenshot.ps1: a pure PowerShell script for GDI+ screen capture on Windows. - Captures screen to PNG with automatic DPI scaling and saves to .openclaw/media. - Supports direct execution, OpenClaw integration, and optional Telegram workflow. - No external dependencies; works out-of-the-box on .NET 4.x+ systems. - Source code is fully open on GitHub under MIT-0 license.
v1.0.0
Initial release of windows-screenshot - Adds GDI+ screenshot capability for headless Windows nodes. - Fully implemented in PowerShell; no external dependencies required. - Supports multi-monitor setups and automatic image scaling. - Includes two-step Telegram integration for sending screenshots. - Saves PNG screenshots with timestamped filenames, optimized for size. - Provides troubleshooting guidance and MIT-0 license.
元数据
Slug windows-screenshot
版本 1.0.3
许可证 MIT-0
累计安装 15
当前安装数 15
历史版本数 4
常见问题

Windows Screenshot 是什么?

Pure PowerShell GDI+ screenshot tool for Windows. No external dependencies, captures to PNG with automatic scaling. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2681 次。

如何安装 Windows Screenshot?

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

Windows Screenshot 是免费的吗?

是的,Windows Screenshot 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Windows Screenshot 支持哪些平台?

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

谁开发了 Windows Screenshot?

由 vvxer(@vvxer)开发并维护,当前版本 v1.0.3。

💬 留言讨论