lark-vc-agent
Helps route Feishu video call agent requests to the lark-meeting skill that actually handles them.
Installation
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 either. It is another old name that used to refer to a Feishu (Lark) video meeting bot. Feishu is a workplace chat and office app similar to Slack. This skill does nothing by itself. Whenever it gets called by its old name, it simply passes the whole request over to a newer, fuller skill called lark-meeting, which actually manages meetings, meeting bots, and meeting recordings. It exists only so that old references to this name still work instead of failing.
When to use it:
- Only triggers when something specifically names this old skill
- Any real request about a meeting bot or video call should go through lark-meeting instead
- Not something a person would pick on their own in normal use
SKILL.mdShow the author's original SKILL.md (not in English)
---
name: lark-vc-agent
version: 1.0.0
description: "仅当用户或上游配置显式指定 lark-vc-agent 时使用,相关请求统一交由 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.