Obsidian Daily Log

v1.0.0

Update freznel's Obsidian daily note with timestamped activity entries, especially day recaps, travel logs, itineraries, movement updates, and "I did X at Y...

0· 100·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for freznel10/obsidian-daily-log.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Obsidian Daily Log" (freznel10/obsidian-daily-log) from ClawHub.
Skill page: https://clawhub.ai/freznel10/obsidian-daily-log
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install obsidian-daily-log

ClawHub CLI

Package manager switcher

npx clawhub@latest install obsidian-daily-log
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (update Obsidian daily note) match the included script and SKILL.md. The script reads/writes a daily note and template in the specified vault path and provides bullet/table rendering as described.
Instruction Scope
SKILL.md explicitly instructs to run scripts/update_daily_log.py and describes how to infer times/activities. This grants the agent discretion to parse conversational recaps into entries (expected for the skill) — but that inference could accidentally capture third‑party/group content if triggers/confirmation logic are ignored. The skill's group-chat safety guidance mitigates this risk.
Install Mechanism
No install spec; the skill is instruction + a small Python script. Nothing is downloaded or installed automatically, and there are no external URLs or archives.
Credentials
No environment variables or external credentials requested (good). The script expects direct filesystem access to a specific Windows path (C:\Users\frezn\iCloudDrive\...superyas). Requesting file I/O on that path is proportional to the purpose but is a sensitive local access — the path is user-specific and should be adjusted for another user.
Persistence & Privilege
Skill is not always-enabled and does not modify other skills or system settings. It writes only to the specified note files (its own scope); autonomous invocation is allowed by platform default but not unusually privileged here.
Assessment
This skill appears to do what it says: it will read and write Markdown files in the specified Obsidian vault path on the local filesystem (Windows path hard-coded by default). Before installing, confirm the path matches your machine (change --daily-dir / --template or edit the script if needed). Review the script yourself (it contains no network calls or hidden behavior) and ensure the agent only logs entries when the user explicitly intends that — especially in group chats where by default the SKILL.md asks for confirmation. If you plan to use it on a different OS or user account, update the path. If you want to limit risk further, run the script manually rather than allowing autonomous agent invocation.

Like a lobster shell, security has layers — review code before you run it.

latestvk9744aeney22d32t696p828jr1844zt8
100downloads
0stars
1versions
Updated 3w ago
v1.0.0
MIT-0

Obsidian Daily Log

Update freznel's Obsidian daily note in the superyas vault by appending timestamped entries to a ## Timeline section. Prefer compact chronological logging that stays readable in Obsidian on mobile and desktop.

Vault conventions

  • Vault path: C:\Users\frezn\iCloudDrive\iCloud~md~obsidian\superyas
  • Daily notes folder: 01 Daily
  • Daily note filename: YYYY-MM-DD.md
  • Daily note template: Templates\Daily Note.md
  • Default insertion section: ## Timeline placed before ## Notes

Group-chat safety

Allow this skill in Telegram groups and other shared chats only when freznel clearly intends to log something to the vault.

Strong triggers:

  • messages starting with /dailylog, /travellog, or /timeline
  • direct prompts like add this to my daily note, save this to Obsidian, or log this for today
  • clear first-person day recaps addressed to the assistant

Do not write to the vault from ordinary group banter, third-party messages, or ambiguous conversation fragments. If intent is unclear in a group, ask one short confirmation question before saving.

Workflow

  1. Determine the target date.
    • If freznel says "today", use the current date.
    • If freznel gives a date, use that exact date.
    • If the date is ambiguous, ask one short clarifying question.
  2. Prefer natural-language inference first.
    • Accept messy recaps, travel updates, partial timelines, and conversational summaries.
    • Infer sequence, approximate times, locations, and activity boundaries from context.
    • Convert the recap into clean chronological entries.
  3. Extract each activity into structured fields:
    • time in HH:MM 24-hour form
    • activity as a short action phrase
    • optional location
    • optional tags
  4. Choose output mode.
    • Prefer bullets for normal daily logging and travel updates.
    • Use table only when freznel explicitly asks for a table or when the day is highly structured and comparable across many entries.
  5. Run scripts/update_daily_log.py.
  6. Confirm what was saved and which note was updated.

Obsidian Markdown conventions

Use native Obsidian Markdown where it improves readability, but keep daily logging lightweight.

  • Prefer standard Markdown headings and bullet lists for timeline capture.
  • Use callouts only for summaries, key travel notes, or notable incidents — not for every timeline line.
  • Keep callouts compact, for example:
> [!tip] Travel day
> Landed on time. Hotel check-in was smooth.
  • Avoid large tables unless the entries are consistently structured.
  • Preserve compatibility with normal Markdown rendering; do not depend on exotic plugin-only syntax for core timeline content.
  • Use emoji sparingly inside timeline bullets when they add scanning value, such as 📍 for location.

Format policy

Default: bullets

Use bullets for most cases because they are easier to dictate, faster to scan on mobile, and more tolerant of messy real-life travel notes.

Example:

## Timeline

- 06:45 — Left home for airport — 📍 Manila
- 08:10 — Checked in and cleared security — 📍 NAIA T3
- 11:35 — Landed — 📍 Singapore
- 13:00 — Reached hotel and checked in — 📍 Bugis

Optional: table

Use a table when the user asks for one, when entries naturally fit consistent fields, or when location and tags matter enough to justify columns.

Example:

## Timeline

| Time | Activity | Location | Tags |
|---|---|---|---|
| 06:45 | Left home for airport | Manila | #travel #airport |
| 08:10 | Checked in and cleared security | NAIA T3 | #travel |
| 11:35 | Landed | Singapore | #flight |

Recommendation logic

  • Recommend bullets by default.
  • Recommend table for trip reports with many repeated attributes, such as time / place / transport / status.
  • If freznel asks whether a table should be auto-generated, answer: not by default. Auto-generate only when the day has 6+ structured entries or freznel explicitly wants spreadsheet-like review.
  • If a recap or takeaway would help, add a short Obsidian callout after the timeline instead of overloading each entry.

Running the updater

Use this script:

  • scripts/update_daily_log.py

Typical bullet example:

python scripts/update_daily_log.py --date 2026-03-30 --mode bullets --time 06:45 --text "Left home for airport" --location "Manila" --tags "#travel" --time 08:10 --text "Checked in and cleared security" --location "NAIA T3" --tags "#airport #travel"

Typical table example:

python scripts/update_daily_log.py --date 2026-03-30 --mode table --time 06:45 --text "Left home for airport" --location "Manila" --tags "#travel" --time 08:10 --text "Checked in and cleared security" --location "NAIA T3" --tags "#airport #travel"

Notes for interpretation

  • Normalize times like 7, 7am, 7:15 pm, 19:15 into HH:MM.
  • Keep activity text concise; do not write long narrative paragraphs inside the timeline.
  • If freznel sends a narrative recap, convert it into separate timestamped entries when possible.
  • Prefer inference over rigid parsing. freznel should not need to write machine-friendly input.
  • Treat /dailylog, /travellog, and /timeline as strong save-to-note triggers, but accept plain-language prompts like add this to today's note too.
  • Preserve chronology by sorting entries by time.
  • Avoid duplicating identical lines if the same update is logged twice.
  • If no exact time is available, ask whether to log an approximate time only when timing materially matters. Otherwise, use the best reasonable approximation and say so briefly.

Comments

Loading comments...