Overview
- Skill Key
- boyangwang/lark-calendar
- Author
- Claw AI
- Source Repo
- openclaw/skills
- Version
- 1.0.0
- Source Path
- skills/boyangwang/lark-calendar
- Latest Commit SHA
- f319021c438f881add77b097394b1aa4eeb70db0
Create, update, and delete calendar events and tasks in Lark (Feishu). Includes employee directory for automatic name-to-user_id resolution.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 lark-calendar 技能。 若已安装,则直接安装 lark-calendar 技能。
# Lark Calendar & Task Skill Create, update, and delete calendar events and tasks in Lark (Feishu). ## Overview This skill provides full CRUD operations for: - **Calendar Events** — meetings, appointments, schedules - **Tasks (Todo)** — action items with deadlines ## Configuration **Required Environment Variables** (in `.secrets.env`): ```bash FEISHU_APP_ID=cli_a9f52a4ed7b8ded4 FEISHU_APP_SECRET=<your-app-secret> ``` **Default Calendar:** `feishu.cn_caF80RJxgGcbBGsQx64bCh@group.calendar.feishu.cn` (Claw calendar) **Default Timezone:** `Asia/Singapore` ## Quick Reference ### Create Calendar Event ```bash node skills/lark-calendar/scripts/create-event.mjs \ --title "Meeting with Team" \ --description "Discuss Q2 roadmap" \ --start "2026-02-03 14:00:00" \ --end "2026-02-03 15:00:00" \ --attendees "Boyang,RK" \ --location "Meeting Room A" ``` **Parameters:** | Param | Required | Description | |-------|----------|-------------| | `--title` | ✅ | Event title | | `--description` | ❌ | Event description | | `--start` | ✅ | Start time (YYYY-MM-DD HH:MM:SS) | | `--end` | ✅ | End time (YYYY-MM-DD HH:MM:SS) | | `--attendees` | ❌ | Comma-separated names (auto-resolved to user_ids) | | `--attendee-ids` | ❌ | Comma-separated user_ids directly | | `--location` | ❌ | Event location | | `--timezone` | ❌ | Timezone (default: Asia/Singapore) | | `--calendar` | ❌ | Calendar ID (uses default if omitted) | ### Update Calendar Event ```bash node skills/lark-calendar/scripts/update-event.mjs \ --event-id "f9900f6b-b472-4b17-a818-7b5584abdc37_0" \ --title "Updated Title" \ --start "2026-02-03 15:00:00" \ --end "2026-02-03 16:00:00" ``` ### Delete Calendar Event ```bash node skills/lark-calendar/scripts/delete-event.mjs \ --event-id "f9900f6b-b472-4b17-a818-7b5584abdc37_0" ``` ### List Calendar Events ```bash # List events for next 7 days node skills/lark-calendar/scripts/list-events.mjs # List events in date range node skills/lark-calendar/scr...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.