daily-briefing
SKILL.md
daily-briefing
Generates a compact, warm daily message suitable for cron delivery (stdout/chat reply). Always succeeds even with minimal context.
Skill Type: System Skill (Orchestrator Pattern)
This skill uses the System Skill pattern for execution on macOS. The agent must:
- Never run raw CLI commands directly (except
curlfor weather). - Always invoke the runner script to gather data.
- Read gathered data from JSON after the script completes.
- Generate the briefing text using the agent's own capabilities.
Quick reference:
# Invoke data gatherer (waits for completion)
"{baseDir}/skills/daily-briefing/bin/run_daily_briefing.sh"