with one click
create-calendar-event
Create a calendar event.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Create a calendar event.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
A daily learning companion that teaches users a new concept, generates a visual card, and schedules recurring daily learning notifications.
Generates a QR code for the given url.
Query summary from Wikipedia for a given topic.
Spin the given text on my head.
A skill to suggest or play music based on the user's mood, including analyzing images or audio, by querying available genres and generating music via the Loudly API.
Show a roulette wheel to allow user to randomly select a restaurant based on location and cuisine.
| 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.