calendar-manager
日历管理技能 - 让 AI 能够读取日程、创建事件、设置提醒。当用户要求查看日程、添加日历事件、提醒 upcoming events 时触发此技能。
Why use this skill?
Manage your schedule effortlessly with the Calendar Manager skill for OpenClaw. Sync Google, Apple, and Outlook calendars to automate event creation and reminders.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/jackeven02/calendar-managerWhat This Skill Does
The Calendar Manager skill is a robust automation tool designed to turn your AI agent into a personal assistant. It acts as an interface between your OpenClaw agent and major calendar services like Google Calendar, Apple Calendar, and Outlook. By bridging these platforms, the agent can autonomously read your schedule, create new events, delete unnecessary entries, and set intelligent reminders. It streamlines your time management by processing natural language requests to manipulate calendar data, allowing you to focus on your work rather than administrative scheduling tasks.
Installation
To integrate the Calendar Manager into your OpenClaw environment, use the following terminal command:
clawhub install openclaw/skills/skills/jackeven02/calendar-manager
Ensure that the necessary CLI tools (like gog CLI for Google Calendar or icalBuddy for macOS) are installed and configured on your system path before executing the skill. If you are using Google Calendar, authenticate your credentials within the gog CLI configuration to enable seamless API access.
Use Cases
This skill is designed for professionals and busy individuals who need to stay organized without manual entry. Primary use cases include:
- Daily Briefing: Having your agent summarize your day every morning.
- Meeting Coordination: Automatically creating events when a meeting is requested or detected in email.
- Deadline Management: Setting reminders for project milestones or recurring commitments.
- Time Auditing: Asking the AI to identify empty slots in your schedule for deep work sessions.
Example Prompts
- "What does my schedule look like for the rest of today?"
- "Add a team sync meeting for tomorrow at 2:00 PM and remind me 15 minutes before it starts."
- "Do I have any events scheduled for this coming Friday afternoon?"
Tips & Limitations
- Sync Consistency: Always ensure your local calendar app is synced with your primary account before querying; the agent reads what the CLI returns.
- Time Zones: When requesting events across time zones, be specific (e.g., "2 PM PST") to avoid scheduling conflicts.
- Integration: Pair this with the email-reader skill for maximum efficiency—your AI can scan invitations in your inbox and propose new calendar entries automatically.
- Privacy: Be mindful that granting access to your calendar allows the agent to read private event details; ensure your environment is secure.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-jackeven02-calendar-manager": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, external-api
Related Skills
web-learner
自主上网学习技能 - 让 AI 能够主动搜索、浏览和从互联网获取知识。当用户要求了解最新信息、学习新知识、查询新闻、获取某个主题的详细信息,或需要从网络上获取数据时触发此技能。
document-pro
文档处理技能 - 让 AI 能够读取、解析、提取 PDF、DOCX、PPT 等文档的关键信息。当用户要求分析文档、提取内容、总结报告时触发此技能。
video-understanding
视频理解与分析能力 - 让 AI 能够理解视频内容、提取关键信息。当用户要求分析视频、理解视频内容、总结视频、提取视频要点时触发此技能。
email-reader
邮件读取与管理技能 - 让 AI 能够读取、汇总、发送邮件。当用户要求查看邮件、汇总未读、发送邮件通知时触发此技能。