← 返回 Skills 市场
afengzi

Lark CLI Dev Hub Whiteboard

作者 afengzi · GitHub ↗ · v0.1.1 · MIT-0
cross-platform ✓ 安全检测通过
96
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install lark-cli-devhub-whiteboard
功能描述
Use when creating or updating Feishu/Lark Whiteboards through lark-cli or feishu-cli for a development knowledge hub, including architecture maps, bug invest...
使用说明 (SKILL.md)

Lark CLI Dev Hub Whiteboard

Whiteboard is for human scanning and relationship maps. It is not the only AI-readable source of truth.

Discovery aliases: feishu-cli whiteboard, 飞书画板, lark-cli whiteboard, Lark Whiteboard, architecture diagram, knowledge graph.

Good Uses

  • Architecture map with 3-7 zones.
  • Bug diagnosis path.
  • Release flow.
  • Task dependency map.
  • Project knowledge graph overview.
  • Decision impact map.

Required Pairing

Every durable Whiteboard should have a Base Artifacts record with:

  • Title
  • Project
  • Area
  • Artifact Type = Whiteboard
  • Source URL
  • Summary
  • AI Summary
  • Search Keywords

This lets future agents discover the map without needing to visually inspect it first.

Rendering Rules

  • Mermaid is good for simple flows, timelines, sequence diagrams, and mind maps.
  • SVG or DSL is better for dense architecture and knowledge maps.
  • Keep line count low. Prefer grouping and adjacency over all-to-all edges.
  • Validate locally before writing to Feishu when possible.

CLI Pattern

npx -y @larksuite/whiteboard-cli@^0.2.11 \
  -i diagram.mmd -o diagram.png -f mermaid

npx -y @larksuite/whiteboard-cli@^0.2.11 \
  -i diagram.mmd --to openapi --format json \
  | lark-cli whiteboard +update \
      --whiteboard-token "$WHITEBOARD_TOKEN" \
      --source - --input_format raw \
      --idempotent-token "$(date +%s)-devhub" \
      --overwrite --dry-run --as user

After a meaningful redraw, query or export the remote board once to confirm the write landed.

When official lark-whiteboard skill is installed, use it for exact query/update workflows.

安全使用建议
Treat this as an incomplete review: rerun once workspace file inspection is available so metadata.json and artifact contents can be evaluated directly.
能力评估
Purpose & Capability
Artifact coherence could not be evaluated because local file inspection failed before metadata.json or artifact contents could be read.
Instruction Scope
Instruction scope could not be assessed without access to SKILL.md or related artifact files.
Install Mechanism
Install behavior could not be assessed without access to install specs or manifest contents.
Credentials
Requested environment access could not be compared against the stated purpose because the artifact files were inaccessible.
Persistence & Privilege
Persistence and privilege behavior could not be assessed from artifact evidence in this run.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install lark-cli-devhub-whiteboard
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /lark-cli-devhub-whiteboard 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.1
Add feishu-cli discovery aliases and search tags.
v0.1.0
Initial release of lark-cli-devhub-whiteboard skill. - Enables creation and updating of Feishu Whiteboards for dev knowledge hubs. - Designed for architecture maps, bug investigation, task dependency, knowledge graphs, and more. - Requires each Whiteboard to be cataloged with a Base `Artifacts` record for discoverability. - Provides rendering and validation guidelines for diagrams (using Mermaid, SVG, or DSL). - Includes sample CLI workflows for diagram generation and board updates. - Recommends integration with official lark-whiteboard skill for advanced workflows.
元数据
Slug lark-cli-devhub-whiteboard
版本 0.1.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Lark CLI Dev Hub Whiteboard 是什么?

Use when creating or updating Feishu/Lark Whiteboards through lark-cli or feishu-cli for a development knowledge hub, including architecture maps, bug invest... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 96 次。

如何安装 Lark CLI Dev Hub Whiteboard?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install lark-cli-devhub-whiteboard」即可一键安装,无需额外配置。

Lark CLI Dev Hub Whiteboard 是免费的吗?

是的,Lark CLI Dev Hub Whiteboard 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Lark CLI Dev Hub Whiteboard 支持哪些平台?

Lark CLI Dev Hub Whiteboard 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Lark CLI Dev Hub Whiteboard?

由 afengzi(@afengzi)开发并维护,当前版本 v0.1.1。

💬 留言讨论