Overview
- Skill Key
- boyd4y/feishu-calendar-advanced
- Author
- boyd4y
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/boyd4y/feishu-calendar-advanced
- Latest Commit SHA
- 02f3773a8af891966c16f67d935613bdad909565
Feishu calendar management via feishu-agent. View calendars, list events, create and delete events with conflict detection.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 feishu-calendar-advanced 技能。 若已安装,则直接安装 feishu-calendar-advanced 技能。
# Feishu Calendar Advanced Manage your Feishu (Lark) calendar using the feishu-agent CLI tool. ## Dependencies | Dependency | Required | Description | |------------|----------|-------------| | `bun` | Yes | Bun runtime (for running bunx commands) | | `@teamclaw/feishu-agent` | Yes | Installed automatically via bunx | ### Check Dependencies ```bash # Check bun availability bun --version ``` ## Setup ### First Time Setup 1. **Install and configure feishu-agent**: ```bash # Interactive setup wizard (recommended) bunx @teamclaw/feishu-agent setup # Or manual configuration bunx @teamclaw/feishu-agent config set appId <your_app_id> bunx @teamclaw/feishu-agent config set appSecret <your_app_secret> ``` 2. **OAuth Authorization**: ```bash bunx @teamclaw/feishu-agent auth ``` 3. **Verify setup**: ```bash bunx @teamclaw/feishu-agent whoami ``` ## Usage ```bash /feishu-calendar-advanced [command] [options] ``` ## Commands | Command | Description | |---------|-------------| | `calendars` | List all calendars (primary, subscribed) | | `events` | List events in primary calendar | | `create --summary "Meeting" --start "2026-03-05 14:00" --end "2026-03-05 15:00"` | Create a new event | | `create --summary "Meeting" --start "..." --end "..." --attendee user_id` | Create event with attendees | | `delete --event-id <event_id>` | Delete an event by ID | ## Options | Option | Description | |--------|-------------| | `--summary` | Event title/summary (required for create) | | `--start` | Start time in format "YYYY-MM-DD HH:MM" (required for create) | | `--end` | End time in format "YYYY-MM-DD HH:MM" (required for create) | | `--attendee` | Add attendee by user_id (can be used multiple times) | | `--event-id` | Event ID (required for delete) | ## Examples ```bash # List all calendars /feishu-calendar-advanced calendars # List events in primary calendar /feishu-calendar-advanced events # Create a simple event /feishu-calendar-advanced create --summary "Team Standup"...
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.