ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

SleepWell

Track sleep habits and analyze rest patterns over time. Use when logging bedtimes, planning schedules, tracking streaks, reviewing weekly patterns.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/ckchzh/sleepwell
Or

SleepWell

Productivity toolkit for managing tasks, plans, reviews, streaks, reminders, priorities, archives, tags, timelines, reports, and weekly reviews. Each command logs timestamped entries and lets you review past entries, search history, view statistics, and export data in multiple formats.

Commands

CommandDescription
sleepwell add <input>Add a new entry (or view recent add entries with no args)
sleepwell plan <input>Log a plan entry (or view recent plans with no args)
sleepwell track <input>Log a tracking entry (or view recent entries with no args)
sleepwell review <input>Log a review entry (or view recent reviews with no args)
sleepwell streak <input>Log a streak entry (or view recent streaks with no args)
sleepwell remind <input>Log a reminder (or view recent reminders with no args)
sleepwell prioritize <input>Log a priority entry (or view recent priorities with no args)
sleepwell archive <input>Archive an entry (or view recent archives with no args)
sleepwell tag <input>Tag an entry (or view recent tags with no args)
sleepwell timeline <input>Log a timeline entry (or view recent timeline with no args)
sleepwell report <input>Log a report entry (or view recent reports with no args)
sleepwell weekly-review <input>Log a weekly review (or view recent weekly reviews with no args)
sleepwell statsShow summary statistics across all log categories
sleepwell export <fmt>Export all data to json, csv, or txt format
sleepwell search <term>Search across all log files for a term
sleepwell recentShow the 20 most recent history entries
sleepwell statusHealth check: version, data dir, entry count, disk usage, last activity
sleepwell helpShow help with all available commands
sleepwell versionShow version number

How It Works

Each productivity command (add, plan, track, review, etc.) works in two modes:

  • With arguments: Saves the input with a timestamp to a dedicated .log file and displays the total entry count
  • Without arguments: Shows the 20 most recent entries from that category's log file

All actions are also recorded in a central history.log for unified tracking.

Typical Workflow

  1. Plan your day: sleepwell plan "Focus on Q2 report, finish by 3pm"
  2. Track tasks: sleepwell track "Started Q2 report — gathering data"
  3. Set reminders: sleepwell remind "Send draft to team by 4pm"
  4. Prioritize: sleepwell prioritize "Q2 report > email cleanup > meeting prep"
  5. Review progress: sleepwell review "Completed 3/5 tasks, good day"
  6. Weekly roundup: sleepwell weekly-review "Productive week, hit all deadlines"

Data Storage

All data is stored in ~/.local/share/sleepwell/. The directory contains:

Metadata

Author@ckchzh
Stars3562
Views2
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-sleepwell": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#sleep#health#wellness#tracker#rest#habits#quality#bedtime
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.