> ## Documentation Index
> Fetch the complete documentation index at: https://docs.screenpipe.com/llms.txt
> Use this file to discover all available pages before exploring further.

# pipe store — browse all automations

> Browse every screenpipe pipe: digital clone, meeting intelligence, time tracking, Obsidian sync, CRM, and more. One-click install from the app.

{/* https://screenpi.pe */}

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](https://screenpi.pe/pipes).

<img src="https://docs.screenpi.pe/public/app-screenshots/pipes-discover-tab.png" alt="screenpipe pipe store discover tab" width="1200" />

***

## featured

<CardGroup cols={2}>
  <Card title="Digital Clone" icon="brain">
    most popular memory pipe

    saves 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.
  </Card>

  <Card title="Meeting Intelligence" icon="lightbulb">
    botless meeting memory

    AI 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.
  </Card>

  <Card title="Obsidian Daily Summary" icon="notebook">
    local notes sync

    writes 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.
  </Card>

  <Card title="Todo List Assistant" icon="check">
    task tracking

    keeps 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.
  </Card>

  <Card title="AI Prompt Journal" icon="pen">
    AI workflow journal

    captures 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.
  </Card>
</CardGroup>

***

## productivity

<CardGroup cols={2}>
  <Card title="Focus Assistant" icon="bullseye">
    distraction detection

    detects 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.
  </Card>

  <Card title="Toggl Time Tracker" icon="clock">
    automatic time tracking

    automatically 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.
  </Card>

  <Card title="Notion CRM Sync" icon="database">
    sales workflow sync

    auto-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.
  </Card>

  <Card title="Personal CRM" icon="users">
    relationship memory

    remember 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.
  </Card>

  <Card title="Research Rabbit" icon="magnifying-glass">
    research assistant

    deep-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.
  </Card>
</CardGroup>

## dev tools

<CardGroup cols={2}>
  <Card title="Daily Summary of Claude Code Usage" icon="terminal">
    developer workflow summary

    summarizes 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.
  </Card>
</CardGroup>

## sync & integrations

<CardGroup cols={2}>
  <Card title="iMessage Sync" icon="message">
    local message sync

    synchronizes 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.
  </Card>

  <Card title="Voice Memos Sync" icon="microphone">
    voice memo memory

    transcribes 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.
  </Card>

  <Card title="WisprFlow Sync" icon="waveform">
    voice note sync

    synchronizes WisprFlow notes, recordings, and everything into screenpipe memories.

    **best for:** WisprFlow users who want all their voice data searchable in one place.
  </Card>

  <Card title="Apple Photos Sync" icon="image">
    photo memory sync

    reads 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.
  </Card>
</CardGroup>

## social & monitoring

<CardGroup cols={2}>
  <Card title="Brand Listening" icon="megaphone">
    brand monitoring

    listens 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.
  </Card>
</CardGroup>

***

## troubleshooting

### pipe installed from store but not showing in UI

**problem**: you click GET on a pipe, the install succeeds, but the pipe doesn't appear in **settings → pipes**.

**solution**:

1. restart screenpipe (close and reopen the app). the pipe list sometimes takes a few seconds to refresh.
2. check that the pipe folder exists:
   * **macOS/Linux**: `ls ~/.screenpipe/pipes/` and verify the pipe name appears
   * **Windows**: `dir %USERPROFILE%\.screenpipe\pipes\` (or `echo $env:USERPROFILE\.screenpipe\pipes` in PowerShell)
3. if the folder is missing, re-run the install from the pipe store.
4. verify screenpipe API is healthy: `curl http://localhost:3030/health`

### pipes disappearing from UI

**problem**: pipes you installed are suddenly gone, or they appear and then vanish.

**solution**: screenpipe uses a **tombstone system** to track deleted pipes and prevent them from being restored. a pipe may be marked as deleted if:

* you deleted it via **settings → pipes → delete**
* you uninstalled the app (rebuilding the pipe list removes orphaned pipes)
* the pipe folder was manually deleted from `~/.screenpipe/pipes/`

**to recover**:

1. go to **settings → pipes** and look for the pipe in the installed list
2. if it's not there, check if it appears in the **Discover** tab and click **GET** to reinstall
3. if the pipe is still not showing, the tombstone file (`.tombstones.json`) may need to be cleared. **backup first**, then delete `~/.screenpipe/pipes/.tombstones.json` and restart screenpipe

**to prevent**: avoid deleting pipes manually from the filesystem. use the **delete** button in the app instead — it properly manages tombstone records.

### pipe install succeeds but doesn't execute

**problem**: the pipe is installed and enabled, but scheduled runs produce no output or logs.

**solution**: the issue is usually the pipe execution, not the installation. see [debug screenpipe pipes](/pipe-debugging) for execution troubleshooting (logs, API health, provider auth).

## built-in template pipes

these ship with screenpipe and are available immediately (no install needed):

| pipe                | what it does                                            |
| ------------------- | ------------------------------------------------------- |
| **Day Recap**       | summarize accomplishments, key moments, unfinished work |
| **Standup Update**  | generate a copy-paste standup report                    |
| **Time Breakdown**  | where your time went by app, project, category          |
| **AI Habits**       | how you use AI tools — patterns and insights            |
| **Meeting Summary** | summarize meeting transcripts with action items         |
| **Video Export**    | create 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](https://screenpi.pe/pipes) for others to use.

### quick way: ask AI to build it

paste this into Claude Code, Cursor, or any AI coding tool:

```text theme={null}
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

```bash theme={null}
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 →](/pipes)

### publishing to the pipe store

ready to share your pipe with the community? visit [screenpi.pe/pipes](https://screenpi.pe/pipes) and click **Submit a Pipe**. you'll need to provide:

* **pipe name** — what users will see in the store
* **description** — 1–2 sentences explaining what your pipe does
* **icon** — a visual thumbnail for the store
* **pipe.md source** — either paste your markdown directly or link to a GitHub raw file
* **tags** — `productivity`, `automation`, `integration`, etc.

screenpipe maintainers review submissions and feature the best ones. once published, users can install your pipe with one click from the app.

***

## what makes pipes powerful

| feature              | description                                                                         |
| -------------------- | ----------------------------------------------------------------------------------- |
| **zero code**        | pipes are plain markdown — describe what you want in natural language               |
| **any schedule**     | run every 5 minutes, hourly, daily, or on-demand                                    |
| **full API access**  | query screen text, audio, browser URLs, app activity, input events                  |
| **any AI model**     | use screenpipe cloud, your ChatGPT/Claude subscription, or local Ollama             |
| **external APIs**    | pipes can call Slack, Toggl, Notion, Google Calendar — anything with an API         |
| **privacy controls** | restrict what data a pipe can access with [permissions](/pipe-permissions)          |
| **publishable**      | share your pipes with the community via the [pipe store](https://screenpi.pe/pipes) |

need help building a pipe? [join our discord](https://discord.gg/screenpipe) — share your pipes and see what others are building.
