Agent skill
Daily Brief
This skill should be used when the user asks about "daily brief", "morning brief", "run the brief", "check my messages", "what's on my calendar", or needs to aggregate messages from multiple sources into a summary.
Install this agent skill to your Project
npx add-skill https://github.com/ChinchillaEnterprises/ChillSkills/tree/main/daily-brief
SKILL.md
Daily Brief System
Automated daily morning brief that aggregates messages, calendar events, and meeting transcripts.
Overview
Collects data from 7 sources, applies VIP prioritization, and delivers a formatted email at 6:30 AM.
Data Sources
| Source | Method | Data |
|---|---|---|
| iMessage | SQLite DB | Last 48 hours of texts |
| Telegram | API | Messages + quick captures |
| Gmail | OAuth (3 accounts) | Unread and important emails |
| Google Calendar | OAuth (3 accounts) | Today's events |
| Fathom | API | Meeting transcripts |
| Granola | Local JSON | Meeting notes |
| Slack | Bot tokens | Channel activity (2 workspaces) |
Accounts
| Service | Accounts |
|---|---|
| Gmail/Calendar | jamiepastore@gmail.com, jamie@peptide.partners, jamie@chinchilla-ai.com |
| Slack | chinchilla-enterprise, peptide-partners |
VIP Contacts (Always Prioritized)
- Tori Cohen (Wife)
- Zak David (Peptide Partners)
- Abelino Chinchilla (Chinchilla AI)
Day-Type Logic
Weekdays: Work focus - Peptide > Chinchilla > Personal Weekends: Personal focus - Household > Family > Work catch-up
Project Location
/Users/tori/Desktop/%/AI (Play)/daily-brief/
Key Commands
Run Manually
cd "/Users/tori/Desktop/%/AI (Play)/daily-brief"
bash scripts/run_daily_brief.sh
Test Components
./venv/bin/python3 scripts/fetch_gmail.py --test
./venv/bin/python3 scripts/fetch_calendar.py
./venv/bin/python3 scripts/check_token_health.py
Preview Without Sending
./venv/bin/python3 scripts/generate_brief.py --preview
Automation
LaunchAgent runs at 6:30 AM daily:
- Plist:
/Users/tori/Library/LaunchAgents/com.dailybrief.run.plist - Logs:
/Users/tori/Desktop/%/AI (Play)/daily-brief/logs/
Token Health Check
Pre-flight check runs before each brief. If tokens expire:
- Alert email sent immediately
- Re-auth with:
./venv/bin/python3 scripts/fetch_gmail.py --account [email] --reauth
Delivery
Emails sent to: jamiepastore@gmail.com SMTP: Gmail app password
Troubleshooting
| Issue | Fix |
|---|---|
| OAuth expired | Delete token, re-run fetch script with --reauth |
| iMessage access | Add /bin/bash and python3 to Full Disk Access |
| Brief not running | Check `launchctl list |
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
Red Team
Use this skill when the user says "red team", "stress test", "attack this", "critique this", "run the models against this", "test this plan", "refine this with AI", or wants to use external AI models to critique, validate, or improve a document, pitch, plan, or idea. Also use when the user wants to save Claude Code usage by offloading analysis to other models.
Upwork Scanner
This skill should be used when the user asks to "scan upwork", "find upwork jobs", "check upwork", "run the scanner", "look for jobs", or mentions finding freelance projects for Chinchilla AI.
Polymarket Arb Scanner
This skill should be used when the user asks to "scan polymarket", "find arb opportunities", "check polymarket arbs", "run arb scanner", "polymarket arbitrage", or mentions detecting price inefficiencies on Polymarket.
captain-update
Polymarket Copy Trader
This skill should be used when the user asks to "copy trade", "telegram bot polymarket", "follow traders", "copy polymarket", or mentions building a copy trading bot for Polymarket.
Architecture Diagram
This skill should be used when the user asks to "generate a diagram", "create an architecture diagram", "make a diagram", "draw a system diagram", or needs a branded Chinchilla AI technical diagram for proposals or documentation.
Didn't find tool you were looking for?