Skip to main content
pipes are AI automations that run on your screen data. to install: click Pipes in the sidebar → browse the store → click GET on any pipe. then go to settings → pipes to enable and run it. you can also browse and install pipes at screenpi.pe/pipes.

Digital Clone

574 installs — most popular pipesaves and maintains memories of who you are. builds a digital representation of your knowledge, preferences, and patterns over time.best for: personal AI memory, building context that persists across conversations.

Meeting Intelligence

17 installsAI meeting summaries enriched with relationship history, screen context, and memories — gets smarter over time. goes beyond basic transcription.best for: sales calls, recurring meetings, relationship tracking across conversations.

Obsidian Daily Summary

62 installswrites a daily summary of your screen activity directly into your Obsidian vault.best for: daily journaling, building a personal knowledge base, connecting screen context to your notes.

Todo List Assistant

30 installskeeps track of things you need to do and reminds you regularly of important tasks based on your screen activity.best for: task management, staying on top of action items mentioned in meetings or messages.

AI Prompt Journal

6 installscaptures every prompt you send to AI tools (ChatGPT, Claude, Gemini, Perplexity, etc.) and saves them to a daily markdown journal.best for: building a searchable archive of your AI conversations, reviewing your thought process.

productivity

Focus Assistant

38 installsdetects when you’re distracted based on your active app and sends you a notification to get back on track.best for: deep work sessions, reducing context-switching, staying focused on a specific task.

Toggl Time Tracker

17 installsautomatically tracks your time in Toggl based on which apps you’re using. no manual time entries needed.best for: freelancers, consultants, anyone who bills by the hour.

Notion CRM Sync

16 installsauto-detects business calls and syncs them to your Notion CRM. extracts contacts, company, deal stage, and action items from conversation transcripts.best for: sales teams, founders, anyone tracking deals in Notion.

Personal CRM

8 installsremember everyone you meet, what you discussed, and when to follow up. builds relationship context automatically from your screen and audio data.best for: networking, sales, managing relationships across many contacts.

Research Rabbit

10 installsdeep-dives into topics based on your screen activity — finds non-obvious insights you wouldn’t Google yourself.best for: researchers, curious people, discovering connections between topics you’re exploring.

dev tools

Daily Summary of Claude Code Usage

34 installssummarizes your daily Claude Code usage — what you built, what prompts worked, what didn’t.best for: developers using Claude Code, tracking AI-assisted development patterns.

sync & integrations

iMessage Sync

18 installssynchronizes your iMessages into the screenpipe database so they’re searchable alongside your screen data.best for: searching old messages, giving AI context about your conversations.

Voice Memos Sync

15 installstranscribes and indexes iPhone Voice Memos synced via iCloud. auto-processes new recordings, transcribes via Deepgram, summarizes with AI, and stores as searchable memories.best for: people who use Voice Memos for quick thoughts, meeting notes, or brainstorming.

WisprFlow Sync

9 installssynchronizes WisprFlow notes, recordings, and everything into screenpipe memories.best for: WisprFlow users who want all their voice data searchable in one place.

Apple Photos Sync

4 installsreads and syncs all your Apple Photos from iPhone into screenpipe memories.best for: making your photo library searchable by AI, adding visual context to your memory.

social & monitoring

Brand Listening

4 installslistens to topics around your brand on the internet based on your screen activity and notifies you when there’s an opportunity.best for: founders, marketers, anyone monitoring their brand or competitors.

built-in template pipes

these ship with screenpipe and are available immediately (no install needed):
pipewhat it does
Day Recapsummarize accomplishments, key moments, unfinished work
Standup Updategenerate a copy-paste standup report
Time Breakdownwhere your time went by app, project, category
AI Habitshow you use AI tools — patterns and insights
Meeting Summarysummarize meeting transcripts with action items
Video Exportcreate a video clip from your screen recordings

create your own pipe

a pipe is just one markdown file. you can create a custom pipe for anything — then publish it to the store for others to use.

quick way: ask AI to build it

paste this into Claude Code, Cursor, or any AI coding tool:
create a screenpipe pipe that [DESCRIBE WHAT YOU WANT].

a pipe is a single markdown file at ~/.screenpipe/pipes/{name}/pipe.md
with YAML frontmatter (schedule, enabled) and a prompt body.
the AI agent queries http://localhost:3030/search for screen data.

manual way: write it yourself

mkdir -p ~/.screenpipe/pipes/my-pipe
cat > ~/.screenpipe/pipes/my-pipe/pipe.md << 'EOF'
---
schedule: every 30m
enabled: true
---

Your instructions here. The AI agent will execute this prompt
and can query screenpipe at http://localhost:3030/search.
EOF
then install it: go to settings → pipes and it will appear in your installed pipes list. full pipe development guide →

what makes pipes powerful

featuredescription
zero codepipes are plain markdown — describe what you want in natural language
any schedulerun every 5 minutes, hourly, daily, or on-demand
full API accessquery screen text, audio, browser URLs, app activity, input events
any AI modeluse screenpipe cloud, your ChatGPT/Claude subscription, or local Ollama
external APIspipes can call Slack, Toggl, Notion, Gmail — anything with an API
privacy controlsrestrict what data a pipe can access with permissions
publishableshare your pipes with the community via the pipe store
need help building a pipe? join our discord — share your pipes and see what others are building.