📦 wsl-screenshot — WSL截屏
v0.0.1在WSL内调用Windows PowerShell一键截屏,自动把图像文件保存到Windows桌面或指定目录,无需安装Linux图形工具。
0· 80·0 当前·0 累计
下载技能包
最后更新
2026/3/30
安全扫描
OpenClaw
可疑
medium confidenceNULL
评估建议
Before installing or running this skill: 1) Review the script yourself — it captures the full primary screen and saves images to C:\Users\97027\Pictures (examine for any unwanted behavior). 2) Confirm the PowerShell path exists on your machine; the metadata did not declare this dependency. 3) Edit the script to remove the hard-coded username/path (use an environment variable or $USER-derived path) if you want portability. 4) Understand the 'message' command used in the README — verify whether it...详细分析 ▾
ℹ 用途与能力
The declared purpose (capture screenshots from WSL via PowerShell) matches what the script does, but the registry metadata lists no required binaries while the SKILL.md and script require PowerShell at an exact Windows path (/mnt/c/Windows/System32/WindowsPowerShell/v1.0/powershell.exe). The script also hard-codes a Windows user path (C:\Users\97027\Pictures), which is unusual for a general-purpose skill.
⚠ 指令范围
The runtime instructions and script capture the entire primary screen via PowerShell and write images into a specific user's Pictures folder, then show examples that enumerate that folder and send the latest file via a 'message' tool. This is narrow in function but directly accesses and transmits potentially sensitive user data (screenshots) and uses a hard-coded username and path. The README does not clarify what the 'message' tool is or whether transmission is local or external.
✓ 安装机制
There is no install spec (instruction-only) and the script is bundled as a plain shell file. No external downloads or package installs are performed by the skill itself.
ℹ 凭证需求
The skill requests no credentials or environment variables, which is appropriate. However it assumes filesystem access to /mnt/c/Users/97027 and the presence of PowerShell at a specific path; the hard-coded username/path reduces portability and may indicate the skill was created for a single machine.
✓ 持久化与权限
The skill does not request permanent presence (always:false) and does not attempt to modify other skills or system configuration. It only provides a script to run on demand.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv0.0.12026/3/30
NULL
● 无害
安装命令
点击复制官方npx clawhub@latest install wsl-screenshot
镜像加速npx clawhub@latest install wsl-screenshot --registry https://cn.longxiaskill.com镜像同步中