ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified communication Safety 4/5

Feishu Vc

Skill by autogame-17

Why use this skill?

Learn how to use the Feishu VC skill for OpenClaw to automate meeting reservations. Streamline your workflow by scheduling Feishu conferences directly via AI prompts.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/autogame-17/feishu-vc
Or

What This Skill Does

The Feishu Video Conference (VC) skill, developed by autogame-17, provides a robust interface for interacting with Feishu's enterprise meeting management infrastructure. It allows OpenClaw agents to programmatically reserve video conferences without requiring manual navigation of the Feishu web or desktop clients. By leveraging the Feishu VC API, the skill handles the complexity of authentication and parameter mapping, ensuring that meeting requests are formatted correctly according to Feishu's REST standards. It acts as an abstraction layer between the AI agent and the Feishu ecosystem, enabling seamless scheduling workflows.

Installation

To integrate this skill into your environment, ensure you have the OpenClaw environment initialized. Execute the following command in your terminal:

clawhub install openclaw/skills/skills/autogame-17/feishu-vc

After installation, you must configure your environment variables to authenticate with the Feishu platform. Add your FEISHU_APP_ID and FEISHU_APP_SECRET to your .env file or global system path. Ensure your Feishu developer account has granted the vc:meeting:request scope to your application, as the skill requires this permission to modify reservation data successfully.

Use Cases

This skill is ideal for teams relying on Feishu for corporate communication. Use it to automate the scheduling of daily stand-ups, sync meetings with remote stakeholders, or trigger conference room bookings based on project management events. It is particularly effective when chained with calendar-parsing skills, allowing an AI to read an incoming email and automatically suggest a meeting time, followed by a direct reservation execution.

Example Prompts

  1. "Schedule a meeting titled 'Project Roadmap Sync' for February 4th, 2026, at 10:00 AM."
  2. "Book a Feishu conference call with the subject 'Quarterly Review' for 2026-02-04 at 10:00 AM."
  3. "Set up a VC meeting for 10 AM on 2026-02-04 called 'Design Feedback Session'."

Tips & Limitations

The skill relies strictly on the Feishu VC API, so ensure your time strings conform to the ISO 8601 format (e.g., YYYY-MM-DDTHH:MM:SS+08:00) to avoid processing errors. Note that the skill currently focuses on reservation creation; if you require post-reservation modification or attendee management, verify that your credentials hold the corresponding organizational-level permissions. Always monitor the logs for HTTP 403 errors, which typically indicate a lack of necessary API scopes in the Feishu Developer Console.

Metadata

Stars1100
Views1
Updated2026-02-17
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-autogame-17-feishu-vc": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#feishu#video-conference#meeting-scheduling#productivity#automation
Safety Score: 4/5

Flags: network-access, external-api