ワンクリックで
log-entry
Write a dated diary entry as a markdown file in the user's nominated diary workspace. Requires diary.enabled in config.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Write a dated diary entry as a markdown file in the user's nominated diary workspace. Requires diary.enabled in config.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | log-entry |
| description | Write a dated diary entry as a markdown file in the user's nominated diary workspace. Requires diary.enabled in config. |
Writes one markdown file per entry to the user's nominated diary path. Local-only; never uploaded to Drive. Skill is dormant until the diary workspace is set up via onboard.
Read config. If diary.enabled is false or diary.path is null, tell the user to run onboard and enable diary support, then stop.
Determine entry date. Default today (per config.defaults.timezone); allow user override.
Determine filename. YYYY-MM-DD.md. If a file for that date exists, ask whether to append or overwrite.
Capture the entry body. Either the user already provided it, or prompt for it.
Write file with frontmatter:
---
date: YYYY-MM-DD
tags: []
mood: ""
---
Confirm path written. Do not echo the entry body back.
$CLAUDE_USER_DATA. Only the pointer.Manage meeting agendas as Google Docs — create, link to a calendar event description, share with attendees, or email. One skill, four sub-actions.
Assign due dates to Todoist tasks in batch. Walks the user through each undated task and applies their choice.
Assign priorities to Todoist tasks in batch. Walks the user through each unprioritised task and applies their choice.
Create multiple Google Calendar events from a structured list. Resolves attendees once across the batch, confirms the table, then writes.
Create multiple Todoist tasks from a structured list. Confirms the table, then writes serially.
Create a single Google Calendar event. Resolves attendees via the contacts MCP. Optionally links a Drive doc (agenda) into the description.