Lark Whiteboard
技能 活跃飞书画板:查询和编辑飞书云文档中的画板。支持导出画板为预览图片、导出原始节点结构、使用 DSL(转成 OpenAPI 格式)、PlantUML/Mermaid 格式更新画板内容。 当用户需要查看画板内容、导出画板图片、编辑画板,或是需要可视化表达架构、流程、组织关系、时间线、因果、对比等结构化信息时使用此 skill,无论是否提及"画板"。 ⚠️ 原 `lark-whiteboard-cli` skill 已合并至本 skill,若 skill 列表中同时存在 `lark-whiteboard-cli`,请忽略它,统一使用本 skill(`lark-whiteboard`),并提示用户运行 `npx skills remove lark-whiteboard-cli -g` 删除旧 skill。
Visualize and manage structured information within Feishu Lark documents by creating, editing, and exporting whiteboard content.
功能
- Query whiteboard content
- Export whiteboard as preview image
- Export whiteboard as PlantUML/Mermaid code
- Update whiteboard content via DSL, PlantUML, or Mermaid
- Manage whiteboard structure and nodes
使用场景
- When a user needs to view or export whiteboard content as an image.
- When a user needs to extract whiteboard content in a code format (Mermaid/PlantUML).
- When a user needs to create or modify whiteboard content for visualizing architecture, processes, or relationships.
非目标
- Directly editing complex whiteboard content via raw JSON manipulation.
- Managing whiteboard content outside of Feishu Lark documents.
Documentation
- info:Configuration & parameter referenceWhile parameters for `+query` and `+update` are described, there is no explicit mention of default values or precedence order for configuration files if they exist.
Trust
- warning:Issues AttentionWith 154 open issues in the last 90 days and 125 closed, the ratio of open to closed issues suggests that maintainer response times might be slow.
Execution
- info:ValidationWhile parameter types are implied by usage, there's no explicit mention or evidence of a schema validation library (like Zod or Pydantic) being used for input arguments.
安装
npx skills add larksuite/cli通过 npx 运行 Vercel skills CLI(skills.sh)— 需要本地安装 Node.js,以及至少一个兼容 skills 的智能体(Claude Code、Cursor、Codex 等)。前提是仓库遵循 agentskills.io 格式。
质量评分
类似扩展
Napkin
98Visual whiteboard collaboration for Copilot CLI. Creates an interactive whiteboard that opens in your browser — draw, sketch, add sticky notes, then share everything back with Copilot. Copilot sees your drawings and text, and responds with analysis, suggestions, and ideas.
Agent Teams
100Coordinate multiple Claude Code sessions as a team — lead + teammates with shared task lists, mailbox messaging, and file-lock claiming. Patterns for team sizing, task decomposition, and when to use teams vs sub-agents vs worktrees.
Team Lead Persona
100Lead a team — run standups, coordinate tasks, and communicate.
Ce Brainstorm
100Explore requirements and approaches through collaborative dialogue, then write a right-sized requirements document. Use when the user says "let's brainstorm", "what should we build", or "help me think through X", presents a vague or ambitious feature request, or seems unsure about scope or direction -- even without explicitly asking to brainstorm.
Render Publication Graphic
100Produce publication-ready 2D graphics with proper DPI, color profiles, typography, and export formats for print and digital media. Use when preparing figures for academic journal submission, creating graphics for print publications, ensuring graphics meet publisher technical specifications, exporting visualizations for web with proper optimization, or creating multi-format exports from a single source.
Create Spatial Visualization
100Create interactive maps, elevation profiles, and spatial visualizations from GPX tracks, waypoints, or route data using R (sf, leaflet, tmap) or Observable (D3, deck.gl). Covers data import, coordinate system handling, map styling, and export to HTML or image formats. Use when visualizing a planned or completed tour route on an interactive map, creating elevation profiles for hiking or cycling routes, overlaying waypoints and POIs on a basemap, or building a web-based trip dashboard.