ソース情報
- リポジトリ
- 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コマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
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 職業分類に基づく
| 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