feishu-calendar
飞书日历日程管理 Skill。创建日历/日程、查询空闲忙状态、订阅日历变更。当需要自动安排会议、查询时间冲突或监控日程变动时使用此 Skill。
Why use this skill?
Efficiently manage your Feishu calendar with the OpenClaw AI agent. Create events, check availability, and automate meeting scheduling with ease.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/sunnyyao2222-eng/feishu-calenderWhat This Skill Does
The feishu-calendar skill acts as a comprehensive automation engine for managing your Feishu (Lark) schedule. It empowers the OpenClaw AI agent to perform complex calendar management tasks, ranging from basic creation to advanced intelligent scheduling. By utilizing the Feishu Calendar v4 API, this skill allows the agent to create calendars, manage events with specific timing and descriptions, handle attendee invitations, and query user busy/free status in real-time. It essentially bridges the gap between your intent and the technical requirements of the Feishu platform, ensuring your meeting management is handled with precision and efficiency.
Installation
To integrate this capability into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/sunnyyao2222-eng/feishu-calender
Once installed, ensure your authentication tokens for the Feishu developer platform are correctly configured to allow the agent to interface with your workspace.
Use Cases
This skill is highly effective for professionals who juggle multiple meetings and cross-departmental projects. Use it to automatically find common availability among team members, ensuring zero scheduling conflicts. It is ideal for project leads who need to create dedicated project calendars, HR professionals managing interview schedules, or anyone looking to automate the administrative burden of inviting attendees and setting reminders. Furthermore, by utilizing the subscription feature, your agent can keep you updated on changes to specific critical calendars, allowing for dynamic task adjustments based on schedule shifts.
Example Prompts
- "Find a one-hour window tomorrow between 9 AM and 5 PM when both Alex and I are free, and create a meeting titled 'Project Sync' with the description 'Discussing the Q2 roadmap'."
- "Subscribe to the product team's main calendar and notify me if any new events are created for next week."
- "Delete the meeting titled 'Internal Chat' scheduled for Friday and inform me once it's removed."
Tips & Limitations
- Precision is Key: When specifying timestamps in your prompts, ensure you are referencing accurate dates. Note that the system strictly requires秒级 (second-level) string timestamps for API calls, though the agent will typically handle the conversion for you.
- Two-Step Creation: Remember that adding attendees is a separate action from event creation. If you ask for a meeting with many participants, the agent will perform two distinct API calls.
- Webhook Requirement: For real-time updates through the subscription feature, ensure your environment is configured for event callbacks.
- Always verify: When querying free/busy status, always perform this check before scheduling to prevent conflicts.
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-sunnyyao2222-eng-feishu-calender": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
feishu-im
飞书消息与群管理 Skill。发送消息、建群、置顶、加急、撤回、群菜单/Tab/公告等 25+ 项 IM 能力。当需要通过飞书发送消息、管理群聊、操作群成员或配置群功能时使用此 Skill。
Feishu Drive
Skill by sunnyyao2222-eng
feishu-doc-writer
Feishu (Lark) Document API writing spec. Converts Markdown content to Feishu Block structures and writes to cloud docs. Handles concurrency ordering. Use when syncing articles, creating document blocks, or writing long-form content to Feishu docs.
feishu-wiki
飞书知识库 Skill。创建知识空间、创建 Wiki 页面节点。当需要在飞书知识库中组织和沉淀文档时使用此 Skill。