lark-suite

lark-suite is a skill for Claude Code, Codex from larksuite/cli. It costs 69 tokens per session (533 once invoked), scanned A, original, MIT.

A routing entry point for Feishu and Lark workplace tools. It chooses the relevant specialised tool—such as calendars, contacts, approvals, or Base—before an operation is performed.

In plain words
What is it for?
Use it as the starting point for requests involving Feishu resources, then let the matching service handle calendars, contacts, approvals, Base data, messaging, or another supported area.
Why use it?
It directs a request to the right Feishu service, which reduces the risk of using the wrong tool or guessing how a particular operation works.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/larksuite/cli/lark-suite
Any agent
npx skills add larksuite/cli --skill lark-suite
Clone the repo
git clone --depth 1 https://github.com/larksuite/cli

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for lark-suite

README.md
[![agentmods](https://agentmods.dev/badge/skills/larksuite/cli/lark-suite.svg)](https://agentmods.dev/skills/larksuite/cli/lark-suite)
Your own site
<a href="https://agentmods.dev/skills/larksuite/cli/lark-suite"><img src="https://agentmods.dev/badge/skills/larksuite/cli/lark-suite.svg" alt="Measured on agentmods" height="20"></a>
Per session 69 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 533 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00069 $0.00533
Opus 5 $0.00034 $0.00267
Sonnet 5 $0.00014 $0.00107
Haiku 4.5 $0.00007 $0.00053

Measured 4d ago against content hash 47cde72469fa, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

lark-suite scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

isolated-skills/lark-suite/SKILL.md · 35 lines

What it actually says

Lark Suite

你是飞书/Lark 能力的聚合路由层。你的职责是先判断用户要使用哪个 lark-* 子能力,再读取并遵循对应子能力的说明。

lark-suite 不直接承载具体 API 操作步骤。除非对应子能力已被读取,否则不要仅根据本文件拼命令、猜参数或执行复杂操作。

所有子能力统一收纳在当前 skill 的 references/ 目录。选择 lark-foo 后,直接读取 references/lark-foo/SKILL.md;不要再次调用 Skill(lark-foo),也不要使用 Find/Glob 遍历或探测整个 references 目录。

使用流程

  1. 根据用户意图从下方路由表选择一个或多个子能力;即使用户尚未提供链接、ID 或具体工作表,也先选择能力,再由子能力询问缺失信息。
  2. 直接读取 references/<skill-name>/SKILL.md 加载所选子能力,不要把收纳后的子能力当作独立 skill 再次调用。
  3. 仅使用本文件列出的路由与对应子能力入口,不要遍历或探测其他技能目录。
  4. 如果目标能力未列出,返回无法路由的明确提示。
  5. 仅读取当前已选子能力明确要求的前置文件。
  6. 按目标子能力的说明执行;认证、租户、身份、权限和通用排障优先遵循 lark-shared

多步任务可以组合多个子能力,但每一步都应由具体子能力驱动。例如“查联系人并发消息”先用 lark-contact 解析身份,再用 lark-im 发消息。

能力路由

根据用户意图从以下条目选择对应子能力;如果一个任务涉及多个能力,按实际操作顺序逐步读取并使用对应子能力。

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 35 lines · 69 tokens per session scan A 47cde72469fa

Subscribe to this mod's changes

lark-suite is a skill published in the GitHub repository larksuite/cli (16,925 stars, last pushed 2d ago), licensed MIT. It adds 69 tokens to every session and 533 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.