lark-minutes

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

Installation
Run `npx skills add "https://open.feishu.cn" --skill "lark-minutes"` 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 a short redirect skill, not a full feature on its own. It exists only to catch an older name that some systems, saved shortcuts, or people might still type out of habit. By itself it does not read, create, or change anything. Instead, whenever something asks for it by name, it immediately hands the whole request off to a different, related skill built to deal with meeting recordings, transcripts, and meeting notes, and that other skill does the actual work from there. When to use it: - Only when a request or an older configuration specifically names this skill by its old title - Not something to reach for on purpose when starting a new task For any real task involving meeting recordings, transcripts, or notes, such as finding what was said in a past meeting or pulling up meeting minutes, the actual work always happens in the meetings skill this one points to, not here. Think of this one as a signpost rather than a destination.
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.

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

Partner with us