install
source · Clone the upstream repo
git clone https://github.com/autogame-17/feishu-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/autogame-17/feishu-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/feishu-vc" ~/.claude/skills/autogame-17-feishu-skills-feishu-vc && rm -rf "$T"
manifest:
feishu-vc/SKILL.mdsource content
Feishu Video Conference Skill
Manage Feishu Video Conferences (VC).
Usage
Reserve a Meeting
Create a meeting reservation.
node skills/feishu-vc/reserve.js --subject "Meeting Title" --time "2026-02-04T10:00:00+08:00"
API Reference
- Reserve:
POST /open-apis/vc/v1/reserve - Permissions required:
(Update meeting reservation info)vc:meeting:request
Setup
Requires
FEISHU_APP_ID and FEISHU_APP_SECRET.