feishu-doc

Read and write Feishu documents using docx and drive OAuth scopes.

Updated Feb 16, 2026
One-click install
npx skills add https://github.com/RobbyMo81/assistantrobby --skill feishu-doc-robbymo81
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-doc
Source: https://github.com/RobbyMo81/assistantrobby/tree/main/extensions/feishu/skills/feishu-doc
Command: npx skills add https://github.com/RobbyMo81/assistantrobby --skill feishu-doc-robbymo81

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Provides a single, consistent interface to read, inspect, and modify Feishu cloud documents so users and agents can extract plain text, access structured blocks (tables, images), and perform edits without manually navigating the Feishu UI.

Core Features & Use Cases

  • Token extraction: Parse doc tokens from Feishu docx URLs to identify target documents.
  • Read and analyze: Return document title, plain text content, and block statistics and detect when structured content requires block listing.
  • Edit operations: Create documents, replace entire content, append markdown, list full block data, read single blocks, update block text, and delete blocks; useful for automating report publishing, content migration, and collaborative editing workflows.

Quick Start

Use feishu-doc to read the document with token ABC123def and return its title and plain text content.

Frequently Asked Questions about feishu-doc

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

FAQPage Schema
How do I read plain text content from a Feishu cloud document?

To read Feishu documents, the Skill parses the docx token from the document URL to return the title, plain text content, and block statistics. It requires docx OAuth scopes to access the target document.

Can I automate creating and appending content to Feishu docs?

Yes, you can create new Feishu documents and append markdown content directly. This is useful for automating report publishing, content migration, and collaborative editing workflows without navigating the Feishu UI.

How do I list and update structured blocks like tables in Feishu docx?

You can list full block data to inspect structured content like tables, get specific blocks using their token, and update or delete individual blocks. This allows precise modification of document elements.

Do I need specific OAuth scopes to manage Feishu workspace drives?

Yes, operating on Feishu workspace drives requires specific docx and drive OAuth scopes. The Skill uses token-based document addressing to perform read, write, and list operations within authorized workspaces.

What is the best way to migrate content between Feishu documents?

The best way to migrate content is to use the Skill to read plain text and list structured blocks from the source document, then create a new document and append or replace the content using token-based addressing.