用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/khaicafe/appAI --skill clipboard-manager命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 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
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 职业分类