The canonical end-to-end agent: every weekday at 8am, it searches the web on a topic, summarizes the findings, and sends them to your phone via iMessage. No client code. No server code. One config file.Documentation Index
Fetch the complete documentation index at: https://zpg6.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
1. Set the secrets
2. Scaffold
3. The bundle
Replaceswarmlord.jsonc:
swarmlord.jsonc
+1XXXXXXXXXX with your real phone number.
4. Deploy
5. Try it
websearch, webfetch, then send_message (Sendblue). A text lands on your phone with the summary and links.
6. Let cron take over
The cron fires every weekday at 8am UTC. To make the topic dynamic, swap the trigger to a webhook and POST the topic in from your morning routine.Variations
- News digest — “summarize the top 5 tech stories from the last 24 hours.”
- Stock watch — add a
customToolsblock for a price lookup, send a daily snapshot. - PR review — add the
githubMCP, diff yesterday’s PRs each morning. - Slack instead — swap
sendbluefor theslackMCP and post to a channel.