feishu-cli-board

Export Feishu whiteboard images and import Mermaid or PlantUML diagrams via feishu-cli.

1.3k|140|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/riba2534/feishu-cli --skill feishu-cli-board
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-cli-board
Source: https://github.com/riba2534/feishu-cli/tree/main/skills/feishu-cli-board
Command: npx skills add https://github.com/riba2534/feishu-cli --skill feishu-cli-board

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables users to perform essential Feishu Whiteboard management tasks directly from the command line, including downloading whiteboard images, importing diagrams, and manipulating nodes, reducing manual steps and context switching.

Core Features & Use Cases

  • Download whiteboard images to local files or JSON payloads for integration into workflows.
  • Import PlantUML/Mermaid diagrams into whiteboards and adjust styling if needed.
  • Create and manage board nodes, enabling quick diagram planning and collaborative layout.
  • Use Case: A designer exports a Mermaid diagram and prepends it to a document, then shares a board with teammates for quick feedback.

Quick Start

Run feishu-cli board image <whiteboard_id> output.png to download the whiteboard image.

Frequently Asked Questions about feishu-cli-board

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I export a Feishu whiteboard to an image from the command line?

To export a Feishu whiteboard to an image, run the command `feishu-cli board image <whiteboard_id> output.png`. This downloads the whiteboard directly to a local PNG file for workflow integration.

Can I import Mermaid or PlantUML diagrams into a Feishu whiteboard programmatically?

Yes, you can import Mermaid or PlantUML diagrams into Feishu whiteboards using the feishu-cli board commands. This allows you to input diagram files and apply optional formatting styles during the import process.

Do I need the feishu-cli tool to automate whiteboard node management?

Yes, the feishu-cli tool is required as the underlying execution environment for automating Feishu whiteboard tasks. It provides the necessary commands to manage nodes, import diagrams, and export images.

What is the best way to automate Feishu whiteboard tasks for design reviews?

The best way to automate Feishu whiteboard tasks for design reviews is using command line operations to export images, import diagrams, and create nodes. This reduces manual steps and context switching during knowledge sharing.

Does the Feishu whiteboard CLI automation support custom styling for imported diagrams?

Yes, the Feishu whiteboard CLI automation supports optional formatting styles when importing PlantUML or Mermaid diagrams. You can adjust the styling to fit your collaborative layout and diagram-driven planning needs.