lark-note
Helps with a note-taking task only when it is specifically asked for, then hands off other requests to the meeting notes skill.
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 working tool on its own. It is an old name that used to point to Feishu's (Lark's) meeting notes feature. Feishu is a workplace chat and office app similar to Slack. This skill takes no action itself. Whenever something calls it by this old name, it forwards the entire request to a newer, complete skill called lark-meeting, which is the one that actually reads and manages meeting notes, transcripts, and recordings. It exists purely for backward compatibility, so that older automated setups that still reference this name do not break.
When to use it:
- Only triggers when something specifically names this old skill
- Any real request about meeting notes should be handled by lark-meeting instead
- Not something a person would choose directly in normal use
SKILL.mdShow the author's original SKILL.md (not in English)
---
name: lark-note
version: 1.0.0
description: "仅当用户或上游配置显式指定 lark-note 时使用,相关请求统一交由 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.