What problem does it solve?
Feishu documents and Docx-linked content require cross-platform handling. This Skill provides a unified interface to read, write, and manage Feishu docs, including doc sharing and block-level edits.
Core Features & Use Cases
- Read Document: fetch the title, plain text, and block stats from a Feishu document.
- Write Document (Replace All): replace the entire document with new Markdown content.
- Append Content: add content to the end of the document.
- Create Document: create a new Feishu document, optionally within a folder, with proper permissions.
- List Blocks / Get Block / Update Block: inspect and modify individual blocks (text, headings, tables, etc.).
- Create Table / Write Table Cells / Create Table With Values: manipulate table structures inside a document.
- Upload Images or Attachments: add images or files to a document.
- Reading Workflow: start with read to get plain text and stats, then use list_blocks for structured content.
- Configuration / Permissions: configure tool usage within Feishu integration and ensure appropriate access rights.
Quick Start
Use feishu_doc to read a Feishu doc by token and begin performing actions like read, write, or list_blocks.