Skip to content
Skillv1.0.0

windows-clipboard

Read from and write to the Windows clipboard using PowerShell.

by malue-ai(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from malue-ai/dazee-small (instances/xiaodazi/skills/windows-clipboard/SKILL.md). Install upstream with npx skills add malue-ai/dazee-small --skill windows-clipboard. Copyright stays with the author.

Windows 剪贴板

使用 PowerShell 操作 Windows 剪贴板。

命令参考

读取剪贴板

Get-Clipboard

写入剪贴板

Set-Clipboard -Value "要复制的内容"

从文件复制到剪贴板

Get-Content "C:\path\to\file.txt" | Set-Clipboard

输出规范

  • 读取后展示内容(长文本截断前 500 字符)
  • 写入后确认「已复制到剪贴板」

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/malue-ai-dazee-small-windows-clipboard/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

malue-ai-dazee-small-windows-clipboard.ocm.jsonjson
{
  "ocm": "1",
  "id": "malue-ai-dazee-small-windows-clipboard",
  "kind": "skill",
  "name": "windows-clipboard",
  "description": "Read from and write to the Windows clipboard using PowerShell.",
  "publisher": "malue-ai",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Read from and write to the Windows clipboard using PowerShell."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/malue-ai/dazee-small",
      "path": "instances/xiaodazi/skills/windows-clipboard/SKILL.md",
      "ref": "7aa03f577fc5a4f0017b7d516d16903ea7934ff2",
      "url": "https://github.com/malue-ai/dazee-small/blob/7aa03f577fc5a4f0017b7d516d16903ea7934ff2/instances/xiaodazi/skills/windows-clipboard/SKILL.md",
      "key": "malue-ai/dazee-small/instances/xiaodazi/skills/windows-clipboard/SKILL.md"
    }
  },
  "instructions": "# Windows 剪贴板\n\n使用 PowerShell 操作 Windows 剪贴板。\n\n## 命令参考\n\n### 读取剪贴板\n\n```powershell\nGet-Clipboard\n```\n\n### 写入剪贴板\n\n```powershell\nSet-Clipboard -Value \"要复制的内容\"\n```\n\n### 从文件复制到剪贴板\n\n```powershell\nGet-Content \"C:\\path\\to\\file.txt\" | Set-Clipboard\n```\n\n## 输出规范\n\n- 读取后展示内容(长文本截断前 500 字符)\n- 写入后确认「已复制到剪贴板」",
  "cost": {
    "context_tokens": 73
  }
}

Fetch it by URL: GET /api/v1/registry/malue-ai-dazee-small-windows-clipboard/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.