feishu-calendar
飞书日历与日程管理工具集。包含日历管理、日程管理、参会人管理、忙闲查询。
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/chenfa188/openclaw-feishu-calendarWhat This Skill Does
The feishu-calendar skill provides a comprehensive toolkit for managing schedules and meetings directly through the OpenClaw AI agent. It is designed to handle common scheduling tasks such as creating new events, querying existing schedules, modifying meeting times, searching for meetings, managing attendees, and checking availability (free/busy status) within the Feishu (Lark) ecosystem. This skill is essential for users needing to automate their calendar workflows, ensuring that all meeting logistics are handled accurately within the Asia/Shanghai time zone.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/chenfa188/openclaw-feishu-calendar
This command pulls the latest version from the designated repository maintained by chenfa188.
Use Cases
- Efficient Meeting Scheduling: Automatically create meetings, add multiple participants (users or conference rooms), and set descriptions.
- Calendar Synchronization: Retrieve existing appointments over specific time ranges to identify gaps in your schedule.
- Meeting Updates: Quickly shift meeting times or notify participants of changes without opening the calendar app.
- Group Coordination: Efficiently check the availability of team members using the free/busy query tool before proposing a meeting time.
- RSVP Management: Handle invitations by responding to events programmatically.
Example Prompts
- "Create a team sync meeting for tomorrow at 2 PM, lasting for one hour, and invite open_id ou_778899 to join."
- "Check my schedule for the upcoming Wednesday and tell me when I am free between 9 AM and 5 PM."
- "Reschedule the 'Project Alpha' meeting to 4 PM today and ensure all current attendees are notified."
Tips & Limitations
- Time Consistency: Always provide times in ISO 8601 / RFC 3339 format. The system strictly adheres to the Asia/Shanghai (UTC+8) time zone.
- ID Precision: Use the 'open_id' (format 'ou_...') for users and 'omm_...' for conference rooms. Always include the 'user_open_id' when creating events to ensure the organizer is correctly linked as an attendee.
- Async Handling: Remember that booking conference rooms is an asynchronous process; check attendee statuses via the list action to confirm final reservation success.
- Recurrence: Note that the 'instances' action is reserved exclusively for recurring events that contain 'recurrence' data in their details.
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-chenfa188-openclaw-feishu-calendar": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api, data-collection
Related Skills
feishu-im-read
飞书 IM 消息读取工具使用指南,覆盖会话消息获取、话题回复读取、跨会话消息搜索、图片/文件资源下载。 **当以下情况时使用此 Skill**: (1) 需要获取群聊或单聊的历史消息 (2) 需要读取话题(thread)内的回复消息 (3) 需要跨会话搜索消息(按关键词、发送者、时间等条件) (4) 消息中包含图片、文件、音频、视频,需要下载 (5) 用户提到"聊天记录"、"消息"、"群里说了什么"、"话题回复"、"搜索消息"、"图片"、"文件下载" (6) 需要按时间范围过滤消息、分页获取更多消息
feishu-channel-rules
Lark/Feishu channel output rules. Always active in Lark conversations.
feishu-fetch-doc
获取飞书云文档内容。返回文档的 Markdown 内容,支持处理文档中的图片、文件和画板(需配合 feishu_doc_media 工具)。
feishu-task
飞书任务管理工具,用于创建、查询、更新任务和清单。 **当以下情况时使用此 Skill**: (1) 需要创建、查询、更新、删除任务 (2) 需要创建、管理任务清单 (3) 需要查看任务列表或清单内的任务 (4) 用户提到"任务"、"待办"、"to-do"、"清单"、"task" (5) 需要设置任务负责人、关注人、截止时间
feishu-update-doc
更新飞书云文档。支持 7 种更新模式:追加、覆盖、定位替换、全文替换、前/后插入、删除。