A command-line skill that connects Openclaw agents to Feishu/Lark Calendar for automated scheduling, freebusy checks, and release window time-blocking.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install lark-cli-devhub-calendar
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install lark-cli-devhub-calendar using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Lark CLI Dev Hub Calendar skill serves as the core planning, scheduling, and time-blocking layer for development workflows. By interfacing directly with the lark-cli or feishu-cli, this extension allows AI agents to automatically translate technical milestones, bug bashes, and QA reviews into actionable calendar events. This ensures that team schedules perfectly align with live development velocity.
Using Openclaw Skills like this one helps engineering teams maintain clear visibility into release windows, verification reminders, and incident syncs. It acts as an automated coordination assistant that bridges the gap between terminal execution and corporate calendars without requiring manual scheduling intervention.
Ensure that you have the lark-cli binary installed and globally accessible in your system PATH.
Configure the skill dependencies and test the communication link with the Lark server using the following commands:
# Verify your lark-cli installation
lark-cli --version
# Authenticate your user session or service account
lark-cli auth login
# Test fetching your current calendar agenda to ensure access
lark-cli calendar +agenda --as user --format json
The skill manages inputs and outputs primarily through structured JSON schemas passed to the command-line interface. Below are the key data structures utilized:
| Data File Payload | Key Fields & Metadata | Purpose |
|---|---|---|
@freebusy.json |
startTime, endTime, userIds |
Queries availability timelines across multiple team members. |
@suggestion.json |
duration, attendees, timeRange |
Solicits optimal recommended meeting slots based on system heuristics. |
@rooms.json |
capacity, equipment, buildingId |
Filters and requests available physical meeting rooms. |
@event.json |
summary, description, attendees, reminders |
Defines the final event structural data payload for calendar execution. |
Loading
A Model Context Protocol (MCP) skill that enables AI assistants to search, extract, and interact with your local Zotero reference library.

Automatically declutter your desktop by organizing files into designated category folders based on extension types.

An advanced academic reading and analysis skill designed for researchers to extract deep theoretical frameworks, complete mathematical derivations, and structured literature notes.

A zero-config CLI tool that automatically detects, builds, and deploys frontend applications to instant, shareable live preview URLs.

A development knowledge system backed by Feishu/Lark Base, Docs, Tasks, and Whiteboard to streamline bug resolution, task state tracking, and release evidence.

A powerful CLI-driven skill to manage, sync, and inspect Feishu/Lark Drive files and register them as project artifacts.








































