Execute qualquer Skill no Manus
com um clique
com um clique
Execute qualquer Skill no Manus com um clique
Começar$pwd:
$ git log --oneline --stat
stars:23.222
forks:2.378
updated:7 de maio de 2026 às 20:54
SKILL.md
A daily learning companion that teaches users a new concept, generates a beautiful image card, and schedules recurring daily learning notifications.
Schedule a notification for a specific date or repeating daily.
Read OS calendar events for a specific date.
Calculate the hash of a given text.
Show an interactive map view for the given location.
Act as a dungeon master for a text-based adventure set in a world where everyone is a sentient kitchen appliance. Trigger when user says "start kitchen adventure".
| name | create-calendar-event |
| description | Create a calendar event. |
To schedule an event, you must follow these exact steps:
run_intent tool with intent as get_current_date_and_time and parameters as {} to get the user's local date, time, and the current day of the week.run_intent tool with the following exact parameters:
intent: create_calendar_eventparameters: A JSON string with the following fields:
title: the title of the event. String.description: the description of the event. String.begin_time: the start time of the event in YYYY-MM-DDTHH:MM:SS format. String.end_time: the end time of the event in YYYY-MM-DDTHH:MM:SS format. String.