复制和粘贴文本/文件到剪贴板,支持历史记录和格式转换。
Scanned 2/12/2026
Install to Claude Code
npx -y skills add AIDotNet/MoYuCode --skill clipboard-manager --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Clipboard Manager?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/aidotnet-clipboard-manager)More formats (shields.io, HTML) on the badges page.
---
name: clipboard-manager
description: 复制和粘贴文本/文件到剪贴板,支持历史记录和格式转换。
metadata:
short-description: 剪贴板操作
source:
repository: https://github.com/asweigart/pyperclip
license: BSD-3-Clause
---
# 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
```bash
# 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: ✅
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...