소스 정보
- 저장소
- tools-only/X-Skills
- 최근 소스 활동
- 2026년 2월 4일 21:40
- 감지된 SKILL.md 언어
- 영어
- 스타
- 7
- 포크
- 1
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
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