Skip to main content
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.

Prerequisites

  1. A swarmlord account.
  2. A Sendblue account with an API key.
  3. Your iMessage-capable phone number.

1. Set the secrets

2. Scaffold

3. The bundle

Replace swarmlord.jsonc:
swarmlord.jsonc
Replace +1XXXXXXXXXX with your real phone number.

4. Deploy

5. Try it

The agent will call 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 customTools block for a price lookup, send a daily snapshot.
  • PR review — add the github MCP, diff yesterday’s PRs each morning.
  • Slack instead — swap sendblue for the slack MCP and post to a channel.