用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tools-only/X-Skills --skill screenpipe-setup命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Index of Build Systems Skills
Coordination patterns for distributed dataflow systems including barriers, epochs, and distributed snapshots
Windowing, sessionization, time-series aggregation, and late data handling for streaming systems
基于 SOC 职业分类
正在显示 SKILL.md
| name | screenpipe-setup |
| description | Enable ambient work intelligence via screen OCR (beta feature) |
| version | 0.1.0 |
| triggers | ["/screenpipe-setup","/screenpipe-enable","enable screen capture","setup screenpipe","ambient intelligence"] |
Enable ambient work intelligence - Dex learns what you're working on via screen OCR.
This is a beta feature. Before proceeding:
System/user-profile.yaml → Check if beta.activated.screenpipe: true"ScreenPipe is a beta feature. To enable it, first run:
/beta-activate DEXSCREENPIPE2026
Then come back and run /screenpipe-setup again."
ScreenPipe captures OCR text from your screen so you can ask things like:
Work apps only. Everything personal is blocked:
Auto-delete: Data older than 30 days is automatically purged (configurable).
which screenpipe
If not found:
brew install screenpipe
Write to ~/.screenpipe/config.json:
{
"fps": 0.5,
"disable_audio": true,
"use_pii_removal": true,
"ignored_apps": [
"Safari", "Google Chrome", "Firefox", "Arc", "Brave Browser",
"Microsoft Edge", "Opera", "Vivaldi", "Tor Browser", "DuckDuckGo",
"1Password", "Keychain Access", "Bitwarden", "LastPass", "KeePass",
"Messages", "WhatsApp", "Telegram", "Signal", "Discord",
echo "30" > ~/.screenpipe/retention_days
# Copy cleanup script from dex-core
cp dex-core/core/scripts/screenpipe-cleanup.sh ~/.screenpipe/cleanup.sh
chmod +x ~/.screenpipe/cleanup.sh
# Install daily cleanup (runs at 3 AM)
cp dex-core/core/scripts/com.dex.screenpipe-cleanup.plist ~/Library/LaunchAgents/
launchctl load ~/Library/LaunchAgents/com.dex.screenpipe-cleanup.plist
Set screenpipe.enabled: true and screenpipe.prompted: true in System/user-profile.yaml
screenpipe &
curl http://localhost:3030/health
"✅ ScreenPipe is running!
What's captured: Work apps (VS Code, Terminal, Slack, Notion, etc.)
What's blocked: All browsers, personal apps, banking, social media
Data location: ~/.screenpipe/ (on your machine only)
Auto-delete: After 30 days
Try asking: 'What was I working on in the last hour?'
View your data anytime: open http://localhost:3030
Disable anytime: screenpipe stop"
Triggers: /screenpipe-disable, "disable screenpipe", "stop screen capture"
screenpipe stop
# or
pkill screenpipe
Update screenpipe.enabled: false in user-profile.yaml
Ask: "Want to delete the captured data too?"
rm -rf ~/.screenpipe/When user says things like:
Extract the number and update:
echo "7" > ~/.screenpipe/retention_days
Also update screenpipe.retention_days in user-profile.yaml
Confirm: "Done! ScreenPipe will now keep data for X days. Old data will be cleaned up tonight at 3 AM."
When user says:
~/.screenpipe/config.jsonignored_apps or ignored_urls arrayscreenpipe stop && screenpipeIf user wants maximum privacy (nothing to Anthropic):
/ai-setup first