Daily Ingest Agent

Your 24/7 second brain.

Configure a browser-use agent that pulls content from across the web while you sleep — and drops structured notes straight into your 00-Inbox.

Choose your setup method

🖥️ browser-use (local) Free / open source

Runs on your machine. Requires Python. Best for privacy and full control. Install once, runs nightly via cron or Task Scheduler.

☁️ Hosted agent (cloud) Paid / easier

Use a service like Lindy, Zapier, or Make.com. No local setup. Runs in the cloud on a schedule. Good if you don't want to manage Python.


Configure your ingest sources

What should it pull?

Select your sources:

Schedule
Output format

Your agent config

Save these to your Agents/ folder in Obsidian.

Agents/daily-ingest-config.md
Agents/daily-ingest-prompt.md

🚀 Quick setup with browser-use

Run these commands in your terminal:

pip install browser-use python -m browser_use --task "$(cat Agents/daily-ingest-prompt.md)" Then set up a cron job or Task Scheduler to run it nightly at your chosen time.