用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Kesua/agentic-vault --skill regular-day-start命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Regular Fireflies sync: fetch transcript summaries in a date window and upsert them into matching meeting notes.
Regular Google Calendar sync: update upcoming meeting notes (today + 14 days, two accounts) and refresh the meeting index.
Ad-hoc Google Drive assistant: search Drive and inspect Docs, Sheets, and Slides across `private` and `personal` accounts.
基于 SOC 职业分类
正在显示 SKILL.md
| name | regular-day-start |
| description | Wrapper skill: run the vault morning routine across regular skills. |
This is a Claude Code mirror of regular_day_start from .agents/skills/.
Original source: .agents/skills/regular_day_start/SKILL.md
Skill class: regular
Run the vault’s morning automations in one go. This is best-effort: each step runs even if a prior step fails, and you get a summary at the end.
regular_git_submodules_pullregular_gcal_todayregular_daily_brief_todoistregular_process_emailsregular_web_daily_briefpowershell -NoProfile -ExecutionPolicy Bypass -File 90_System\Skills\git_submodules_pull\git_submodules_pull.ps1 -Mode remote.\.venv\Scripts\python.exe 90_System\Skills\gcal_today\gcal_today.py sync.\.venv\Scripts\python.exe 90_System\Skills\daily_brief_todoist\daily_brief_todoist.py sync.\.venv\Scripts\python.exe 90_System\Skills\process_emails\process_emails.py sync.\.venv\Scripts\python.exe 90_System\Skills\Web_Daily_Brief\web_sources.py fetch --pretty > 70_Exports\sources.json.\.venv\Scripts\python.exe 90_System\Skills\Web_Daily_Brief\web_daily_brief.py render --sources-file 70_Exports\sources.json --output-file 70_Exports\daily_news.md.\.venv\Scripts\python.exe 90_System\Skills\Web_Daily_Brief\web_daily_brief.py apply --content-file 70_Exports\daily_news.mdregular_create_links.