clipboard-image-wsl

Save Windows clipboard images as PNGs in WSL2 and return the WSL path.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/sekiya-sato/obsolete-cvnet10 --skill clipboard-image-wsl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clipboard-image-wsl
Source: https://github.com/sekiya-sato/obsolete-cvnet10/tree/main/.agents/skills/clipboard-image-wsl
Command: npx skills add https://github.com/sekiya-sato/obsolete-cvnet10 --skill clipboard-image-wsl

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bridges Windows clipboard workflow with WSL by saving clipboard images as PNGs in WSL and exposing a safe file path for use in prompts.

Core Features & Use Cases

  • Save clipboard images as PNGs in a designated folder within WSL.
  • Return a WSL path suitable for direct inclusion in opencode prompts.
  • Reuse or preview the latest clipboard image before AI analysis or description.

Quick Start

Copy an image on Windows, run clipimg in WSL2 to save it as PNG, then paste the returned path into opencode prompts.

Frequently Asked Questions about clipboard-image-wsl

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

FAQPage Schema
How do I pass a Windows clipboard image to an AI prompt in WSL2?

Yes, you can reuse the latest clipboard image by running clipimg in WSL2 to save it as a PNG. The command returns a WSL path that you can directly paste into opencode prompts for AI analysis or image description.

What do I need to set up before capturing clipboard images in WSL?

Before capturing clipboard images in WSL, you need the ~/bin/clipimg script to exist and be executable. Your Windows clipboard must also contain an image, and opencode must be able to read local file paths in prompts.

Does opencode support reading local file paths from WSL for image analysis?

Yes, opencode supports reading local file paths from WSL for image analysis. When you provide the WSL path returned by clipimg, opencode can access and analyze the saved PNG image directly from your local file system.

Why does my clipboard image capture fail in WSL2?

Clipboard image capture in WSL2 fails if the ~/bin/clipimg script is missing, not executable, or if the clipboard does not contain an image. Ensure clipimg prints a single valid path on success and that an image is actually copied.