一键导入
note-writing
Create and edit Hulunote notes and outlines. Use when the user asks to create a note, add content, edit outline items, or organize notes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create and edit Hulunote notes and outlines. Use when the user asks to create a note, add content, edit outline items, or organize notes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | note-writing |
| description | Create and edit Hulunote notes and outlines. Use when the user asks to create a note, add content, edit outline items, or organize notes. |
When creating a new note, use hulunote_create_note first, then add outline content with hulunote_add_outline_node using the returned root nav ID as the parentNavId for top-level items.
When editing existing notes, use hulunote_read_note first to see current content and get nav IDs, then use hulunote_update_outline_node or hulunote_delete_outline_node as needed.
For hierarchical content, add parent nodes first, then use their returned nav IDs as parentNavId for child nodes. Set the order parameter to control sibling ordering (e.g. 1.0, 2.0, 3.0).
Confirm with the user before deleting outline nodes.