skills/claude-skills-open/skills/agents/daily-briefing-run/SKILL.md
Automatic daily briefing agent run
npx skillsauth add aaaaqwq/agi-super-team daily-briefing-runInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Runs the daily briefing agent manually (outside of schedule).
The agent collects information from:
Generates:
Sends to Telegram Saved Messages.
cd $AGENTS_PATH/daily-briefing
python3 daily-briefing_agent.py --dry-run --verbose
Outputs briefing to stdout, does not send to Telegram.
Use for:
cd $AGENTS_PATH/daily-briefing
python3 daily-briefing_agent.py --now --verbose
Generates and sends to Telegram.
Use for:
cd $AGENTS_PATH/daily-briefing
python3 test_daily-briefing.py
Runs unit tests without actual execution.
--dry-run - generates briefing, outputs to console, does NOT send to Telegram--now - bypasses schedule check (allows running on weekends)--verbose - detailed logging (shows each step)Successful run:
Step 1: Collecting PM tasks...
Step 2: Collecting email data...
Step 3: Collecting CRM follow-ups...
Step 4: Generating AI summary...
Step 5: Ranking priorities...
Step 6: Formatting briefing...
Step 7: Sending to Telegram...
Telegram notification sent
Step 8: Logging run...
Done! Tasks: 26, Emails: 5, Follow-ups: 3
Error (fallback):
Step 7: Sending to Telegram...
Telegram notification failed: ...
Fallback: saved to /Users/.../data/2026-02-12.md
If Telegram failed -- briefing is saved to a file.
# Good Morning! Daily Briefing for YYYY-MM-DD
## Executive Summary
- [AI bullet points: critical tasks, emails, follow-ups]
## Email (N new, M actionable)
[URGENT: X | REPLY NEEDED: Y | INFO: Z]
## Tasks Deadline TODAY (N)
- [task] (Project: X) - [description]
## In Progress (N)
- [task] - [notes]
## Hot Tasks (N)
| Score | Task | Description | Note |
## Follow-ups TODAY (N)
[OVERDUE: X if any]
- [Name] @ [Company] via [channel]
## Recommended to Start
**[Task]**
- Why: [reasoning]
- Action: [next step]
Agent runs automatically via launchd:
Check status:
launchctl list | grep daily-briefing
Logs:
tail -f $AGENTS_PATH/logs/daily-briefing.log
tail -f $AGENTS_PATH/logs/daily-briefing.error.log
Other agents:
Tools:
claude CLI - for AI summary (optional, works without it)Data:
$PM_PATH/pm_tasks_master.csv$CRM_PATH/contacts/people.csv$CRM_PATH/contacts/companies.csv$CRM_PATH/activities.csv$GOOGLE_TOOLS_PATH/data/email_summaries/YYYY-MM-DD.mdcd $AGENTS_PATH/daily-briefing
python3 -c "
import json
with open('data/agent_log.json') as f:
log = json.load(f)
print(json.dumps(log[-5:], indent=2))
"
Shows the last 5 runs with metrics:
"No such file or directory: pm_tasks_master.csv"
"Email summary not available for today"
"Claude CLI error"
echo "test" | claude -p --model haiku"Telegram notification failed"
ls /Users/.../telegram/sessions/*.sessiondata/YYYY-MM-DD.md$AGENTS_PATH/daily-briefing/data/YYYY-MM-DD.md$AGENTS_PATH/daily-briefing/data/agent_log.jsonemail-monitor - run email agentgit-workflow - if agent code was modifiedpm/task-prioritize - manual task prioritizationYour Name ([email protected])
Process ID: #14 Agent type: Scheduled reporting (read-only)
development
Technology-agnostic prompt generator that creates customizable AI prompts for scanning codebases and identifying high-quality code exemplars. Supports multiple programming languages (.NET, Java, JavaScript, TypeScript, React, Angular, Python) with configurable analysis depth, categorization methods, and documentation formats to establish coding standards and maintain consistency across development teams.
tools
Expert-level browser automation, debugging, and performance analysis using Chrome DevTools MCP. Use for interacting with web pages, capturing screenshots, analyzing network traffic, and profiling performance.
data-ai
Prompt for creating detailed feature implementation plans, following Epoch monorepo structure.
tools
Interactive prompt refinement workflow: interrogates scope, deliverables, constraints; copies final markdown to clipboard; never writes code. Requires the Joyride extension.