Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/khaicafe/appAI --skill clipboard-manager명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
Stealth browser automation with anti-detection. Launches Chromium with fingerprint randomization, webdriver flag removal, Canvas/WebGL spoofing, and permissions API masking. Use for web scraping, login automation, and session persistence on bot-protected sites. Triggers on "stealth browser", "anti-detection", "undetectable browser", "hide automation", "stealth login", "bot protection bypass".
Control local Chrome browser via Chrome DevTools Protocol (CDP) using Puppeteer. Use when you need to automate browser tasks like navigating pages, clicking elements, filling forms, taking screenshots, executing JavaScript, or intercepting network responses. Works with Chrome instances that already have CDP enabled. Common use cases include web scraping (e.g., "Search iPhone on Taobao and get prices"), automated testing, interacting with web apps (e.g., "Ask ChatGPT a question"), or monitoring network traffic.
Create SVG diagrams with shapes, layers, and multi-format export. Use when generating graphics, building diagrams, arranging layouts.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | clipboard-manager |
| version | 1.0.0 |
| description | 剪贴板历史管理工具。保存剪贴板历史,快速搜索和重复粘贴。适合频繁复制粘贴的用户。 |
| author | 你的名字 |
| triggers | ["剪贴板","复制历史","粘贴板","剪贴板历史"] |
管理剪贴板历史,快速搜索和重复粘贴。
python3 scripts/clipboard.py history
python3 scripts/clipboard.py search "关键词"
python3 clipboard.py pin 1
python3 clipboard.py paste 1
python3 clipboard.py clear
# 最大保存条数
export CLIPBOARD_MAX=100
# 查看最近10条
python3 scripts/clipboard.py history --limit 10
# 搜索包含 "密码" 的记录
python3 scripts/clipboard.py search "密码"
# 固定第1条
python3 scripts/clipboard.py pin 1