lark-minutes

Routes legacy lark-minutes requests to the lark-meeting skill for handling.

8|2|Updated Apr 29, 2026
One-click install
npx skills add https://github.com/luojiaaoo/xpeech --skill lark-minutes-luojiaaoo
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: lark-minutes
Source: https://github.com/luojiaaoo/xpeech/tree/main/xpeech/agent/skills/buildin/lark-skills/lark-minutes
Command: npx skills add https://github.com/luojiaaoo/xpeech --skill lark-minutes-luojiaaoo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Older configurations and user requests may still reference the legacy lark-minutes skill name, which no longer handles business logic directly. This compatibility entry ensures those requests are not lost and are instead forwarded to the lark-meeting skill that owns the actual meeting and minutes functionality. ## Core Features & Use Cases - Backward Compatibility: Accepts requests addressed to the legacy lark-minutes name without breaking existing workflows. - Unified Routing: Delegates all meeting and minutes related tasks to the lark-meeting skill, keeping behavior consistent. - Use Case: A user with an old configuration asks the agent to process Lark meeting minutes via lark-minutes; the agent reads this entry, loads the lark-meeting skill instructions, and completes the task through the maintained implementation. ## Quick Start Ask the agent to handle your Lark meeting minutes request and it will route the task through the lark-meeting skill automatically.

Frequently Asked Questions about lark-minutes

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I handle Lark meeting minutes with this skill?▼

Requests sent to lark-minutes are delegated to the lark-meeting skill, which contains the actual routing and action guidelines. You should read and follow the lark-meeting SKILL.md instructions to complete any meeting or minutes task.

What is the difference between lark-minutes and lark-meeting?▼

lark-minutes is only a compatibility entry for the legacy name and handles no business logic itself. lark-meeting is the maintained skill that actually processes all meeting and minutes related requests.

Does lark-minutes work without lark-meeting installed?▼

No. The skill metadata declares lark-meeting as a required skill, and its instructions mandate loading the lark-meeting SKILL.md. Without lark-meeting present, requests cannot be fulfilled.

What dependencies does lark-minutes require?▼

It requires the lark-cli binary to be available on the system and the lark-meeting skill to be installed. These are declared in the skill frontmatter under metadata.requires.

When should I stop using the lark-minutes name?▼

You should migrate configurations and prompts to reference lark-meeting directly, since lark-minutes exists only for backward compatibility. New integrations should target lark-meeting to avoid relying on the deprecated alias.