lark-note

Redirects legacy lark-note requests to the lark-meeting skill for processing.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Older configurations and user requests may still reference the legacy lark-note skill name. This compatibility entry ensures those requests are not lost by routing them to the lark-meeting skill, which handles the actual business logic. ## Core Features & Use Cases - Backward Compatibility: Accepts requests addressed to the legacy lark-note name without breaking existing workflows. - Unified Routing: Delegates all note-related requests to the lark-meeting skill so behavior stays consistent in one place. - Use Case: A user with an old configuration explicitly invokes lark-note to manage Feishu (Lark) meeting notes; the agent reads the lark-meeting SKILL.md and executes its routing and action guidelines instead. ## Quick Start Ask the agent to handle your Feishu meeting notes using the lark-note skill, and it will follow the lark-meeting instructions to complete the task.

Frequently Asked Questions about lark-note

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

FAQPage Schema
How do I use the lark-note skill for Feishu meeting notes?▼

Invoke lark-note explicitly in your request, and the agent will load the lark-meeting skill's instructions and follow its routing and action guidelines. lark-note itself contains no business logic; it exists only for backward compatibility.

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

lark-note is a compatibility alias that handles no business logic directly. lark-meeting is the actual skill that processes meeting-related requests, and lark-note delegates all work to it.

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

No. lark-note declares lark-meeting as a required skill in its metadata and instructs the agent to read lark-meeting's SKILL.md. Without lark-meeting, requests routed through lark-note cannot be processed.

What dependencies does lark-note require?▼

lark-note requires the lark-cli binary to be available on the system and the lark-meeting skill to be installed. These are declared in the requires section of its SKILL.md frontmatter.

When should I use lark-note instead of lark-meeting?▼

Only use lark-note when a user or upstream configuration explicitly specifies that legacy name. For all new workflows, reference lark-meeting directly since it contains the actual routing and action guidelines.