copy
星标0
分支0
更新时间2026年2月11日 01:52
Copy text to macOS clipboard using pbcopy
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Copy text to macOS clipboard using pbcopy
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Open relevant web pages based on current context
Open Finder at relevant location
Render complex content as a styled HTML page and open in browser
Open markdown files in Typora editor for comfortable reading
| name | copy |
| description | Copy text to macOS clipboard using pbcopy |
| user_invocable | true |
Copy the most recent relevant text from the conversation to the macOS clipboard.
pbcopy to place the text in clipboard:
printf '%s' "TEXT_HERE" | pbcopy
printf '%s' instead of echo to avoid trailing newline issuespbcopy <<'EOF'
line 1
line 2
EOF