← 返回 Skills 市场
101
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install windows-printing
功能描述
在 Windows 上列出可用打印机并执行本地文件打印,支持让用户从可用打印机中选择,并配置黑白/彩色、份数、单面/双面、沿长边翻转、沿短边翻转、纸张大小。用户提到“打印”“打印机”“单面/双面”“长边翻转”“短边翻转”“A4”“黑白/彩色”“打印 PDF/文档/图片”时使用。
安全使用建议
This skill appears to do what it says (list printers, pick files, print with options), but there are two important issues to resolve before installing: (1) The SKILL.md expects three PowerShell scripts in <skill-dir>/scripts/ but those scripts are not included. Ask the publisher for the actual scripts and review them line-by-line before running. (2) The runtime will search your Desktop/Documents/Downloads and run PowerShell with ExecutionPolicy Bypass and will call Set-PrintConfiguration (which changes printer settings). Only install if you trust the script sources and are comfortable allowing the agent to read those folders and change printer settings. If you proceed, require an explicit confirmation step before any actual print job and consider testing in a controlled environment (or asking the author to bundle the scripts and provide their source/homepage).
功能分析
Type: OpenClaw Skill
Name: windows-printing
Version: 0.1.0
The skill bundle provides a legitimate utility for managing Windows printing tasks via PowerShell scripts (list_printers.ps1, resolve_file.ps1, print_file.ps1). It includes a structured workflow for resolving file paths in common user directories, listing available printers, and configuring print settings with explicit user confirmation steps. The instructions in SKILL.md and references/options.md are well-aligned with the stated purpose and do not contain any indicators of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
Name/description (Windows printing) align with the instructions: listing printers, resolving local files, and printing with configurable options. However, the instructions rely on scripts under <skill-dir>/scripts (resolve_file.ps1, list_printers.ps1, print_file.ps1) which are not included in the package. That omission is a significant inconsistency: the skill either is incomplete or expects external scripts from an unknown source.
Instruction Scope
The SKILL.md instructs the agent to search user folders (Desktop, Documents, Downloads) for fuzzy filenames and to run PowerShell scripts that may modify printer configuration (Set-PrintConfiguration). Searching these user directories and changing printer settings are within a printing skill's scope but are sensitive operations. The instructions also use 'ExecutionPolicy Bypass' to run scripts, which increases risk if the scripts are malicious or come from an untrusted location. The document does not instruct sending data to any external endpoint, but it does allow reading local file paths and script outputs (receipts).
Install Mechanism
There is no install spec (instruction-only), which is low risk in itself. But because the runtime explicitly calls scripts located at <skill-dir>/scripts/*.ps1 and those scripts are not present in the package, it's unclear where or how those scripts will be obtained. If the missing scripts are fetched automatically at runtime from an external source, that would be high risk. As-is the package is incomplete and would fail or prompt fetching code from unknown places.
Credentials
The skill requests no environment variables or external credentials, which is proportionate to a local printing task. It does require access to the user's local filesystem (to resolve files) and to the Windows print subsystem (to list printers and change configuration), which are expected for this purpose but are sensitive and worth explicit user consent.
Persistence & Privilege
always is false and model invocation is allowed (normal). The scripts can modify printer settings (Set-PrintConfiguration) and attempt to restore them; modifying printer config is a privileged action relative to user expectations but is coherent with printing. There is no indication the skill persists permanently or changes other skills' configs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install windows-printing - 安装完成后,直接呼叫该 Skill 的名称或使用
/windows-printing触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial publish
元数据
常见问题
Windows Printing 是什么?
在 Windows 上列出可用打印机并执行本地文件打印,支持让用户从可用打印机中选择,并配置黑白/彩色、份数、单面/双面、沿长边翻转、沿短边翻转、纸张大小。用户提到“打印”“打印机”“单面/双面”“长边翻转”“短边翻转”“A4”“黑白/彩色”“打印 PDF/文档/图片”时使用。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 101 次。
如何安装 Windows Printing?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install windows-printing」即可一键安装,无需额外配置。
Windows Printing 是免费的吗?
是的,Windows Printing 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Windows Printing 支持哪些平台?
Windows Printing 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Windows Printing?
由 Fue Tsui(@fuetsui)开发并维护,当前版本 v0.1.0。
推荐 Skills