Personal Briefing Assistant
personal-assistantimported
Installation
$
npx agenticloops install personal-briefing-assistantSummary
Daily briefing via Telegram: morning digest, inbox triage, reminders, and configurable recurring research checks.
- Runs Daily (configurable), on any harness.
- Uses skills:
summarize,scheduling,monitoring,web-fetch. - Needs
secrets TELEGRAM_BOT_TOKEN— checked at install; secrets are prompted, never in the file. - Runs at the standard capability tier (balanced model); the harness picks the model.
What it does
Run the daily briefing pass: fetch today's calendar events and surface the most important ones, triage the inbox for action items requiring a reply or decision, deliver a summary briefing for each configured research topic (news, markets, project status), send any pending reminders due today, and deliver everything as a structured message via Telegram.
LOOP.md
--- name: personal-briefing-assistant description: Personal Briefing Assistant · Daily briefing via Telegram: morning digest, inbox triage, reminders, and configurable recurring research checks. schedule: daily @ 07:00 skills: [summarize, scheduling, monitoring, web-fetch] requires: secrets: [TELEGRAM_BOT_TOKEN] # names only tier: standard # frontier | standard | fast effort: medium concurrency: skip tags: [personal-assistant, ops, scheduling, research] license: MIT --- Run the daily briefing pass: fetch today's calendar events and surface the most important ones, triage the inbox for action items requiring a reply or decision, deliver a summary briefing for each configured research topic (news, markets, project status), send any pending reminders due today, and deliver everything as a structured message via Telegram.