Automation examples
Ten automations you can build by describing them. Paste a prompt to your agent, bind the services it mentions, and watch it run in the dashboard. If you want the history to stick around, run agentry service bind postgres first.
These are starting points, not a menu — reword them, combine them, or describe something else entirely.
Morning PR digest
Posts open PRs and overnight commits to Slack every weekday morning.
Runs on a schedule · needs GitHub + Slack
Every weekday at 9am, pull the open PRs and the last day of commits from
OWNER/REPOand post a short summary to our Slack channel.
Uptime & SSL monitor
Pings your endpoints, records latency, and alerts when something is down or a certificate is about to expire.
Runs every 5 minutes · needs Postgres + Slack
Every 5 minutes, check these URLs, record the status and latency, and alert Slack on a non-200 or a TLS cert expiring within 14 days.
Stripe revenue log
Records every successful payment to your own database and posts to Slack — with one click to replay any event.
Reacts to events · needs Postgres + Slack
When Stripe sends a successful payment, verify it, store the amount, customer, and time in Postgres, and post a 🎉 to Slack.
Lead capture & welcome
Stores signups, sends an instant welcome, and emails you the daily total.
Event + schedule · needs Postgres + SMTP
Accept signup form submissions on a webhook, store them, and send a welcome email — plus a 9am job that emails me yesterday's signup count.
Re-engagement nudge
Finds carts or sessions idle for over an hour and sends a personalized nudge.
Runs hourly · needs Postgres + SMTP
Every hour, find carts in our database with no checkout after an hour and email the customer a reminder — once per cart.
Daily content draft
Turns a list of topics into a daily draft and saves it for review.
Runs daily · needs an AI provider
Every morning, take the next topic from a list, draft a 400-word post, save it, and drop a preview link in Slack.
Feed watcher
Watches a feed, summarizes new items, and posts them — without repeating itself.
Runs hourly · needs Postgres + Slack
Poll this RSS feed hourly, summarize any new entries, post them to Slack, and remember what's already been sent.
Issue auto-triage
Classifies new GitHub issues, labels them, and routes them to the right channel.
Reacts to events · needs GitHub + an AI provider
When a GitHub issue is opened, classify it as bug, feature, or question, apply the matching label, and post it to the right Slack channel.
Receipt to ledger
Takes an incoming receipt, pulls out the fields, and stores structured rows.
Reacts to events · needs Postgres + an AI provider
Accept a receipt on a webhook (JSON or a forwarded email), extract the vendor, amount, date, and line items, and store them in Postgres.
Nightly backup
Dumps a table, compresses it, and uploads it to your bucket with a run log.
Runs nightly · needs Postgres + AWS
Every night, dump the
orderstable, gzip it, and upload it tos3://my-bucket/backups/with the date in the filename.
Don't see yours? Describe it. You're not choosing from a list — if you can say what you want, your agent can write it.