> ## 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.

# Task library — browse all automations

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

Scheduled tasks are AI automations that run on your screen data. To install: open **Scheduled tasks → Discover**, choose a scheduled task, and click **GET**. The app switches to **My tasks**, where you can review its permissions, run it, and enable a schedule.

You can also browse and install scheduled tasks at [the online task library](https://screenpi.pe/pipes).

***

## Featured

<CardGroup cols={2}>
  <Card title="Digital Clone" icon="brain">
    Most popular memory scheduled task

    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="target">
    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="search">
    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>

## Sync & integrations

<CardGroup cols={2}>
  <Card title="iMessage Sync" icon="message-square">
    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="mic">
    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>
</CardGroup>

<Note>
  The Store is a live catalog and changes independently of the app release. Search **Discover** for the current availability, version, permissions, and connections before relying on a scheduled task in a workflow.
</Note>

***

## Troubleshooting

### Scheduled task installed from store but not showing in UI

**Problem**: you click GET on a scheduled task, the install succeeds, but the scheduled task doesn't appear in **Scheduled tasks → My tasks**.

**Solution**:

1. Switch back to **Discover**, then return to **My tasks** and wait a few seconds for the list to refresh.
2. Check that the scheduled task folder exists:
   * **macOS/Linux**: `ls ~/.screenpipe/pipes/` and verify the scheduled task 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 task library.
4. Verify Screenpipe API is healthy: `curl http://localhost:3030/health`

### Scheduled tasks disappearing from UI

**Problem**: scheduled tasks you installed are gone from **My tasks**.

**Solution**: Screenpipe uses a **tombstone system** to track deleted scheduled tasks and prevent them from being restored. A scheduled task may be marked as deleted if:

* You deleted it from **Scheduled tasks → My tasks**
* You uninstalled the app (rebuilding the scheduled task list removes orphaned scheduled tasks)
* The scheduled task folder was manually deleted from `~/.screenpipe/pipes/`

**To recover**:

1. Look for the scheduled task in **Scheduled tasks → My tasks**
2. If it is absent, search **Discover** and click **GET** to reinstall
3. If the Store reports success but the scheduled task remains absent, collect the app version, scheduled task name, and execution logs, then use [scheduled task debugging](/task-troubleshooting)

Avoid deleting scheduled task folders or editing `.tombstones.json` manually. Use the app's delete and reinstall actions so its installed-state records stay consistent.

### Scheduled task install succeeds but doesn't execute

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

**Solution**: the issue is usually the scheduled task execution, not the installation. See [debug Screenpipe scheduled tasks](/task-troubleshooting) for execution troubleshooting (logs, API health, provider auth).

## Built-in Home shortcuts

These four shortcuts ship with the current app and are available on Home without a Store install:

| Scheduled task       | What it does                                                 |
| -------------------- | ------------------------------------------------------------ |
| **Automate My Work** | Find one repeated workflow and propose a testable automation |
| **Day Recap**        | Summarize accomplishments, key moments, and unfinished work  |
| **Time Breakdown**   | Review app, project, and category activity                   |
| **Missed To-Dos**    | Find likely unresolved commitments from recent work          |

***

## New scheduled task

A scheduled task is just one markdown file. You can create a custom scheduled task for anything — then [publish it to the store](https://screenpi.pe/pipes) for others to use.

### Quick way: use the in-app builder

Open **Scheduled tasks → My tasks**, scroll to **new scheduled task**, and describe the result in plain English. For example:

```text theme={null}
Every weekday at 5pm, create a local Markdown recap of my verified work,
open loops, and capture gaps. Do not send it or change another system.
```

The app opens Home, asks the agent to build and install the scheduled task, then the result appears in **My tasks**. Run it once and inspect the artifact and execution log before keeping the schedule enabled.

### 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 open **Scheduled tasks → My tasks**. The local scheduled task folder is discovered and appears in the installed list.

[Full scheduled task development guide →](/scheduled-tasks)

### Publishing to the task library

Ready to share your scheduled task with the community? Visit [the online task library](https://screenpi.pe/pipes) and open the publishing flow. You'll need to provide:

* **Scheduled task name** — what users will see in the store
* **Description** — 1–2 sentences explaining what your scheduled task 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 scheduled task with one click from the app.

***

## What makes scheduled tasks powerful

| Feature              | Description                                                                                     |
| -------------------- | ----------------------------------------------------------------------------------------------- |
| **Zero code**        | Scheduled tasks 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**    | Scheduled tasks can call Slack, Toggl, Notion, Google Calendar — anything with an API           |
| **Privacy controls** | Restrict what data a scheduled task can access with [permissions](/task-permissions)            |
| **Publishable**      | Share your scheduled tasks with the community via the [task library](https://screenpi.pe/pipes) |

Need help building a scheduled task? [join our Discord](https://discord.gg/screenpipe) — share your scheduled tasks and see what others are building.
