Plow Seeds
seeds/plow-pbc/seed-life-dashboard-agent

Life Dashboard Agent

Install the eight life-dashboard skill bundles into Plow so your household AI agent sends daily affirmations, weather, sports scores, calendar nudges, and photos to your family kiosk.

Install in your terminal with command:
curl -fsSL https://raw.githubusercontent.com/plow-pbc/seed/main/install.sh | bash -s -- https://github.com/plow-pbc/seed-life-dashboard-agent/blob/main/SEED.md

What this seed does

The Life Dashboard Agent seed equips your household's Plow AI agent with eight skills that keep your family's kiosk screen alive and useful around the clock. Once installed, the dashboard automatically receives a fresh good-morning affirmation, a prioritised morning alert drawn from your email and calendar, hourly weather conditions from the National Weather Service, quarter-hourly sports scoreboards for your followed teams, calendar nudges before upcoming events, a Thursday weekly digest, and photos you text directly to Plow — all without any ongoing manual effort.

Three of the bundles run on a fixed timer the moment they install; the other three are AI-driven jobs that Plow schedules and runs as genuine agent turns, so the morning affirmation varies day-to-day and the triage genuinely reads your inbox. The install handles all the wiring in one shot: it collects a handful of household facts (your name, iMessage handle, calendar account, and the Pi's message endpoint), writes secrets securely, assembles a household config file, registers the scheduled jobs with the live agent, and verifies everything before finishing.

This seed is the "agent brain" half of a Plow-powered family dashboard. It pairs with a companion kiosk viewer running on a Raspberry Pi and requires Plow.app on a Mac. The umbrella seed-life-dashboard installs the full stack — viewer, this agent seed, and Plow itself — in a single command.

When to use it

  • I want my family's kiosk to show the current weather and forecast without me doing anything each day.
  • I want Plow to text the household a personalised good-morning message every day that doesn't feel copy-pasted.
  • I want a heads-up on my phone before calendar events I might forget, delivered automatically each morning.
  • I want live sports scores for our followed teams refreshing on the dashboard throughout the day.
  • I texted a photo to Plow and want it to appear in the kiosk's rotating photo banner right away.

Source

Version history

1 release
v1.0.0Jun 17, 2026

Initial Seed Release.

Dependencies

5 required · 0 optional
Life Dashboard Agent
  • StatemacOS with Plow.app installed and activated (plowd running)required
  • SWlife-dashboard-skills (ld-shared contract layer)required· link ›
  • Seedseed-plow-apprequired· seed ›
  • Seedseed-life-dashboard-viewerrequired· seed ›
  • SWSystem tools: curl, tar, jq, lsof, pgrep, python3, awk, gitrequired· verified present (no install needed — expected at /usr/bin/*)

Contributors

3 contributors
srosroContributor@srosro
maryldyerContributor@maryldyer
swagatpatelContributor@swagatpatel

Comments

0 comments

You need to be signed in with GitHub to comment.

No comments yet — be the first to share how this seed worked for you.

Similar seeds

Life Dashboard — Hermes Edition

Hermes, running on your Raspberry Pi dressed up in a touchscreen and speaking iMessage.

by @srosro
1Installs
9dependencies

Nearly identical seed for Hermes edition that installs dashboard skills (calendar, weather, affirmations) onto a Raspberry Pi kiosk with AI agent automation.

Life Dashboard Viewer

Turn a Raspberry Pi into an always-on family wall screen showing your shared calendar, rotating photos, and push message cards.

by @plow-pbc
0Installs
5dependencies

Converts a Raspberry Pi into a family wall screen showing shared calendar, photos, and push message cards—related dashboard and kiosk display use case.