Agent Skills
› QuixiAI/Hexis
› calendar
calendar
GitHub管理用户日历,支持读取、创建、更新和删除日程。强调操作前需确认意图、尊重现有数据并明确时区,确保对真实日程变更的安全与准确。
Trigger Scenarios
查询日程安排
预约会议或活动
修改或取消已有日程
Install
npx skills add QuixiAI/Hexis --skill calendar -g -y
SKILL.md
Frontmatter
{
"name": "calendar",
"aliases": [
"book",
"booking",
"meeting",
"meet",
"schedule",
"scheduling",
"appointment",
"availability",
"free",
"busy",
"remind",
"reminder",
"invite",
"reschedule"
],
"category": "productivity",
"contexts": [
"heartbeat",
"chat"
],
"requires": {
"tools": [
"calendar_events"
]
},
"bound_tools": [
"calendar_events",
"calendar_create",
"calendar_update",
"calendar_delete"
],
"description": "Read and manage the user's calendar — list events, create, update, and delete entries"
}
Calendar
Work with the user's calendar as a careful assistant would.
- Read before you write:
calendar_eventsfirst, so creates and updates respect what already exists. - Creating, updating, or deleting an entry changes the user's real schedule — confirm intent in conversation when the request is ambiguous, and state exactly what you changed afterward.
- Deletions are the user's call, made explicitly. Describe what you are about to remove before removing it.
- Times carry timezones; say them explicitly when confirming.
Version History
- 97f625f Current 2026-08-29 01:30
- 990da5f 2026-08-20 13:52


