在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用create-calendar-event
星标104
分支24
更新时间2026年6月29日 20:37
Create a calendar event.
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Create a calendar event.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Suggest or play music based on the user's mood using the Loudly API.
Show a roulette wheel to randomly select a restaurant based on location and cuisine.
Show a virtual piano to play music.
Query summary from Wikipedia for a given topic.
Base64 and URI encode or decode text.
Format, validate, or minify JSON text.
| name | Create Calendar Event |
| description | Create a calendar event. |
| type | text |
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.