feishu-calendarManage Feishu (Lark) calendars by listing, searching, checking schedules, syncing events, and marking tasks with automated date extraction.
Install via ClawdBot CLI:
clawdbot install autogame-17/feishu-calendarManage Feishu (Lark) Calendars. Use this skill to list calendars, check schedules, and sync events.
Check available calendars and their IDs.
node skills/feishu-calendar/list_test.js
Find a calendar by name/summary.
node skills/feishu-calendar/search_cal.js
Specific check for the Master's calendar status.
node skills/feishu-calendar/check_master.js
Run the calendar synchronization routine (syncs events to local state/memory).
node skills/feishu-calendar/sync_routine.js
Requires FEISHU_APP_ID and FEISHU_APP_SECRET in .env.
Trigger: User says "Mark this task" or "Remind me to...".
Action:
create.js with --attendees set to the requester's ID.
node skills/feishu-calendar/create.js --summary "Task: <Title>" --desc "<Context>" --start "<ISO>" --end "<ISO+1h>" --attendees "<User_ID>"
Create a shared calendar for a project and add members.
node skills/feishu-calendar/setup_shared.js --name "Project Name" --desc "Description" --members "ou_1,ou_2" --role "writer"
Generated Mar 1, 2026
A project manager uses the skill to create shared calendars for different projects, sync events to track milestones, and add team members as attendees for automated reminders. This ensures all stakeholders are aligned on deadlines and meetings without manual updates.
An individual leverages the skill to mark tasks via voice commands, automatically creating calendar events with extracted dates and reminders. It helps in organizing daily schedules, reducing manual entry, and improving productivity through seamless integration with Feishu.
An HR department utilizes the skill to list and search calendars for available slots, set up shared calendars for company-wide events, and sync routines to keep local records updated. This streamlines scheduling for workshops, holidays, and team-building activities.
A sales team employs the skill to check the master's calendar status for availability, create events with client details, and add attendees for automated follow-ups. It enhances client engagement by ensuring timely reminders and reducing scheduling conflicts.
Offer the skill as part of a subscription-based productivity suite for businesses, charging per user or team for advanced features like automated syncing and shared calendar management. Revenue is generated through monthly or annual fees, with tiers based on usage limits.
Provide basic calendar listing and task marking for free to attract individual users, then monetize through premium upgrades for features like bulk sync routines, advanced analytics, or integration with other enterprise tools. Revenue comes from paid plans and upsells.
License the skill directly to large organizations for custom deployment, offering dedicated support, enhanced security, and tailored integrations with existing Feishu ecosystems. Revenue is generated through one-time licensing fees or annual contracts with service-level agreements.
๐ฌ Integration Tip
Ensure the .env file contains valid FEISHU_APP_ID and FEISHU_APP_SECRET for authentication, and test the sync routine regularly to maintain data consistency between Feishu and local systems.
CLI to manage emails via IMAP/SMTP. Use `himalaya` to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language).
Read and send email via IMAP/SMTP. Check for new/unread messages, fetch content, search mailboxes, mark as read/unread, and send emails with attachments. Works with any IMAP/SMTP server including Gmail, Outlook, 163.com, vip.163.com, 126.com, vip.126.com, 188.com, and vip.188.com.
Gmail API integration with managed OAuth. Read, send, and manage emails, threads, labels, and drafts. Use this skill when users want to interact with Gmail. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
Automatically logs into email accounts (Gmail, Outlook, QQ Mail, etc.) and generates daily email summaries. Use when the user wants to get a summary of their emails, check important messages, or create daily email digests.
Fetch content from Feishu (Lark) Wiki, Docs, Sheets, and Bitable. Automatically resolves Wiki URLs to real entities and converts content to Markdown.
Set up Gmail API access via gog CLI with manual OAuth flow. Use when setting up Gmail integration, renewing expired OAuth tokens, or troubleshooting Gmail authentication on headless servers.