lark-whiteboard

lark-whiteboard is a skill for Claude Code, Codex from davidtoby/agent-skills. It costs 104 tokens per session (780 once invoked), scanned A, a copy of lark-whiteboard, MIT.

A tool for viewing and editing Feishu cloud whiteboards, including their drawings, diagrams, and underlying node data.

In plain words
What is it for?
Export whiteboards as preview images, SVG files, source code, or raw data, and update them from Mermaid, PlantUML, SVG, or other supported formats.
Why use it?
It lets an agent inspect a whiteboard or change it without manually opening and editing the board. Feishu is a collaboration platform used for documents, diagrams, and team work.

Skill for Claude CodeCodex

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

Good fit Export whiteboards as preview images, SVG files, source code, or raw data, and update them from Mermaid, PlantUML, SVG, or other supported formats.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/davidtoby/agent-skills/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 davidtoby/agent-skills --skill lark-whiteboard
Clone the repo
git clone --depth 1 https://github.com/davidtoby/agent-skills

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/davidtoby/agent-skills/lark-whiteboard/github.svg)](https://agentmods.dev/skills/davidtoby/agent-skills/lark-whiteboard)
Your own site
<a href="https://agentmods.dev/skills/davidtoby/agent-skills/lark-whiteboard"><img src="https://agentmods.dev/badge/skills/davidtoby/agent-skills/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/davidtoby/agent-skills/lark-whiteboard"><img src="https://agentmods.dev/badge/skills/davidtoby/agent-skills/lark-whiteboard.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 104 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 780 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 91% copy Near-identical to another mod 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.00104 $0.00780
Opus 5 $0.00052 $0.00390
Sonnet 5 $0.00021 $0.00156
Haiku 4.5 $0.00010 $0.00078

Measured 6d ago against content hash bb4e249612ad, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, 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 6d 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.

Origin

This is a copy

91% identical to lark-whiteboard — 23 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/lark-whiteboard/SKILL.md · 49 lines

How it starts

The opening of the file, as written. The whole thing — 49 lines — stays where its author put it; the contents beside it link to each section on GitHub.

[!IMPORTANT]

  • 运行 lark-cli --version,确认可用,无需询问用户。
  • 运行 npx -y @larksuite/whiteboard-cli@^0.2.13 -v,确认可用,无需询问用户。

CRITICAL — 开始前 MUST 先用 Read 工具读取 ../lark-shared/SKILL.md,其中包含认证、权限处理


快速决策

身份:画板操作默认使用 --as user。仅当需要以应用身份上传时使用 --as bot

用户需求 行动
查看画板内容 / 导出图片 +export --output-type preview
导出 SVG 矢量图 +export --output-type svg
获取画板的 Mermaid/PlantUML 代码 +export --output-type source
检查画板是否由代码绘制 +export --output-type source
仅微调节点文字/颜色 +export --output-type raw → 手动改 JSON → +update --input_format raw
用户已提供 Mermaid/PlantUML/SVG 代码,或明确指定用该格式 自己生成/使用代码 → +update --input_format mermaid/plantuml/svg
新建/创作复杂图表(架构/流程/组织等) § 创作 Workflow
修改/重绘已有画板 § 修改 Workflow

Shortcuts

Shortcut 说明
+export 导出画板为预览图片、SVG 矢量图、代码或原始节点结构。
+update 更新画板,支持 PlantUML、Mermaid、SVG 或 OpenAPI 原生格式

不在本 skill 范围

Read the full file on GitHub · 49 lines

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. 6d ago First seen · 49 lines · 104 tokens per session scan A bb4e249612ad

Subscribe to this mod's changes

lark-whiteboard is a skill published in the GitHub repository davidtoby/agent-skills (10 stars, last pushed 1mo ago), licensed MIT. It adds 104 tokens to every session and 780 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. It is 91% identical to lark-whiteboard, differing in 23 lines, and is treated as a copy.

Related

Other skills, from other repositories

canvas-design

Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.

danstrem2/clawdbot-skill-master-pack · 59 tokens

agent-browser

Headless browser automation CLI optimized for AI agents with accessibility tree snapshots and ref-based element selection.

danstrem2/clawdbot-skill-master-pack · 21 tokens

canva

Manage Canva designs, assets, and folders via the Connect API. WHAT IT CAN DO: List/search/organize designs and folders Export finished designs (PNG/PDF/JPG) Upload images to asset library Autofill brand templates with data Create blank designs (doc/presentation/whiteboard/custom) WHAT IT CANNOT DO: Add content to…

danstrem2/clawdbot-skill-master-pack · 147 tokens

canva

Create, export, and manage Canva designs via the Connect API. Generate social posts, carousels, and graphics programmatically.

danstrem2/clawdbot-skill-master-pack · 29 tokens

core-components

Core component library and design system patterns. Use when building UI, using design tokens, or working with the component library.

danstrem2/clawdbot-skill-master-pack · 27 tokens

avalonia-layout-zafiro

Guidelines for modern Avalonia UI layout using Zafiro.Avalonia, emphasizing shared styles, generic components, and avoiding XAML redundancy.

danstrem2/clawdbot-skill-master-pack · 36 tokens