@malue-ai/windows-clipboard
ARead from and write to the Windows clipboard using PowerShell.
Install
agr install @malue-ai/windows-clipboard --target claudeWrites 1 file into .claude/skills/, pinned to git-cbdd1d95.
- .claude/skills/windows-clipboard/SKILL.md
Document
name: windows-clipboard description: Read from and write to the Windows clipboard using PowerShell. metadata: xiaodazi: dependency_level: builtin os: [win32] backend_type: local user_facing: true
Windows 剪贴板
使用 PowerShell 操作 Windows 剪贴板。
命令参考
读取剪贴板
Get-Clipboard
写入剪贴板
Set-Clipboard -Value "要复制的内容"
从文件复制到剪贴板
Get-Content "C:\path\to\file.txt" | Set-Clipboard
输出规范
- 读取后展示内容(长文本截断前 500 字符)
- 写入后确认「已复制到剪贴板」
Trustgrade A
- passBody integrity
Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.
- passType matchnot applicable to this artifact type
Whether the artifact is really the kind of thing its metadata claims it is.
- passFreshness
How long since the source repository was last pushed to.
- passPrompt injection
Scans the artifact's own text for instructions aimed at your agent rather than at you.
- passLicense
Whether the source repository declares an SPDX license permissive enough to redistribute.
How the grade is calculated
Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:
- Aevery check passed
- Bone warning
- Ctwo warnings
- Dprompt injection or body integrity failed, or three warnings
- Fone of those failed, and something else is wrong
These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.
Versions
git-cbdd1d950b962026-07-31