Lark
Lark and Feishu operations using lark-cli. Use for Lark, Feishu, or lark-cli tasks.From its SKILL.md
npx -y skills add andthezhang/lark-simple-skill --skill larkAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
2.2 KB, 494 tokens by cl100k_base, as published. Nobody here has run it
Lark / Feishu
Use this as the single entry point for Lark/Feishu work.
Setup
When the user invokes $lark setup, /lark setup, or otherwise asks to set up,
consolidate, refresh, or update this skill:
- Resolve this skill's directory as the directory containing this
SKILL.md. - Run
node <this-skill-directory>/scripts/setup.js. - Report the moved skill count, generated metadata count, and any error. Do not continue past a failed setup.
The script moves sibling top-level lark-* skills into this skill's skills/
directory. It preserves the unified lark skill and unrelated skills. It also
removes stale top-level lark-* entries from the Vercel Skills lockfile while
preserving the lark entry.
Every setup run rebuilds the generated metadata section below from the actual
nested lark-*/SKILL.md frontmatter, even if there are no new skills to move.
After a successful lark-cli update, run setup again because the updater may
recreate top-level skills or change their descriptions.
Route a Lark request
- If
skills/lark-shared/SKILL.mdis missing or the metadata section is still a placeholder, run setup first. - Read
skills/lark-shared/SKILL.mdcompletely before usinglark-cli. - Match the request against the metadata map below and read the complete
SKILL.mdfor the smallest relevant domain. Read every referenced file that domain marks as required. - Use multiple domain skills only when the request genuinely crosses domains.
- If nothing matches or the CLI lacks the required operation, read
skills/lark-openapi-explorer/SKILL.md.
Do not guess commands, parameters, identity, or permissions. Follow the nested
skill's instructions and use lark-cli --help, domain help, and
lark-cli schema when required.
Domain metadata map
Setup replaces the marked placeholder with a YAML map copied from the nested skill frontmatter. Do not manually edit the generated section.
<!-- BEGIN GENERATED DOMAIN METADATA -->Run $lark setup or /lark setup to generate this map.
What ships with it: 1 file
7.0 KB alongside SKILL.md, 1 of them executable
scripts/
- setup.jsruns7.0 KB