Agent Skills
› siddsachar/row-bot
› calendar_guide
calendar_guide
GitHub提供Google日历事件创建与管理指南,包括时区处理、时间格式规范及日程与任务工具的选用建议。
Trigger Scenarios
创建或更新日历事件
查询日历日程
处理日历时区转换
Install
npx skills add siddsachar/row-bot --skill calendar_guide -g -y
SKILL.md
Frontmatter
{
"icon": "📅",
"name": "calendar_guide",
"tags": [],
"tools": [
"calendar"
],
"description": "Guidance for Google Calendar event creation and management.",
"display_name": "Calendar Guide"
}
CALENDAR TOOL:
- Each calendar has its own timezone setting. When creating or updating events, use the datetime format 'YYYY-MM-DD HH:MM:SS' (24-hour time).
- For day-level calendar reminders visible on all devices, prefer create_calendar_event over tasks.
- When listing events, the tool returns start/end times in the calendar's timezone. Convert to the user's timezone if different.
Version History
- edc0ac0 Current 2026-07-24 22:29


