ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

DailyLog

Record daily wins, challenges, and learnings with streak tracking. Use when logging reflections, tracking streaks, reviewing weekly progress.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/ckchzh/dailylog
Or

DailyLog

Productivity toolkit for structured daily logging, planning, habit tracking, reviews, reminders, and weekly reports. Every entry is timestamped and stored locally. Build streaks, tag entries, create timelines, and generate periodic reports to stay on top of your goals.

Commands

Core Productivity Commands

CommandDescription
dailylog add <input>Add a general log entry (thought, note, observation). Without arguments, shows recent entries.
dailylog plan <input>Log a plan or intention for the day/week. Without arguments, shows recent plans.
dailylog track <input>Track a habit, metric, or progress item. Without arguments, shows recent tracked items.
dailylog review <input>Record a review or reflection on completed work. Without arguments, shows recent reviews.
dailylog streak <input>Log a streak milestone or streak-related note (e.g., "Day 30 of running"). Without arguments, shows recent streak entries.
dailylog remind <input>Set a reminder or log something to follow up on. Without arguments, shows recent reminders.
dailylog prioritize <input>Log priority rankings or mark high-priority items. Without arguments, shows recent priority entries.
dailylog archive <input>Archive a completed item or old entry. Without arguments, shows recent archived items.
dailylog tag <input>Tag an entry with a label or category for organization. Without arguments, shows recent tags.
dailylog timeline <input>Add an event or milestone to your personal timeline. Without arguments, shows recent timeline entries.
dailylog report <input>Log a report or summary for a period. Without arguments, shows recent reports.
dailylog weekly-review <input>Record a structured weekly review. Without arguments, shows recent weekly reviews.

Utility Commands

CommandDescription
dailylog statsShow summary statistics across all log categories (entry counts, data size, first entry date).
dailylog export <format>Export all data in json, csv, or txt format. Output saved to the data directory.
dailylog search <term>Search across all log files for a keyword or phrase (case-insensitive).
dailylog recentShow the 20 most recent entries from the activity history log.
dailylog statusHealth check — shows version, data directory, total entries, disk usage, and last activity.
dailylog helpDisplay all available commands and usage information.
dailylog versionShow the current version (v2.0.0).

Data Storage

All data is stored in ~/.local/share/dailylog/ as plain-text log files:

Metadata

Author@ckchzh
Stars3562
Views0
Updated2026-03-29
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-ckchzh-dailylog": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#daily#log#journal#reflection#productivity#wins#challenges
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.