agentsclimarketplace

Lark

Skill andthezhang/lark-simple-skill/skills/lark

Lark and Feishu operations using lark-cli. Use for Lark, Feishu, or lark-cli tasks.From its SKILL.md

Install
npx -y skills add andthezhang/lark-simple-skill --skill lark

Assembled 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:

  1. Resolve this skill's directory as the directory containing this SKILL.md.
  2. Run node <this-skill-directory>/scripts/setup.js.
  3. 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

  1. If skills/lark-shared/SKILL.md is missing or the metadata section is still a placeholder, run setup first.
  2. Read skills/lark-shared/SKILL.md completely before using lark-cli.
  3. Match the request against the metadata map below and read the complete SKILL.md for the smallest relevant domain. Read every referenced file that domain marks as required.
  4. Use multiple domain skills only when the request genuinely crosses domains.
  5. 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.

<!-- END GENERATED DOMAIN METADATA -->

What ships with it: 1 file

7.0 KB alongside SKILL.md, 1 of them executable

scripts/

Keep looking

Skills are one crate of 326,736. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.