在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用notes
星标12
分支0
更新时间2026年2月17日 20:27
Create and manage personal notes and reminders
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Create and manage personal notes and reminders
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Manage calendar events and schedules
Send and manage emails on behalf of the user
Integrate with [API_NAME] to [DESCRIPTION_OF_WHAT_IT_DOES]
Automate [TASK_TYPE] tasks with scheduling and monitoring
A brief description of what this skill does
基于 SOC 职业分类
| name | notes |
| version | 1.0.0 |
| description | Create and manage personal notes and reminders |
| author | clawlet |
| requires | [] |
| tools | [{"name":"create_note","description":"Create a new note","parameters":[{"name":"title","type":"string","description":"Note title","required":true},{"name":"content","type":"string","description":"Note content/body","required":true},{"name":"tags","type":"string","description":"Comma-separated tags for organization","required":false},{"name":"folder","type":"string","description":"Folder to store the note in","required":false,"default":"default"}]},{"name":"list_notes","description":"List notes with optional filtering","parameters":[{"name":"tags","type":"string","description":"Filter by tags (comma-separated)","required":false},{"name":"folder","type":"string","description":"Filter by folder","required":false},{"name":"search","type":"string","description":"Search query for title/content","required":false},{"name":"limit","type":"integer","description":"Maximum number of notes to return","required":false,"default":20}]},{"name":"get_note","description":"Get a specific note by ID","parameters":[{"name":"note_id","type":"string","description":"ID of the note to retrieve","required":true}]},{"name":"update_note","description":"Update an existing note","parameters":[{"name":"note_id","type":"string","description":"ID of the note to update","required":true},{"name":"title","type":"string","description":"New title (optional)","required":false},{"name":"content","type":"string","description":"New content (optional)","required":false},{"name":"append","type":"boolean","description":"If true, append content instead of replacing","required":false,"default":false},{"name":"tags","type":"string","description":"New tags (comma-separated, optional)","required":false}]},{"name":"delete_note","description":"Delete a note","parameters":[{"name":"note_id","type":"string","description":"ID of the note to delete","required":true}]},{"name":"create_reminder","description":"Create a reminder linked to a note","parameters":[{"name":"note_id","type":"string","description":"ID of the note to link (optional)","required":false},{"name":"message","type":"string","description":"Reminder message","required":true},{"name":"remind_at","type":"string","description":"When to remind (ISO 8601 or natural language like 'tomorrow at 3pm')","required":true}]}] |
Use this skill to create and manage personal notes and reminders.
This skill helps users capture and organize information quickly:
create_note - Capture new informationlist_notes - Find existing notesget_note - Read a specific noteupdate_note - Modify existing notesdelete_note - Remove notescreate_reminder - Set time-based remindersNotes can be organized using: