Install
openclaw skills install obsidian-daily-maiCreate and manage Obsidian daily notes. Use when asked to write daily notes, record today's work, log session activities, or create daily summaries. Triggers...
openclaw skills install obsidian-daily-maiSet these to match your vault:
DAILY folder inside the vaultYYYY-MM-DD_short-summary.md
Examples:
2026-02-18_fix-env-gsudo-chrome.md2026-02-19_maibotalks-app-submit.mdThe title should briefly summarize the day's main activities.
# YYYY-MM-DD (Day) — Daily Note
## Completed Today
### [Category]
- **Task** → Result
- Details
## Tomorrow's Actions
- [ ] Action 1
- [ ] Action 2
Category emoji prefixes: 🔧 Dev, 📱 Mobile, 🚀 Deploy, 🔗 Integration, 📝 Docs, 💡 Ideas, 📋 Planning
CRITICAL on Windows: Never use Set-Content. Always use:
[System.IO.File]::WriteAllText($path, $content, [System.Text.Encoding]::UTF8)
00.DAILY/ — daily notes01.PROJECT/ — project dashboards and kanban02.AREA/ — ongoing areas of interest03.RESOURCES/ — reference material04.ARCHIVE/ — archived notesProject docs live in PROJECT_ROOT/docs/ with A/D/I/T prefixes (Analysis / Design / Implementation / Test).