一键导入
daily-briefing
Generate a daily briefing summary for the user
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate a daily briefing summary for the user
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Launch applications, open URLs in browser, and list running processes. Requires approval for launching applications.
Capture images from device camera. Currently a placeholder - camera support depends on device capabilities.
Structured multi-step reasoning tool for complex problem solving with branching, hypothesis testing, and evidence tracking.
A minimal example skill that demonstrates the AG3NT SKILL.md format and contract.
Open files with default applications, reveal files in explorer/finder, and search for files on the system. Requires approval for operations outside workspace.
Periodic system check for proactive updates and reminders
| name | daily-briefing |
| description | Generate a daily briefing summary for the user |
| version | 1.0.0 |
| tags | ["system","scheduled","proactive","briefing"] |
| triggers | ["DAILY_BRIEFING","morning briefing","daily summary"] |
Generate a concise daily briefing for the user. This skill is typically triggered by a scheduled cron job at the start of the day.
☀️ Good morning!
📅 Today is [Day], [Date]
📋 Today's Focus:
- [Key tasks or reminders]
- [Any pending items]
🎯 Tip: [Optional - a brief productivity tip or encouragement]
☀️ Good morning!
📅 Today is Monday, January 27th
📋 Today's Focus:
- Reminder: Team standup at 10am
- In progress: Code review for auth feature
- Pending: Reply to Alice's email
🎯 Have a productive day!
This skill is designed to be triggered by a cron job configured like:
scheduler:
cron:
- schedule: "0 9 * * *" # 9 AM daily
message: "DAILY_BRIEFING"
sessionMode: "main"
name: "Morning Briefing"
The response will be sent to the user's primary channel.