在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用create-calendar-event
星标6
分支0
更新时间2026年6月9日 19:40
Create a calendar event.
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
文件资源管理器
2 个文件SKILL.md
readonly菜单
Create a calendar event.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
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.