en un clic
daily-briefing
Generate a daily briefing summary for the user
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Generate a daily briefing summary for the user
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle 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.