lark-minutes
Helps route Feishu meeting minutes 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 feature. It is an old name that used to point to a meeting-notes tool. It has been kept around only so that anything still referring to it by the old name keeps working. Whenever it is used, it simply hands the request off entirely to a different, current tool that actually deals with meeting recordings, notes, and transcripts.
When to use it:
- It should not be used on purpose. It exists purely so older setups referencing the old name do not break, and it immediately redirects to the real meeting-notes tool instead of doing anything itself.
SKILL.mdShow the author's original SKILL.md (not in English)
---
name: lark-minutes
version: 1.0.0
description: "仅当用户或上游配置显式指定 lark-minutes 时使用,相关请求统一交由 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.