feishu-calendar for Openclaw

Openclaw Skills for managing Feishu (Lark) calendars with listing, search, schedule checks, and event sync workflows.

thcjp
v1.0.0
Aug 2, 2026
0
262
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install calendar-sync-tool

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

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).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is feishu-calendar?

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.

feishu-calendar Use Cases

  • List one or more Feishu calendars by calendar ID.
  • Search events within a specific date range or keyword filter.
  • Check schedules to identify conflicts before booking or syncing.
  • Sync event data into Feishu (Lark) calendars from agent-driven workflows.
  • Manage personal and shared calendars in a team coordination context.
  • Troubleshoot API authentication, rate limits, timeout, or formatting issues during calendar operations.
  • Use Openclaw Skills when you need repeatable calendar actions inside Claude Code, Cursor, Codex, Gemini CLI, or similar AI agents.

How feishu-calendar Works

  1. Confirm the environment meets the skill's runtime and dependency requirements, including a supported AI agent platform and required API access.
  2. Provide the calendar operation request to the AI agent with the needed parameters, such as calendar IDs, date ranges, event payloads, or search keywords.
  3. The skill performs the requested Feishu calendar action: listing calendars, searching events, checking schedules, or syncing events.
  4. The skill returns a structured result that includes success status, output data, and metadata for downstream use.
  5. If an error occurs, follow the built-in recovery guidance to inspect parameters, verify connectivity, confirm permissions, and retry with corrected inputs.
  6. Review the response and optionally transform or route the output into another automation step within your Openclaw Skills workflow.

feishu-calendar Setup

  1. Make sure you are running an AI agent environment that supports SKILL.md-based skills.
  2. Confirm your OS and runtime satisfy the dependency requirements described by the skill.
  3. Configure the required API key or environment variables before running the skill.
  4. Start the AI agent conversation and invoke the skill with clear inputs and expected output format.
  5. Validate the response and retry with corrected parameters if needed.
export API_KEY="${API_KEY:?please set environment variable}"

Recommended setup notes:

  • Keep secrets in environment variables rather than hardcoding them.
  • Restart the session or open a new terminal after updating configuration.
  • Ensure the agent has permission to call external services and execute commands if required.
  • Refer to the skill's output template reference when you need strict JSON responses.

feishu-calendar Data Schema & Taxonomy

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.

Output pattern

{
  "success": true,
  "data": {
    "result": "processing result",
    "status": "success",
    "metadata": {
      "template_used": "reviewer",
      "word_count": 0,
      "style": "professional"
    }
  },
  "error": null
}

Data taxonomy

  • Operation type: list, search, schedule check, sync
  • Scope: single calendar or multiple calendars
  • Time filter: date range, time window, event timing
  • Result state: success, failure, partial failure
  • Diagnostics: authentication, rate limit, timeout, network, permission errors

feishu-calendar Advanced Features

  • Built for Openclaw Skills workflows that standardize calendar operations across AI agents.
  • Supports multiple AI agent platforms such as Claude Code, Cursor, Codex, and Gemini CLI.
  • Handles list, search, schedule-check, and sync use cases in one skill surface.
  • Includes structured JSON output for easy chaining into other automations.
  • Provides built-in troubleshooting guidance for API auth failures, rate limiting, timeouts, and permission issues.
  • Supports multi-calendar coordination for personal and shared Feishu (Lark) calendars.
  • Designed for repeatable, parameterized execution instead of ad hoc manual calendar handling.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*