schedule: '*/30 8-23 * * *' enabled: true preset:
- pi-agent icon: 📡 title: Reddit Brand Monitor featured: true description: Monitor Reddit for conversations where your product matters — semantic matching, not just keywords template: true
| irm https://github.com/screenpipe/screenpipe/releases/download/mcp-v0.10.0/screenpipe-mcp.mcpb -OutFile "$env:TEMP\screenpipe.mcpb"; $claude = @("$env:LOCALAPPDATA\AnthropicClaude\claude.exe","$env:LOCALAPPDATA\Programs\Claude\Claude.exe","$env:LOCALAPPDATA\Programs\claude-desktop\Claude.exe") | Where-Object { Test-Path $_ } | Select-Object -First 1; if ($claude) { & $claude "$env:TEMP\screenpipe.mcpb" } else { Start-Process "$env:TEMP\screenpipe.mcpb" } |
| # Fix screenpipe crash caused by parakeet-mlx on low-memory devices | |
| # Quit screenpipe first, then run: | |
| cd ~/.screenpipe && cp store.bin store.bin.bak && sed -i '' 's/"audioTranscriptionEngine":"parakeet"/"audioTranscriptionEngine":"whisper-tiny"/g' store.bin && echo "done — restart screenpipe" |
schedule: '*/30 8-23 * * *' enabled: true preset:
Pipes are AI agents defined as single .md files. Combined with playwright-cli, they can automate any web app based on what you do on your screen.
Screenpipe (watches your screen 24/7)
→ Pipe (AI agent, runs on schedule)
→ Reads your screen activity via Screenpipe API
| #!/bin/bash | |
| # Twitter/X DM Automation using bbctl web | |
| # Reads your DMs, identifies spam, and sends your latest post to spammers | |
| # | |
| # Requirements: bun (https://bun.sh) | |
| # No API keys needed — uses your browser cookies | |
| # | |
| # How it works: | |
| # 1. Extracts cookies from your real browser (Chrome, Arc, Brave, Edge) | |
| # 2. Launches headless Chromium with those cookies (already authenticated) |
| #!/bin/bash | |
| # Reproduction: Pi agent v0.60.0 RPC mode first-prompt crash | |
| # Bug: Every first prompt in --mode rpc returns success:false with | |
| # "Cannot read properties of undefined (reading 'startsWith')" | |
| # The second prompt works fine. | |
| # | |
| # This affects ALL models (Claude, Qwen, Gemini, etc.) | |
| # Tested with Pi agent @mariozechner/pi-coding-agent v0.60.0 | |
| # | |
| # Setup: npm install @mariozechner/pi-coding-agent |
Hey @everyone
v2.2.176 is here
Incredible week. Please update your app
🏪 Pipe Store — community marketplace is live! Publish, browse, and install pipes. Share as clickable URLs. "Redact API keys" safety net + "Optimize" button for your pipes.
🤖 Meeting Detection v2 — completely rebuilt. Scans UI elements instead of just checking focused app. Supports 35+ apps (Zoom, Teams, Meet, Slack huddles…) and 30+ browser URL patterns. Works on macOS, Windows, and Linux.