obsidian-daily

Create and manage Obsidian daily notes. Use when asked to write daily notes, record today's work, log session activities, or create daily summaries. Triggers on keywords like "daily note", "today's log", "write daily", "daily summary".

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "obsidian-daily" with this command: npx skills add jini92/obsidian-daily-mai

Obsidian Daily Note

Configuration

Set these to match your vault:

  • Base path: path to your DAILY folder inside the vault
  • Sync: adjust if using OneDrive / iCloud / Obsidian Sync

File Naming

YYYY-MM-DD_short-summary.md

Examples:

  • 2026-02-18_fix-env-gsudo-chrome.md
  • 2026-02-19_maibotalks-app-submit.md

The title should briefly summarize the day's main activities.

Template

# 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

Encoding

CRITICAL on Windows: Never use Set-Content. Always use:

[System.IO.File]::WriteAllText($path, $content, [System.Text.Encoding]::UTF8)

Workflow

  1. Collect today's activities from session context
  2. Group by category
  3. Generate filename with descriptive title
  4. Write using UTF-8 encoding
  5. Include tomorrow's action items from pending tasks

Vault Structure (PARA)

  • 00.DAILY/ — daily notes
  • 01.PROJECT/ — project dashboards and kanban
  • 02.AREA/ — ongoing areas of interest
  • 03.RESOURCES/ — reference material
  • 04.ARCHIVE/ — archived notes

Project docs live in PROJECT_ROOT/docs/ with A/D/I/T prefixes (Analysis / Design / Implementation / Test).

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Content Refresher

Use when updating outdated content, fixing traffic/ranking decay, refreshing stats, adding new sections, or improving freshness signals. 内容更新/排名恢复

Registry SourceRecently Updated
General

AssemblyAI Transcriber

Transcribe audio files with speaker diarization (who speaks when). Supports 100+ languages, automatic language detection, and timestamps. Use for meetings, interviews, podcasts, or voice messages. Requires AssemblyAI API key.

Registry SourceRecently Updated
General

mac-node-snapshot

A robust, permission-friendly method to capture macOS screens via OpenClaw screen.record. Ideal for headless environments or ensuring capture reliability.

Registry SourceRecently Updated
1.4K0taozhe6
General

Amazon Asin Lookup Api Skill

This skill helps users extract structured product details from Amazon using a specific ASIN (Amazon Standard Identification Number). Use this skill when the...

Registry SourceRecently Updated
1.3K1phheng
obsidian-daily | V50.AI