skills/tools/clipboard-manager/SKILL.md
复制和粘贴文本/文件到剪贴板,支持历史记录和格式转换。
npx skillsauth add aidotnet/moyucode clipboard-managerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Copy and paste text and files to system clipboard with history tracking and format conversion.
/clipboard command# 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
clipboard, copy, paste, text, utility
development
使用Playwright浏览器爬取X(Twitter)真实数据,分析统计信息,生成精美的HTML报告面板并导出为高清图片。
development
使用CSS选择器从网页提取数据,支持分页、限速和多种输出格式。
tools
生成UUID(v1、v4、v5)和其他唯一标识符,如ULID、nanoid。
tools
使用各种服务缩短URL,并为短链接生成二维码。