smithery/aidotnet

clipboard-manager

复制和粘贴文本/文件到剪贴板,支持历史记录和格式转换。

Installation

$ npx skills add smithery/aidotnet --skill clipboard-manager

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/aidotnet · top by installs.

npx skills add smithery/aidotnet

Browse all from smithery/aidotnet

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents claude-code codex
More metadata
short-description
剪贴板操作

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 944 B
  • docs SUMMARY.md 104 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Clipboard Manager Tool

Description

Copy and paste text and files to system clipboard with history tracking and format conversion.

Trigger

  • /clipboard command
  • User needs clipboard operations
  • User wants to copy/paste programmatically

Usage

# Copy text to clipboard
python scripts/clipboard_manager.py copy "Hello World"

# Copy file content
python scripts/clipboard_manager.py copy --file document.txt

# Paste from clipboard
python scripts/clipboard_manager.py paste

# Paste to file
python scripts/clipboard_manager.py paste --output output.txt

Tags

clipboard, copy, paste, text, utility

Compatibility

  • Codex: ✅
  • Claude Code: ✅