ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

outline

Generate document outlines with TOC, chapter planning, and hierarchy management. Use when structuring documents, planning chapters, creating outlines.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/ckchzh/outline
Or

Outline

A productivity toolkit for capturing, planning, tracking, and reviewing tasks and ideas. Each command category maintains its own timestamped log file, so you can organize entries by purpose — plans, reviews, reminders, tags, timelines, and more. Includes built-in statistics, multi-format export, full-text search, and weekly review support.

All operations are logged with timestamps and stored locally in flat files for easy inspection and portability.

Commands

CommandDescription
outline add <text>Add a general entry (or show recent entries with no args)
outline plan <text>Record a plan or goal
outline track <text>Track progress on an item
outline review <text>Log a review or reflection
outline streak <text>Record a streak or habit check-in
outline remind <text>Set a reminder note
outline prioritize <text>Log a priority decision
outline archive <text>Archive an item for later reference
outline tag <text>Tag or categorize an entry
outline timeline <text>Record a timeline event or milestone
outline report <text>Log a report or summary
outline weekly-review <text>Perform or record a weekly review
outline statsShow summary statistics across all categories
outline export <fmt>Export all data in json, csv, or txt format
outline search <term>Full-text search across all log files
outline recentShow the 20 most recent activity entries
outline statusHealth check — version, data dir, entry counts, disk usage
outline helpShow the built-in help message
outline versionPrint the current version

How Entry Commands Work

Every entry command (add, plan, track, review, streak, remind, prioritize, archive, tag, timeline, report, weekly-review) follows the same pattern:

  • With arguments: Appends a timestamped entry (YYYY-MM-DD HH:MM|<text>) to the corresponding .log file and shows the new total count
  • Without arguments: Shows the 20 most recent entries from that category's log file

Data Storage

All data is stored in ~/.local/share/outline/ by default.

Files created in the data directory:

  • add.log, plan.log, track.log, etc. — One log file per command category, each containing timestamped entries in YYYY-MM-DD HH:MM|<text> format
  • history.log — Audit trail of every command executed with timestamps
  • export.json / export.csv / export.txt — Generated by the export command

Export Formats

  • json — Array of objects with type, time, and value fields
  • csv — Header row (type,time,value) followed by data rows
  • txt — Human-readable sections grouped by category

Requirements

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-outline": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

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