笔记整理助手。康奈尔笔记法、卡片盒笔记(Zettelkasten)、思维导图笔记、会议笔记、课堂笔记、笔记整理。Note-taking with Cornell method, Zettelkasten, mind maps, meeting notes, lecture notes.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install note-taker或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install note-taker⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/note-taker/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- version: "2.0.0" name: note-taker description: "笔记整理助手。康奈尔笔记法、卡片盒笔记(Zettelkasten)、思维导图笔记、会议笔记、课堂笔记、笔记整理。Note-taking with Cornell method, Zettelkasten, mind maps, meeting notes, lecture notes." author: BytesAgain homepage: https://bytesagain.com source: https://github.com/bytesagain/ai-skills ---
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.
| Command | Description | Usage | |---------|-------------|-------| | add | Add a new item to your task list | note-taker add | | list | List all current items | note-taker list | | done | Mark an item as completed | note-taker done | | priority | Set priority level for an item | note-taker priority | | clear | Clear all completed items from the list | note-taker clear |
| 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 |
| 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 |
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 yetdone marks a given item as completed and logs the actionpriority assigns a priority level (default: medium) to the specified itemtoday filters the data file for today's date and displays matching itemsweek shows a weekly overview of scheduled itemsremind sets a reminder for an item at a specified time (default: tomorrow)stats prints the total line count from the data fileclear removes completed items from the active listexport dumps the entire data file contents to stdoutAll 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 timestampsYYYY-MM-DD NOTE_TAKER_DIR environment variable to change the data directoryXDG_DATA_HOME if set (defaults to ~/.local/share)date, wc, grep, catadd to capture tasks throughout the day, today to see what's on your plate, and done to check off completed workweek for an overview, priority to rank what matters most, and remind for upcoming deadlinesadd is instantlist to see everything, stats for totals, and export to pipe data into other tools for analysisclear to remove completed items and keep your active list focused on what still needs attention# Add a new task
note-taker add "Review pull request for auth module"
# Add another task
note-taker add "Prepare slides for Friday meeting"
# List all tasks
note-taker list
# Mark a task as done
note-taker done "Review pull request for auth module"
# Set priority on a task
note-taker priority "Prepare slides for Friday meeting" high
# See what's on for today
note-taker today
# Set a reminder
note-taker remind "Submit expense report" "Friday 5pm"
# View statistics
note-taker stats
# Export all data for backup
note-taker export > backup.txt
Commands print concise confirmations to stdout. list and export output the full data file. stats shows a total count. All actions are also logged to history.log for auditing. Redirect output with standard shell operators: note-taker list > tasks.txt.
| Variable | Description | Default | |----------|-------------|---------| | NOTE_TAKER_DIR | Override the data directory path | ~/.local/share/note-taker | | XDG_DATA_HOME | XDG base directory (used if NOTE_TAKER_DIR is not set) | ~/.local/share |
---
Powered by BytesAgain | bytesagain.com | [email protected]
安装 Note Taker 后,可以对 AI 说这些话来触发它
Help me get started with Note Taker
Explains what Note Taker does, walks through the setup, and runs a quick demo based on your current project
Use Note Taker to note organizing assistant
Invokes Note Taker with the right parameters and returns the result directly in the conversation
What can I do with Note Taker in my documents & notes workflow?
Lists the top use cases for Note Taker, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/note-taker/ 目录(个人级,所有项目可用),或 .claude/skills/note-taker/(项目级)。重启 AI 客户端后,用 /note-taker 主动调用,或让 AI 根据上下文自动发现并使用。
Note Taker 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Note Taker 可免费安装使用。请查阅仓库了解许可证信息。
笔记整理助手。康奈尔笔记法、卡片盒笔记(Zettelkasten)、思维导图笔记、会议笔记、课堂笔记、笔记整理。Note-taking with Cornell method, Zettelkasten, mind maps, meeting notes, lecture notes.
Note Taker 属于「Documents & Notes」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my documents & notes tasks using Note Taker
Identifies repetitive steps in your workflow and sets up Note Taker to handle them automatically