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 직업 분류 기준
| 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
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