ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

note-taker

笔记整理助手。康奈尔笔记法、卡片盒笔记(Zettelkasten)、思维导图笔记、会议笔记、课堂笔记、笔记整理。Note-taking with Cornell method, Zettelkasten, mind maps, meeting notes, lecture notes.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bytesagain3/note-taker
Or

Note-Taker

A productivity and task management tool. Add items, manage a to-do list, set priorities, track daily and weekly views, set reminders, view statistics, clear completed tasks, and export data — all from the command line with persistent local storage.

Commands

Task Management

CommandDescriptionUsage
addAdd a new item to your task listnote-taker add <text>
listList all current itemsnote-taker list
doneMark an item as completednote-taker done <item>
prioritySet priority level for an itemnote-taker priority <item> <level>
clearClear all completed items from the listnote-taker clear

Views & Planning

CommandDescriptionUsage
todayShow today's items and schedulenote-taker today
weekShow the weekly overviewnote-taker week
remindSet a reminder for an itemnote-taker remind <item> <time>

Data & Management

CommandDescriptionUsage
statsShow total item count and statisticsnote-taker stats
exportExport all data to stdoutnote-taker export
helpShow the built-in help messagenote-taker help
versionPrint the current version (v2.0.0)note-taker version

How It Works

  • add appends a date-stamped line to the data file and confirms with "Added: ..."
  • list prints all items from the data file, or "(empty)" if nothing exists yet
  • done marks a given item as completed and logs the action
  • priority assigns a priority level (default: medium) to the specified item
  • today filters the data file for today's date and displays matching items
  • week shows a weekly overview of scheduled items
  • remind sets a reminder for an item at a specified time (default: tomorrow)
  • stats prints the total line count from the data file
  • clear removes completed items from the active list
  • export dumps the entire data file contents to stdout

Data Storage

All data is stored locally in ~/.local/share/note-taker/:

  • data.log — the main data file containing all items (one per line, date-prefixed)
  • history.log — tracks all command activity with timestamps
  • Entries in data.log are formatted as YYYY-MM-DD <content>
  • Set NOTE_TAKER_DIR environment variable to change the data directory
  • Also respects XDG_DATA_HOME if set (defaults to ~/.local/share)

Requirements

  • Bash (any modern version)
  • No external dependencies — pure shell script
  • Works on Linux and macOS
  • Standard Unix utilities: date, wc, grep, cat

When to Use

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-bytesagain3-note-taker": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.