Openclaw Skills for managing Feishu (Lark) calendars with listing, search, schedule checks, and event sync workflows.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install calendar-sync-tool
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 calendar-sync-tool using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Openclaw Skills for feishu-calendar help AI agents manage Feishu (Lark) calendars in a structured, repeatable way. The skill is designed for listing calendars, searching events, checking schedules, detecting conflicts, and syncing event data so teams can coordinate faster with less manual work.
This skill is best suited for calendar operations inside an AI agent workflow where the user needs reliable, parameter-driven execution rather than open-ended reasoning. Openclaw Skills make it easier to standardize calendar actions, validate inputs, recover from common errors, and produce consistent outputs that can be post-processed by downstream automation.
export API_KEY="${API_KEY:?please set environment variable}"
Recommended setup notes:
The skill organizes data around calendar operations, execution parameters, and structured results.
| Schema Area | Fields / Artifacts | Purpose |
|---|---|---|
| Input parameters | content, mode, style |
Control how the agent processes the request and formats output. |
| Calendar operation context | calendar IDs, date ranges, filters, event payloads | Define what calendars or events the skill should operate on. |
| Output payload | success, data, result, status, metadata, error |
Provide machine-readable response handling for downstream automation. |
| Metadata | template_used, word_count, style |
Track execution context and formatting choices. |
| Output reference | assets/output.json |
Example output template for structured responses. |
{
"success": true,
"data": {
"result": "processing result",
"status": "success",
"metadata": {
"template_used": "reviewer",
"word_count": 0,
"style": "professional"
}
},
"error": null
}
Loading
Openclaw Skills for Git automation, deep repository diagnostics, workflow templates, and multi-repo batch operations.

documentation-and-adrs is an Openclaw Skills automation skill that structures, validates, and outputs documentation and ADR-related content with less manual effort.

Openclaw Skills for Slack workspace administration, enabling Enterprise Grid management, audit log review, Canvas editing, user groups, and bulk operations.

Openclaw Skills for social media operations, multi-agent coordination, batch actions, analytics, and relationship graph management.

Openclaw Skills for podcast chaptering turns transcripts into structured chapters, highlights, notes, captions, and API-ready outputs at scale.

Openclaw Skills for SQL generation turns natural language into schema-aware SQL, optimization advice, and migration scripts for professional teams.








































