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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/autogame-17/feishu-vcWhat 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
- "Schedule a meeting titled 'Project Roadmap Sync' for February 4th, 2026, at 10:00 AM."
- "Book a Feishu conference call with the subject 'Quarterly Review' for 2026-02-04 at 10:00 AM."
- "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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-autogame-17-feishu-vc": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
capability-evolver
A self-evolution engine for AI agents. Analyzes runtime history to identify improvements and applies protocol-constrained evolution.
feishu-voice-assistant
Sends voice messages (audio) to Feishu chats using Duby TTS.
security-sentinel
Scan the workspace for security vulnerabilities, exposed secrets, and misconfigurations.
prompt-optimizer
Evaluate, optimize, and enhance prompts using 58 proven prompting techniques. Use when user asks to improve, optimize, or analyze a prompt; when a prompt needs better clarity, specificity, or structure; or when generating prompt variations for different use cases. Covers quality assessment, targeted improvements, and automatic optimization across techniques like CoT, few-shot learning, role-play, and 50+ more.
Feishu Broadcast
Skill by autogame-17