ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

diary

Write diary entries with mood tracking, photos, and monthly summaries. Use when recording thoughts, tracking moods, reviewing monthly patterns.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bytesagain1/diary
Or

Diary

A productivity logging and tracking toolkit. Record entries across 13 categories — add, plan, track, review, streak, remind, prioritize, archive, tag, timeline, report, and weekly-review. Each command stores timestamped entries locally with full activity history, search, statistics, and multi-format export.

Commands

add — Add a diary entry

Record a new entry or view recent entries. Called with no arguments, shows the last 20 entries.

bash scripts/script.sh add "morning standup: discussed sprint priorities"
bash scripts/script.sh add "completed code review for PR #142"
bash scripts/script.sh add

plan — Record or view plans

Log planning decisions, goals, or upcoming task outlines.

bash scripts/script.sh plan "Q2 goals: ship v2.0, hire 2 engineers, reduce p50 latency"
bash scripts/script.sh plan "this week: finish API migration, write docs"
bash scripts/script.sh plan

track — Track progress

Record progress on ongoing tasks, habits, or metrics.

bash scripts/script.sh track "reading: finished chapter 7 of DDIA"
bash scripts/script.sh track "exercise: 30min run, 5km"
bash scripts/script.sh track

review — Record reviews

Log review notes — code reviews, sprint retros, or self-reflection.

bash scripts/script.sh review "sprint retro: deployment process needs automation"
bash scripts/script.sh review "1:1 feedback: improve async communication"

streak — Track streaks

Record streak milestones for habits or daily practices.

bash scripts/script.sh streak "coding: day 45 consecutive"
bash scripts/script.sh streak "meditation: day 12"
bash scripts/script.sh streak

remind — Set reminders

Log reminders and follow-up items.

bash scripts/script.sh remind "follow up with vendor on contract renewal by Friday"
bash scripts/script.sh remind "dentist appointment next Tuesday 2pm"

prioritize — Record priorities

Log prioritization decisions and task rankings.

bash scripts/script.sh prioritize "P0: fix auth bug, P1: deploy monitoring, P2: update docs"
bash scripts/script.sh prioritize "today: database migration > API tests > code review"

archive — Archive entries

Mark items as archived or log archival operations.

bash scripts/script.sh archive "moved Q1 OKRs to archive"
bash scripts/script.sh archive "closed 14 stale tickets from backlog"

tag — Tag entries

Add tags or categorizations to organize your log data.

bash scripts/script.sh tag "project:atlas, type:bugfix, severity:high"
bash scripts/script.sh tag "#learning #rust #systems"

timeline — Record timeline events

Log chronological milestones and key events.

bash scripts/script.sh timeline "v2.0 released to production"
bash scripts/script.sh timeline "team offsite: Tokyo, March 15-17"

report — Generate or record reports

Log report creation or summary observations.

Metadata

Stars4097
Views0
Updated2026-04-14
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-bytesagain1-diary": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#diary#tool#utility
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.