AgentStack
SKILL verified MIT-0 Self-run

Lark Whiteboard

skill-aws-samples-sample-lark-mcp-on-agentcore-lark-whiteboard · by aws-samples

飞书画板:查询和编辑飞书云文档中的画板。支持导出画板为预览图片、导出原始节点结构、使用多种格式更新画板内容。当用户需要查看画板内容、导出画板图片、编辑画板时使用此 skill。不负责:飞书云文档内容编辑(lark-doc)、文档内嵌电子表格/Base(lark-sheets / lark-base)。

No reviews yet
0 installs
0 views
view→install

Install

$ agentstack add skill-aws-samples-sample-lark-mcp-on-agentcore-lark-whiteboard

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README — it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-aws-samples-sample-lark-mcp-on-agentcore-lark-whiteboard)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2d ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming — see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps — measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Lark Whiteboard? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

飞书画板

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


快速决策

| 用户需求 | 行动 | |---|---| | 查看画板内容 / 导出图片 | lark_whiteboard_export(whiteboard_token="xxx", output_type="preview", output="./preview") — 详见 lark_get_skill(domain="whiteboard", section="export") | | 导出 SVG 矢量图 | lark_whiteboard_export(whiteboard_token="xxx", output_type="svg") — 详见 lark_get_skill(domain="whiteboard", section="export") | | 获取画板的 Mermaid/PlantUML 代码 | lark_whiteboard_export(whiteboard_token="xxx", output_type="source") — 详见 lark_get_skill(domain="whiteboard", section="export") | | 检查画板是否由代码绘制 | lark_whiteboard_export(whiteboard_token="xxx", output_type="source") — 详见 lark_get_skill(domain="whiteboard", section="export") | | 仅微调节点文字/颜色 | lark_whiteboard_export(output_type="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_export | 导出画板为预览图片、SVG 矢量图、代码或原始节点结构。 — 详见 lark_get_skill(domain="whiteboard", section="export") | | 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")

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.