ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 4/5

feishu-fetch-doc

获取飞书云文档内容。返回文档的 Markdown 内容,支持处理文档中的图片、文件和画板(需配合 feishu_doc_media 工具)。

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/chenfa188/openclaw-feishu-fetch-doc
Or

What This Skill Does

The feishu-fetch-doc skill is a robust tool designed to bridge OpenClaw AI with Feishu (Lark) documentation systems. It allows the AI agent to fetch and parse the content of Feishu cloud documents into a readable Markdown format. Beyond simple text retrieval, this skill is engineered to handle the complexities of Feishu's proprietary content structure, specifically converting rich media elements like images, embedded files, and interactive whiteboards into distinct HTML tags containing unique resource tokens. This ensures that the AI can retain the context of complex documents even when they contain non-textual assets. By integrating with the feishu_doc_media utility, this skill empowers users to not only read documents but also programmatically extract and download specific media resources associated with them.

Installation

To add this skill to your OpenClaw environment, execute the following command in your terminal or OpenClaw interface:

clawhub install openclaw/skills/skills/chenfa188/openclaw-feishu-fetch-doc

Ensure that you have configured the necessary Feishu API permissions and provided the required environment variables for authentication before usage.

Use Cases

This skill is ideal for teams and developers who rely on Feishu for project management, technical documentation, and collaborative workflows. Common use cases include:

  • Knowledge Management: Automatically summarizing long-form product requirement documents (PRDs) or internal wikis.
  • Content Migration: Extracting structured content from Feishu Docs to be formatted for personal notes or external blogging platforms.
  • Asset Management: Identifying and bulk-downloading attachments from collaborative meeting notes or documentation pages.
  • Cross-Platform Integration: Converting Feishu-specific documentation layouts into standard Markdown for usage in GitHub repositories or documentation sites like Docusaurus.

Example Prompts

  1. "Please fetch the content of this document: https://xxx.feishu.cn/docx/Z1FjxxxxxxxxxxxxxxxxxxxtnAc and summarize the key takeaways for me."
  2. "I need to backup all images from this wiki page: https://xxx.feishu.cn/wiki/ABC123. Can you extract the images and save them to my local ./downloads folder?"
  3. "Check what kind of document is at this link https://xxx.feishu.cn/wiki/DEF456 and let me know if you can export its content for me."

Tips & Limitations

  • Wiki Handling: When dealing with /wiki/ links, always remember that these are containers. The skill requires an intermediary step via feishu_wiki_space_node to determine the underlying object type (e.g., docx vs. sheet) before attempting retrieval.
  • Media Extraction: The skill provides Markdown tags for media (e.g., <image token="...">). You must utilize the feishu_doc_media tool to actually download these items; the fetch tool itself does not store the files directly.
  • Authentication: Ensure your integration token or OAuth scope has read access to the specific document IDs you are targeting to avoid permission errors.
  • Document Types: Currently, this skill is highly optimized for docx documents. If you encounter a sheet or bitable, you will need to utilize the respective specialized tools in the OpenClaw ecosystem to ensure the best performance.

Metadata

Author@chenfa188
Stars3840
Views0
Updated2026-04-06
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-chenfa188-openclaw-feishu-fetch-doc": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#feishu#lark#documentation#markdown#automation
Safety Score: 4/5

Flags: network-access, file-read, external-api