win-clipboard

Read and write Windows clipboard text, images, and file lists.

6|1|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/IrisGoLab/PCClaw --skill win-clipboard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: win-clipboard
Source: https://github.com/IrisGoLab/PCClaw/tree/main/skills/win-clipboard
Command: npx skills add https://github.com/IrisGoLab/PCClaw --skill win-clipboard

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Clipboard work on Windows is repetitive and error-prone; this Skill provides programmatic access to read and write text, images, and file lists via built-in APIs.

Core Features & Use Cases

  • Read Text
  • Write Text
  • Read Image
  • Copy Image
  • Read File Drop List
  • Check Clipboard Contents
  • Clear Clipboard

Quick Start

Copy or collect content to the Windows clipboard, then invoke the skill to read or set clipboard contents.

Frequently Asked Questions about win-clipboard

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I read and write Windows clipboard text using PowerShell?

You can read and write Windows clipboard text using PowerShell by leveraging built-in .NET Windows.Forms APIs to automate copy-paste workflows. This skill programmatically captures copied text or restores text content without external dependencies.

Can I automate copying an image to the clipboard on Windows?

Yes, you can automate copying an image to the Windows clipboard. This skill handles reading images from the clipboard and copying images to it, enabling you to programmatically capture screenshots and manage visual data for automated workflows.

Does Windows PowerShell support reading a file drop list from the clipboard?

Yes, Windows PowerShell supports reading a file drop list from the clipboard. This skill retrieves lists of copied files from the clipboard contents, automating workflows that involve pasting multiple file references without external dependencies.

What is the best way to check and clear clipboard contents on Windows?

The best way to check and clear clipboard contents on Windows is using this skill. It provides programmatic access to verify currently stored data formats and clear the clipboard, ensuring a clean state for subsequent automation tasks.

Do I need external dependencies to access the clipboard in Windows automation scripts?

No, you do not need external dependencies to access the clipboard in Windows automation scripts. This skill relies entirely on built-in .NET Windows.Forms APIs and native PowerShell commands to handle text, images, and file drop lists.