← スキル一覧に戻る
Email
WhatsApp

morning-routine
by antoniolg
A collection of skills for AI agents
⭐ 5🍴 0📅 2026年1月21日
SKILL.md
name: morning-routine description: "Orchestrates a full morning sweep of pending items (email, tasks, Slack, WhatsApp, X). Use when the user asks for a sweep, morning routine, inbox sweep, or all pending items."
Morning Routine (sweep)
Goal
Deliver a complete summary of active pending items in a single response. Omit any source with no results.
Sources
- Email (skill: email)
- Tasks (justdoit)
- Slack (skill: slack)
- WhatsApp (skill: whatsapp-evo)
- X (skill: bird-cli)
Flow
- Run in this order: email -> tasks -> slack -> whatsapp -> X.
- Email: run
scripts/email-inbox(from the email skill folder) and render the output exactly using the email skill's format/triage (includes rules and emojis). Do not reinterpret or change its rules. - Tasks: run
justdoit next --idsand show the full output without the suffixes(due YYYY-MM-DD)or[id: ...]. Keep sections (Today/This week/Backlog) and calendar lines. - Slack: run
scripts/slack-inbox --json-out /tmp/slack-inbox.jsonand show only the clean list. Save metadata. - WhatsApp: run
scripts/whatsapp-inbox --json-out /tmp/whatsapp-inbox.jsonand show only the clean list. Save metadata. - X: run
python scripts/unanswered_mentions.py --cookie-source chrome --show-text --limit 50 --json-out /tmp/bird-unanswered.json --numberedfrom the bird-cli skill folder (uses defaults from~/.config/skills/config.jsonif present). - If a source returns no results, omit it from the output.
- Do not propose actions or replies (except the email triage emojis). Only report.
- If there are errors or missing credentials, include an "Incidents" section with the exact error.
Output format
- Include sections only for sources with results.
- Do not truncate lists.
- Suggested format:
Tasks <full justdoit output without due/ids>
Slack
X
Incidents
- :
Extensibility
To add a new source:
- Add it to the order in "Flow".
- Define the base command and where it stores metadata.
- Include its section in "Output format".
- Keep the rule of omitting sources with no results.
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です