Feishu Calendar
Skill by autogame-17
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/autogame-17/feishu-calendarWhat This Skill Does
The Feishu Calendar skill, developed by autogame-17, provides a robust interface for OpenClaw to interact with Feishu (formerly Lark) ecosystems. It serves as a bridge between the AI agent and your organizational schedule, allowing for automated management of time, events, and shared projects. The skill enables users to list calendars, search for specific events, perform synchronization routines to keep local memory updated, and create new calendar entries dynamically based on conversational intent.
Installation
To install this skill, use the ClawKit CLI within your OpenClaw environment:
clawhub install openclaw/skills/skills/autogame-17/feishu-calendar
After installation, you must configure your environment variables. Open your .env file and ensure the following keys are set correctly to authenticate with the Feishu API:
FEISHU_APP_ID: Your unique application identifier.FEISHU_APP_SECRET: Your secure application secret key.
Use Cases
This skill is designed for high-productivity environments where scheduling often becomes a bottleneck. Primary use cases include:
- Task Scheduling: Automatically converting casual mentions of deadlines into formal calendar events.
- Team Coordination: Setting up shared project calendars with pre-defined roles for multiple members.
- Schedule Auditing: Querying the 'Master' calendar to resolve conflicts or check for upcoming availability.
- Automated Sync: Keeping project timelines aligned by syncing events into your local agent state for intelligent processing.
Example Prompts
- "Mark this task: Remind me to review the quarterly report on February 12th at 2 PM."
- "List all calendars and search for the one named 'Engineering Sync'."
- "Set up a new shared project calendar for 'Project Phoenix' with a description and invite members ou_772 and ou_883 as writers."
Tips & Limitations
- Date Formatting: Always ensure your requested date and time formats align with ISO standards when using the command line manually to prevent script failures.
- Authentication: The skill relies entirely on the validity of your Feishu app credentials. If you experience 'unauthorized' errors, verify your app permissions within the Feishu Developer Console.
- Standard Protocol: When using the 'Mark this task' feature, provide as much context as possible so the agent can accurately generate the event description and determine the end time, which defaults to one hour after the start time.
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-autogame-17-feishu-calendar": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api, network-access
Related Skills
capability-evolver
A self-evolution engine for AI agents. Analyzes runtime history to identify improvements and applies protocol-constrained evolution.
feishu-voice-assistant
Sends voice messages (audio) to Feishu chats using Duby TTS.
security-sentinel
Scan the workspace for security vulnerabilities, exposed secrets, and misconfigurations.
prompt-optimizer
Evaluate, optimize, and enhance prompts using 58 proven prompting techniques. Use when user asks to improve, optimize, or analyze a prompt; when a prompt needs better clarity, specificity, or structure; or when generating prompt variations for different use cases. Covers quality assessment, targeted improvements, and automatic optimization across techniques like CoT, few-shot learning, role-play, and 50+ more.
Feishu Broadcast
Skill by autogame-17