lark-whiteboard

lark-whiteboard is a skill for Claude Code, Codex from ddpie/lark-mcp-on-agentcore. It costs 103 tokens per session (782 once invoked), scanned A, original, MIT.

A tool for viewing and editing Feishu cloud whiteboards. It can export a board as an image, SVG, or drawing code, and can update board content in several supported formats.

In plain words
What is it for?
Use it to export whiteboards, inspect their structure, adjust text or colors, or create and update diagrams from Mermaid, PlantUML, SVG, or raw data.
Why use it?
It avoids manually recreating diagrams when you need to inspect or make controlled changes to a whiteboard. A whiteboard is a shared visual space for diagrams, notes, and other objects.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to export whiteboards, inspect their structure, adjust text or colors, or create and update diagrams from Mermaid, PlantUML, SVG, or raw data.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ddpie/lark-mcp-on-agentcore/lark-whiteboard
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.

Any agent
npx skills add ddpie/lark-mcp-on-agentcore --skill lark-whiteboard
Clone the repo
git clone --depth 1 https://github.com/ddpie/lark-mcp-on-agentcore

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-whiteboard

README.md
[![agentmods](https://agentmods.dev/badge/skills/ddpie/lark-mcp-on-agentcore/lark-whiteboard/github.svg)](https://agentmods.dev/skills/ddpie/lark-mcp-on-agentcore/lark-whiteboard)
Your own site
<a href="https://agentmods.dev/skills/ddpie/lark-mcp-on-agentcore/lark-whiteboard"><img src="https://agentmods.dev/badge/skills/ddpie/lark-mcp-on-agentcore/lark-whiteboard/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for lark-whiteboard

Your own site · 80×15
<a href="https://agentmods.dev/skills/ddpie/lark-mcp-on-agentcore/lark-whiteboard"><img src="https://agentmods.dev/badge/skills/ddpie/lark-mcp-on-agentcore/lark-whiteboard.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 103 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 782 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00103 $0.00782
Opus 5 $0.00051 $0.00391
Sonnet 5 $0.00021 $0.00156
Haiku 4.5 $0.00010 $0.00078

Measured 10d ago against content hash 5c7d2d9219d7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

lark-whiteboard 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 10d 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.

docker/skills/lark-whiteboard/SKILL.md · 38 lines

What it actually says

飞书画板

飞书画板:查询和编辑飞书云文档中的画板。支持导出画板为预览图片、导出原始节点结构、使用多种格式更新画板内容。 当用户需要查看画板内容、导出画板图片、编辑画板时使用此 skill。


快速决策

用户需求 行动
查看画板内容 / 导出图片 / 导出 SVG 矢量图 lark_whiteboard_query(whiteboard_token="xxx", output_as="image", output="./preview.png")(SVG 用 output_as="svg")— 详见 lark_get_skill(domain="whiteboard", section="query")
获取画板的 Mermaid/PlantUML 代码 lark_whiteboard_query(whiteboard_token="xxx", output_as="code") — 详见 lark_get_skill(domain="whiteboard", section="query")
检查画板是否由代码绘制 lark_whiteboard_query(whiteboard_token="xxx", output_as="code") — 详见 lark_get_skill(domain="whiteboard", section="query")
仅微调节点文字/颜色 lark_whiteboard_query(output_as="raw") → 手动改 JSON → lark_whiteboard_update(input_format="raw")
用户已提供 Mermaid/PlantUML/SVG 代码,或明确指定用该格式 自己生成/使用代码 → lark_whiteboard_update(input_format="mermaid")lark_whiteboard_update(input_format="plantuml")lark_whiteboard_update(input_format="svg") — 详见 lark_get_skill(domain="whiteboard", section="update")
新建/创作复杂图表(架构/流程/组织等) § 创作 Workflowlark_get_skill(domain="whiteboard", section="workflow")
修改/重绘已有画板 § 修改 Workflowlark_get_skill(domain="whiteboard", section="workflow")

Shortcuts

Shortcut 说明
lark_whiteboard_query 查询画板,导出为预览图片、SVG 矢量图、代码或原始节点结构。 — 详见 lark_get_skill(domain="whiteboard", section="query")
lark_whiteboard_update 更新画板,支持 PlantUML、Mermaid、SVG 或 OpenAPI 原生格式 — 详见 lark_get_skill(domain="whiteboard", section="update")

不在本 skill 范围

  • 文档内容编辑 → lark_get_skill(domain="doc")
  • 在文档中创建画板 → lark_get_skill(domain="doc", section="whiteboard")
  • 表格 / Base 操作 → lark_get_skill(domain="sheets") / lark_get_skill(domain="base")
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. 10d ago First seen · 38 lines · 103 tokens per session scan A 5c7d2d9219d7

Subscribe to this mod's changes

lark-whiteboard is a skill published in the GitHub repository ddpie/lark-mcp-on-agentcore (8 stars, last pushed 13d ago), licensed MIT. It adds 103 tokens to every session and 782 once invoked, about $0.0005 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-31.