note-taker
笔记整理助手。康奈尔笔记法、卡片盒笔记(Zettelkasten)、思维导图笔记、会议笔记、课堂笔记、笔记整理。Note-taking with Cornell method, Zettelkasten, mind maps, meeting notes, lecture notes.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bytesagain3/note-takerNote-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
| Command | Description | Usage |
|---|---|---|
add | Add a new item to your task list | note-taker add <text> |
list | List all current items | note-taker list |
done | Mark an item as completed | note-taker done <item> |
priority | Set priority level for an item | note-taker priority <item> <level> |
clear | Clear all completed items from the list | note-taker clear |
Views & Planning
| Command | Description | Usage |
|---|---|---|
today | Show today's items and schedule | note-taker today |
week | Show the weekly overview | note-taker week |
remind | Set a reminder for an item | note-taker remind <item> <time> |
Data & Management
| Command | Description | Usage |
|---|---|---|
stats | Show total item count and statistics | note-taker stats |
export | Export all data to stdout | note-taker export |
help | Show the built-in help message | note-taker help |
version | Print the current version (v2.0.0) | note-taker version |
How It Works
addappends a date-stamped line to the data file and confirms with "Added: ..."listprints all items from the data file, or "(empty)" if nothing exists yetdonemarks a given item as completed and logs the actionpriorityassigns a priority level (default: medium) to the specified itemtodayfilters the data file for today's date and displays matching itemsweekshows a weekly overview of scheduled itemsremindsets a reminder for an item at a specified time (default: tomorrow)statsprints the total line count from the data fileclearremoves completed items from the active listexportdumps 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_DIRenvironment variable to change the data directory - Also respects
XDG_DATA_HOMEif 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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bytesagain3-note-taker": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
windows-setup
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Windows Setup concepts, best practices, and implementation patterns.
Dividend
Lightweight Dividend tracker. Add entries, view stats, search history, and export in multiple formats.
crawler
Web crawling and scraping reference — robots.txt protocol, Scrapy framework, anti-bot detection, headless browsers, and legal considerations
Thesaurus
Look up synonyms, antonyms, and related words with history and export. Use when finding alternatives, checking usage, running drills, analyzing frequency.
devops-scripts
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Devops Scripts concepts, best practices, and implementation patte...