Stats
Actions
Tags
From note-organizer
整理笔记内容,清理时间戳,生成元数据,渲染模板。接收文件内容,返回格式化后的文本(NotebookLM 或 Obsidian 格式)。
How this skill is triggered — by the user, by Claude, or both
Slash command
/note-organizer:organize-notesonnetThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
整理笔记内容的核心处理逻辑。
整理笔记内容的核心处理逻辑。
输入为文本字符串,包含原始笔记内容。通常来自视频转录文件或会议记录。
输出为处理后的笔记文本,格式为 NotebookLM 或 Obsidian 模板渲染后的内容。
不询问用户任何问题:
clean_timestamps.py 移除视频转录格式的时间戳template_renderer.py 渲染目标格式模板# 单文件处理
/note-process ./notes/meeting.txt --format notebooklm
# 批量处理
/note-batch "./notes/*.txt" --format obsidian
详见 references/ 目录:
note-types.md - 笔记类型分类体系timestamp-formats.md - 时间戳格式规范template-fields.md - 模板字段说明command-integration.md - 命令集成文档Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub siuninyue/siunin-plugins --plugin note-organizer