ワンクリックで
日历管理技能 - 让 AI 能够读取日程、创建事件、设置提醒。当用户要求查看日程、添加日历事件、提醒 upcoming events 时触发此技能。
npx skills add https://github.com/Gozei/ClawX --skill calendar-managerこのコマンドをClaude Codeにコピー&ペーストしてスキルをインストール
日历管理技能 - 让 AI 能够读取日程、创建事件、设置提醒。当用户要求查看日程、添加日历事件、提醒 upcoming events 时触发此技能。
npx skills add https://github.com/Gozei/ClawX --skill calendar-managerこのコマンドをClaude Codeにコピー&ペーストしてスキルをインストール
Create one-time reminder tasks using OpenClaw cron. User specifies reminder time and task content in natural language via Discord, and the task result will be sent back through Discord.
Expert code reviewer for TypeScript + React 19 applications. Use when reviewing React code, identifying anti-patterns, evaluating state management, or assessing code maintainability. Triggers: code review requests, PR reviews, React architecture evaluation, identifying code smells, TypeScript type safety checks, useEffect abuse detection, state management review.
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
Search the web and get real-time SERP-style results with titles, URLs, and snippets. Use this for general web queries when you need current links and information from across the internet.
Professional backend development skill covering API design, database operations, authentication, testing, logging, deployment, and security. Supports Node.js/Python/Go/Java with mainstream frameworks.
专业前端开发技能,支持 React/Vue/Next.js 组件开发、TypeScript 编码、状态管理、API 集成、性能优化、代码审查、单元测试、CI/CD 配置、Docker 部署。使用场景:生成组件代码、审查代码质量、调试问题、架构设计、性能优化、测试编写、项目脚手架、CI/CD 配置。
| name | calendar-manager |
| version | 1.0.0 |
| description | 日历管理技能 - 让 AI 能够读取日程、创建事件、设置提醒。当用户要求查看日程、添加日历事件、提醒 upcoming events 时触发此技能。 |
赋予 AI 日历管理能力:
| 服务 | 说明 |
|---|---|
| Google Calendar | 需要 gcal CLI 或 API |
| Apple Calendar (macOS) | 使用 icalBuddy |
| Outlook | 使用 gog CLI |
| Fantastical | 第三方应用 |
# 列出今天的事件
gog calendar list today
# 列出明天的事件
gog calendar list tomorrow
# 列出这周的事件
gog calendar list this-week
# 创建事件
gog calendar create "会议名称" --when "2026-02-25 14:00" --duration 60
# 快速添加事件
gog calendar add "Team Meeting" tomorrow 3pm
# 安装
brew install ical-buddy
# 列出今天的事件
icalBuddy eventsToday
# 列出明天的事件
icalBuddy eventsTomorrow
# 列出指定日期范围
icalBuddy eventsFrom:2026-02-24 to:2026-02-28
1. 检查可用的日历工具
2. 获取指定时间范围的事件
3. 筛选重要/即将到来的事件
4. 汇总呈现给用户
| 提醒时间 | 说明 |
|---|---|
| 事件前 15 分钟 | 会议/约会 |
| 事件前 1 小时 | 重要事项 |
| 事件前 1 天 | 当天提醒 |
| 事件前 1 周 | 周计划 |
向用户呈现日历时:
可以与 email-reader 配合: