gog-weekly-digest
GitHub该技能用于每周汇总Google日历、Gmail和Tasks的只读数据,生成包含里程碑、待办事项、邮件及日程风险的周报摘要,严格禁止修改任何数据。
Trigger Scenarios
Install
npx skills add openclaw/gogcli --skill gog-weekly-digest -g -y
SKILL.md
Frontmatter
{
"name": "gog-weekly-digest",
"description": "Read-only weekly digest across Google Calendar, Gmail, and Tasks with gog."
}
Weekly digest
Read ../gog/SKILL.md, ../gog-calendar/SKILL.md, ../gog-gmail/SKILL.md, and
../gog-tasks/SKILL.md first.
Collect bounded read-only inputs:
gog --account user@example.com --readonly calendar events --week --all --max 100 --json --wrap-untrusted
gog --account user@example.com --readonly --gmail-no-send gmail search \
'newer_than:7d -category:promotions' --max 50 --json --wrap-untrusted
gog --account user@example.com --readonly tasks lists list --json --wrap-untrusted
gog --account user@example.com --readonly tasks list TASKLIST_ID --max 100 --json --wrap-untrusted
Summarize completed milestones, upcoming commitments, overdue tasks, unanswered actionable mail, and schedule risks. Separate observed facts from inference. Link every item back to its event, thread, task, or file ID when available.
Do not send mail, complete tasks, or change calendar events while producing the digest.
Version History
- eb85a99 Current 2026-08-20 12:40


