Exécutez n'importe quel Skill dans Manus
en un clic
en un clic
Exécutez n'importe quel Skill dans Manus en un clic
Commencernotes
Create and manage personal notes and reminders
Étoiles12
Forks0
Mis à jour17 février 2026 à 20:27
SKILL.md
readonlyMenu
Create and manage personal notes and reminders
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
| 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: