lark-vc

Helps route Feishu video call requests to the lark-meeting skill that actually handles them.

Installation
Run `npx skills add "https://open.feishu.cn" --skill "lark-vc"` to install this skill, then follow its SKILL.md instructions for my next request.

Paste this into Claude Code, Cursor, or any agent that can run commands.

What this skill does
What it does: This is not a real, separate tool. It is a leftover name that used to point to Feishu's (Lark's) video meeting features. Feishu is a workplace chat and office app similar to Slack. This particular skill does nothing on its own. Whenever something calls it by its old name, it simply hands the entire request off to a newer, more complete skill called lark-meeting, which is the one that actually looks up meetings, recordings, and meeting notes. It exists purely so that older setups or saved instructions that still refer to the old name keep working instead of breaking. When to use it: - Only triggers when a system or saved instruction specifically names this old skill - Any real request about video calls or meetings should be handled by lark-meeting instead - Not something a person would normally choose on purpose
SKILL.mdShow the author's original SKILL.md (not in English)
---
name: lark-vc
version: 1.0.0
description: "仅当用户或上游配置显式指定 lark-vc 时使用,相关请求统一交由 lark-meeting 技能处理。"
metadata:
  requires:
    bins: ["lark-cli"]
    skills: ["lark-meeting"]
---

# Compatibility entry

本技能只用于兼容旧名称,不直接处理业务。

**MUST 完整读取 [`../lark-meeting/SKILL.md`](../lark-meeting/SKILL.md),并按照其中的路由和行动指南执行。**

Mirrored from the author's public source. Install counts from the open skills registry.

The systems behind these skills get built for partners every week.

Partner with us