feishu-docx-download

Extract text from Feishu cloud and Wiki documents via the Feishu API.

33|13|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/hashSTACS-Global/EnClaws --skill feishu-docx-download
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-docx-download
Source: https://github.com/hashSTACS-Global/EnClaws/tree/main/skills/feishu-skills/feishu-docx-download
Command: npx skills add https://github.com/hashSTACS-Global/EnClaws --skill feishu-docx-download

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires adm-zip, pdf-parse, xlsx, officeparser, iconv-lite, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill allows users to download and extract text from various document formats stored in Feishu, eliminating the need for manual copy-paste operations.

Core Features & Use Cases

  • Download and Extract: Extract text from Word (.docx), PDF, PPT (.pptx), Excel (.xlsx), and more.
  • Direct Access: Seamlessly access documents stored in Feishu's cloud or Wiki.
  • Use Case: When you need to quickly convert a PDF or Word document stored in Feishu into a text format that is easier to manipulate, this skill can do the heavy lifting for you.

Quick Start

Use the feishu-docx-download skill with the file token of your document. For example: feishu-docx-download --file-token <file_token>

Frequently Asked Questions about feishu-docx-download

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

FAQPage Schema
How do I extract text from Feishu documents automatically?

To extract text from Feishu documents, you can use a script that leverages the Feishu API to access cloud files and Wiki attachments, parsing formats like .docx, .pdf, and .xlsx directly via a file token.

What is the best way to convert a Feishu Wiki attachment to plain text?

The best way to convert Feishu Wiki attachments to text is using an automated extraction tool that accesses the Feishu API, eliminating manual copy-paste by directly downloading and parsing the document content.

Does Feishu document extraction support Excel and PPT files?

Yes, Feishu document extraction supports Excel (.xlsx), PPT (.pptx), Word (.docx), and PDF files, utilizing Node.js libraries like officeparser and xlsx to parse and extract text from these various formats.

How do I download a PDF from Feishu cloud storage using a file token?

To download a PDF from Feishu cloud storage, execute the extraction command with the specific file token. This triggers the Feishu API to fetch the document and parse the content using the pdf-parse library.

Can I extract text from Feishu documents in an enterprise environment?

Yes, you can extract text from Feishu documents in an enterprise environment. The extraction mechanism is specifically designed to handle enterprise Feishu API access for both cloud files and Wiki attachments securely.

Why does my Feishu file extraction fail without a file token?

Feishu file extraction fails without a file token because the token is the required identifier used to locate and access the specific document within Feishu's cloud storage or Wiki via the API.