feishu-doc

Read and modify Feishu documents and Docx-linked content.

5|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/p-sree-sai-pavan/P.A.R.K.E.R --skill feishu-doc-p-sree-sai-pavan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-doc
Source: https://github.com/p-sree-sai-pavan/P.A.R.K.E.R/tree/main/gateway/extensions/feishu/skills/feishu-doc
Command: npx skills add https://github.com/p-sree-sai-pavan/P.A.R.K.E.R --skill feishu-doc-p-sree-sai-pavan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Feishu documents and Docx links require manual steps to read content, update blocks, or create new docs. This Skill provides a unified tool to perform document read/write operations directly from Feishu docs and Docx links, reducing manual overhead and enabling automation.

Core Features & Use Cases

  • Read Document: fetch title, content, and structured blocks from Feishu Docx documents.
  • Write Document: replace entire document with new markdown content or append updates to existing blocks.
  • Create Tables and Upload Assets: create tables in Feishu docs and attach images/files, enabling richer documentation workflows.
  • Use Case: automatically generate a summarized doc from a given Feishu link and persist updates in response to user edits.

Quick Start

Invoke the feishu_doc tool to read a Feishu document token and retrieve the title and 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 and fetch content from a Feishu document?

To read a Feishu document, you invoke the tool with a document token to retrieve the title, content, and structured blocks from the linked Docx.

Can I append updates to existing blocks in a Feishu doc?

Yes, you can append updates to existing blocks in a Feishu doc, or you can replace the entire document with new markdown content to modify information.

How do I create tables and insert images in Feishu docs?

You can create tables in Feishu docs and upload images or files as assets by using the create_table and upload_file actions during document workflows.

What is the best way to automate content updates in Docx-linked Feishu documents?

Automating content updates in Docx-linked Feishu documents is best handled by programmatically reading document blocks and writing or appending markdown content to persist updates.

Do I need specific dependencies to perform read and write operations on Feishu docs?

No specific dependencies are required to perform read and write operations on Feishu docs, as the Skill operates independently using a references guide and frontmatter metadata.

Why does my structured block retrieval not show updated content in Feishu?

Structured block retrieval may not show updated content if the document was not properly modified using the write or append actions to persist block updates within the Feishu doc.