larksuite/cliContrôle réussi
SKILL DETAIL
lark-vc
larksuite/cli/lark-vc
The lark-vc skill serves solely as a compatibility entry to handle requests that explicitly reference the old name in user or upstream configuration. It does not process business logic directly; instead, all requests are delegated to the lark-meeting skill. When using lark-vc, you must fully read the SKILL.md file of the lark-meeting skill and follow its routing and action guidelines. This skill requires the lark-cli binary and depends on the lark-meeting skill.
Installations · 504Voir la source
Installation
npx skills add https://github.com/larksuite/cli --skill lark-vc
Fichiers du skill
SKILL.md
Dernière synchronisation · 29 août 2026
SKILL.md›
---
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),并按照其中的路由和行动指南执行。**