skills/claude-skills-open/skills/agents/daily-briefing-run/SKILL.md
Automatic daily briefing agent run
npx skillsauth add aaaaqwq/agi-super-skills 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)
testing
AI驱动的智能浏览器自动化工具。使用LLM理解页面并自动执行任务,比传统Playwright更智能、更省token。适用于复杂交互、动态页面、需要智能决策的浏览器操作。Chrome浏览器优先。
tools
网页登录态管理。使用 fast-browser-use (fbu) 管理各平台登录状态,定期检查可用性,新平台授权时自动保存 profile。
development
Monitor and report on API provider quotas, balances, and usage. Query official providers (Moonshot, DeepSeek, xAI, Google AI Studio) and relay/proxy providers (Xingjiabiapi, Aixn, WoW) via their billing APIs. Also checks subscription services (Brave Search, OpenRouter). Generates quota reports. Triggers on "查额度", "API余额", "quota check", "billing report", "api balance", "供应商额度", "中转站余额", "费用报告", "check balance", "how much credit".
development
# A股基金监控 Skill A股基金净值监控,支持实时估值和盘后净值,自动判断交易日/节假日。 ## 用法 ### 快速监控(命令行) ```bash # 默认配置,输出到控制台 bash ~/clawd/skills/a-fund-monitor/scripts/monitor.sh # 推送到群(使用--push参数) bash ~/clawd/skills/a-fund-monitor/scripts/monitor.sh --push # 监控指定基金 bash ~/clawd/skills/a-fund-monitor/scripts/monitor.sh --codes "000979 002943" ``` ### Agent调用 ``` 执行A股基金监控任务。 1. 读取配置文件: ~/clawd/skills/a-fund-monitor/config.json 2. 获取实时净值数据 3. 非交易日自动切换为简短报告 配置文件格式: { "funds": [ {"code": "000979", "name": "景顺长城沪港深精选股票