feishu-calendar
Manage Feishu (Lark) Calendars. Use this skill to list calendars, check schedules, and sync events.
Best use case
feishu-calendar is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Manage Feishu (Lark) Calendars. Use this skill to list calendars, check schedules, and sync events.
Teams using feishu-calendar should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/feishu-calendar/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How feishu-calendar Compares
| Feature / Agent | feishu-calendar | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Manage Feishu (Lark) Calendars. Use this skill to list calendars, check schedules, and sync events.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
Top AI Agents for Productivity
See the top AI agent skills for productivity, workflow automation, operational systems, documentation, and everyday task execution.
AI Agents for Marketing
Discover AI agents for marketing workflows, from SEO and content production to campaign research, outreach, and analytics.
AI Agents for Startups
Explore AI agent skills for startup validation, product research, growth experiments, documentation, and fast execution with small teams.
SKILL.md Source
# feishu-calendar Manage Feishu (Lark) Calendars. Use this skill to list calendars, check schedules, and sync events. ## Usage ### List Calendars Check available calendars and their IDs. ```bash node skills/feishu-calendar/list_test.js ``` ### Search Calendar Find a calendar by name/summary. ```bash node skills/feishu-calendar/search_cal.js ``` ### Check Master's Calendar Specific check for the Master's calendar status. ```bash node skills/feishu-calendar/check_master.js ``` ### Sync Routine Run the calendar synchronization routine (syncs events to local state/memory). ```bash node skills/feishu-calendar/sync_routine.js ``` ## Setup Requires `FEISHU_APP_ID` and `FEISHU_APP_SECRET` in `.env`. ## Standard Protocol: Task Marking **Trigger**: User says "Mark this task" or "Remind me to...". **Action**: 1. **Analyze**: Extract date/time (e.g., "Feb 4th" -> YYYY-MM-04). 2. **Execute**: Run `create.js` with `--attendees` set to the requester's ID. 3. **Format**: ```bash node skills/feishu-calendar/create.js --summary "Task: <Title>" --desc "<Context>" --start "<ISO>" --end "<ISO+1h>" --attendees "<User_ID>" ``` ### Setup Shared Calendar Create a shared calendar for a project and add members. ```bash node skills/feishu-calendar/setup_shared.js --name "Project Name" --desc "Description" --members "ou_1,ou_2" --role "writer" ```
Related Skills
afrexai-email-to-calendar
Extract calendar events, deadlines, action items, and follow-ups from emails. Works with any calendar provider (Google, Outlook, Apple, Notion, etc.). No external dependencies — pure agent intelligence. Use when the user forwards an email, asks to check inbox for events, or wants to extract structured scheduling data from any text.
calendar-optimizer
Analyzes and rewrites calendar events into clear, actionable tasks. Removes meeting fluff and converts vague descriptions into specific deliverables with deadlines.
feishu-perm-helper
一键启用飞书权限管理工具,让 OpenClaw 可以管理飞书文档/表格的协作者权限。
calendar
Query and manage the operator's calendar — check availability and create new entries
ews-calendar
Extract calendar events from Microsoft Exchange via EWS API
feishu-leave-request
Submit a leave request through Feishu (Lark). Use when the user wants to request time off, submit a leave application, or mentions taking leave.
Feishu SuperToolkit
飞书超级工具包 - 集成文件发送(含音频卡片)、日历、审批、多维表格、通讯录、考勤六大模块
feishu-send
飞书发送图片/文件/语音。用 curl 调用飞书 API 发送,比 message 工具更可靠。用于需要发送图片、文件、语音到飞书时触发。
feishu-voice-assistant
Sends voice messages (audio) to Feishu chats using Duby TTS.
feishu-sticker
Send images as native Feishu stickers. Features auto-upload, caching, and GIF-to-WebP conversion.
Feishu Post (RichText) Skill
Send Rich Text (Post) messages to Feishu.
Feishu Minutes (妙记) Skill
Fetch info, stats, transcript, and media from Feishu Minutes.