Skip to main content
Back to the directory
larksuite/cliSoftware EngineeringFrontend and Design

lark-whiteboard

SkillJury is still gathering richer source copy for this listing. Community reviews, install context, and source proof are shown below.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
84

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/larksuite/cli --skill lark-whiteboard
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, lark-whiteboard has 84 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: larksuite/cli. Canonical URL: https://skills.sh/larksuite/cli/lark-whiteboard.

Security audits
Gen Agent Trust HubWARN
SocketPASS
SnykFAIL
About this skill
[!IMPORTANT] CRITICAL — 开始前 MUST 先用 Read 工具读取 ../lark-shared/SKILL.md ,其中包含认证、权限处理 ⚠️ 强制规范(通过 stdin 更新) : 数据来源于本地文件时, 必须 使用 --source - --input_format 。 例: cat chart.mmd | lark-cli whiteboard +update --source - --input_format mermaid 此 workflow 用于 独立创作一个画板 。 需要在文档中批量创建多个画板时,由 lark-doc 负责调度,见 lark-doc 技能的 references/lark-doc-whiteboard.md 。 Step 1:获取 board_token Step 2:渲染 & 写入 → 进入 § 渲染 & 写入画板 章节,按流程完成后直接返回结果给用户。 Step 1:获取 board_token (同创作 Workflow Step 1) Step 2:判断修改策略 先自报身份 :按训练来源,你属于哪一家? Claude / Gemini / GPT / GLM / Doubao 或 Seed / Other 。身份决定 SVG / DSL 分流(不同家族对这两种表达语言的能力不均衡),不要跳过这一步。 然后按图表类型 × 身份选路径 ,读对应文件按其完整 workflow 执行(含读 scene 指南、生成内容、渲染审查、交付): ⚠️ SVG 路径失败回退 :走 routes/svg.md 时,碰到以下情况之一 → 丢弃当前 SVG,改读 routes/dsl.md 从零重画,不要逐行修补 : SVG 源码修补常常引入新 bug,换 DSL 从零重画往往更稳。这是 SVG 路径自由发挥的硬兜底,不要侵入 routes/svg.md 的创作流程。 产物目录: ./diagrams/YYYY-MM-DDTHHMMSS/ (本地时间,不含冒号和时区后缀)。如用户指定路径,以用户为准。 目录内固定文件名: [!CAUTION] 写入前强制 dry-run :向已有内容的画板写入时,必须先加 --overwrite --dry-run 探测。 输出含 XX whiteboard nodes will be deleted → 必须向用户确认后才能执行。 --idempotent-token 最少 10 字符,建议用时间戳+标识拼接(如 1744800000-board-1 ),避免重试导致重复写入。 如需应用身份上传,将 --as user 替换为 --as bot 。 - 运行 lark-cli --version ,确认可用,无需询问用户。 - 运行 npx -y @larksuite/whiteboard-cli@^0.2.10 -v ,确认可用,无需询问用户。 - 渲染命令直接报错(语法级崩溃,不是 --check 的 warn/error) - 两轮改写仍无法消除 --check 的 text-overflow error - 目测 PNG 视觉严重错乱(文字大面积溢出、元素重叠压住关键信息、布局整体崩溃)

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does lark-whiteboard do?

lark-whiteboard is listed in SkillJury, but the source summary is still sparse.

Is lark-whiteboard good?

lark-whiteboard does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support lark-whiteboard?

lark-whiteboard currently lists compatibility with Gemini CLI, Skills CLI.

Is lark-whiteboard safe to install?

lark-whiteboard has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to lark-whiteboard?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install lark-whiteboard?

Run the following command to install lark-whiteboard: npx skills add https://github.com/larksuite/cli --skill lark-whiteboard

Related skills

More from larksuite/cli

larksuite/cli/Software Engineering

lark-base

前置条件: 先阅读 ../lark-shared/SKILL.md 。 执行前必做: 执行任何 base 命令前,必须先阅读对应命令的 reference 文档,再调用命令。 命名约定: Base 业务命令仅使用 lark-cli base +... 形式;如需先解析 Wiki 链接,可先调用 lark-cli wiki ... 。 分流规则: 如果用户要“把本地文件导入成 Base / 多维表格 / bitable”,第一步不是 base ,而是 lark-cli drive +import --type bitable ;导入完成后再回到 lark-cli base +... 做表内操作。

Weekly installs
85
Community vote
0
0 up / 0 down
Freshness
Synced Apr 30, 2026
Software EngineeringFrontend and DesignNo reviews yetSource larksuite/cli
larksuite/cli/Software Engineering

lark-doc

⚠️ API 版本:本 skill 使用 v2 API。所有 docs +create 、 docs +fetch 、 docs +update 命令必须携带 --api-version v2 。

Weekly installs
85
Community vote
0
0 up / 0 down
Freshness
Synced Apr 30, 2026
Software EngineeringFrontend and DesignNo reviews yetSource larksuite/cli
larksuite/cli/Software Engineering

lark-im

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

Weekly installs
85
Community vote
0
0 up / 0 down
Freshness
Synced Apr 30, 2026
Software EngineeringFrontend and DesignNo reviews yetSource larksuite/cli
larksuite/cli/Software Engineering

lark-calendar

CRITICAL — 开始前 MUST 先用 Read 工具读取 ../lark-shared/SKILL.md ,其中包含认证、权限处理 CRITICAL — 所有的 Shortcuts 在执行之前,务必先使用 Read 工具读取其对应的说明文档,禁止直接盲目调用命令。 CRITICAL — 凡涉及【预约日程/会议】或【查询/搜索会议室】,第一步 MUST 强制使用 Read 工具读取 references/lark-calendar-schedule-meeting.md 。禁止跳过此步直接调用 API 或 Shortcut! CRITICAL —...

Weekly installs
84
Community vote
0
0 up / 0 down
Freshness
Synced Apr 30, 2026
Software EngineeringFrontend and DesignNo reviews yetSource larksuite/cli
Related skills

Alternatives in Software Engineering