一键导入
batch-create-events
Create multiple Google Calendar events from a structured list. Resolves attendees once across the batch, confirms the table, then writes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create multiple Google Calendar events from a structured list. Resolves attendees once across the batch, confirms the table, then writes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Manage meeting agendas as Google Docs — create, link to a calendar event description, share with attendees, or email. One skill, four sub-actions.
Assign due dates to Todoist tasks in batch. Walks the user through each undated task and applies their choice.
Assign priorities to Todoist tasks in batch. Walks the user through each unprioritised task and applies their choice.
Create multiple Todoist tasks from a structured list. Confirms the table, then writes serially.
Create a single Google Calendar event. Resolves attendees via the contacts MCP. Optionally links a Drive doc (agenda) into the description.
Create a single Todoist task. Sets project, due date, priority, labels per user input or sensible defaults.
| name | batch-create-events |
| description | Create multiple Google Calendar events from a structured list. Resolves attendees once across the batch, confirms the table, then writes. |
Read config. Workspace MCP, contacts MCP, defaults.
Accept the batch — either user provides a structured list (table, JSON, markdown) or this skill is invoked by firehose with the event subset.
Normalise rows to the same fields as create-event. Fill defaults (calendar, duration, timezone).
Resolve attendees in bulk. Deduplicate name lookups so the contacts MCP isn't called per row for repeating people. Present any ambiguous matches as a single resolution pass.
Show the full table for user confirmation. Allow row edits before write.
Create events serially via workspace MCP. If any single row fails, continue and collect failures rather than aborting the whole batch.
Report a per-row result: link if created, error if failed.