📄
AutomationTypeScript

Feishu Fetch Doc

by op7418

Feishu Fetch Doc is an Automation skill for Claude Code, published by op7418 in CodePilot.

6.4K stars690 forkson op7418/CodePilotAdded 2026/08/15Repository updated 2026/08/12
aianthropicclaudeclaude-codedesktop-appelectronguinextjs
Install in seconds
Install Feishu Fetch Doc
Copy Feishu Fetch Doc into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit 'https://github.com/op7418/CodePilot/tree/main/%E8%B5%84%E6%96%99/feishu-openclaw-plugin/package/skills/feishu-fetch-doc' ~/.claude/skills/feishu-fetch-doc

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/op7418/CodePilot.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
资料/feishu-openclaw-plugin/package/skills/feishu-fetch-doc/SKILL.md in op7418/CodePilot
Installs to
~/.claude/skills/feishu-fetch-doc
Collection
One of 9 skills cataloged from this repository
Category
Automation1523 skills

What Feishu Fetch Doc does

Feishu Fetch Doc retrieves Feishu cloud document content as Markdown. It handles images, files, and whiteboards by instructing use of the feishu_doc_media tool.

Feishu Fetch Doc is cataloged under Automation on DirSkills. Feishu Fetch Doc comes from a repository tagged ai, anthropic, claude, claude-code and desktop-app.

Documentation

README

feishu_mcp_fetch_doc

获取飞书云文档的 Markdown 内容(Lark-flavored 格式)。

重要:图片、文件、画板的处理

文档中的图片、文件、画板需要通过 feishu_doc_media(action: download)工具单独获取!

识别格式

返回的 Markdown 中,媒体文件以 HTML 标签形式出现:

  • 图片

    <image token="Z1FjxxxxxxxxxxxxxxxxxxxtnAc" width="1833" height="2491" align="center"/>
    
  • 文件

    <view type="1">
      <file token="Z1FjxxxxxxxxxxxxxxxxxxxtnAc" name="skills.zip"/>
    </view>
    
  • 画板

    <whiteboard token="Z1FjxxxxxxxxxxxxxxxxxxxtnAc"/>
    

获取步骤

  1. 从 HTML 标签中提取 token 属性值
  2. 调用 feishu_doc_media 下载:
    {
      "action": "download",
      "resource_token": "提取的token",
      "resource_type": "media",
      "output_path": "/path/to/save/file"
    }
    

参数

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Feishu Fetch Doc

  • What else does op7418 publish alongside Feishu Fetch Doc?

    Feishu Fetch Doc is one of 9 skills that DirSkills catalogs from op7418/CodePilot, the repository it ships in. Its siblings there include Feishu Bitable, Feishu Calendar and Feishu Channel Rules. Each one is a separate skill with its own page in this directory, installs the same way Feishu Fetch Doc does, and is maintained by op7418 in that same repository. The rest of the collection is listed on the op7418/CodePilot page.

  • How does Feishu Fetch Doc compare to other Automation skills?

    Feishu Fetch Doc ranks #210 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Feishu Fetch Doc against them. Open each page to compare what they document and how they install.

More from op7418/CodePilot

Feishu Fetch Doc is one of 9 skills cataloged on DirSkills from op7418/CodePilot.

See all 9 skills
📊
2w ago

Feishu Bitable

Feishu Bitable creates, queries, edits, and manages Feishu multidimensional tables with 27 field types, advanced filtering, batch operations, and view management. Use it to handle records, fields, views, and data tables, or batch import and update data.
Data
6.4K690
📅
2w ago

Feishu Calendar

Feishu Calendar manages Feishu calendars, events, attendees, and free/busy queries. Use it when an agent needs to create, list, patch, search, or reply to Feishu calendar events, add or remove attendees, or check user availability.
Automation
6.4K690
💬
2w ago

Feishu Channel Rules

Feishu Channel Rules applies concise, conversational, low-ceremony output rules for Lark/Feishu conversations, ensuring responses match the channel's expected tone and Markdown constraints. Use it when responding in Lark/Feishu channels to keep messages short, plain, and compatible with Lark Markdown.
Writing
6.4K690
📄
2w ago

Feishu Create Doc

Feishu Create Doc creates Feishu cloud documents from Lark-flavored Markdown content, optionally placing them in a folder, wiki node, or knowledge space.
Automation
6.4K690
💬
2w ago

Feishu IM Reader

Feishu IM Reader retrieves Feishu (Lark) messages from chats, threads, and cross-session search, and downloads images and files. Use it to read chat history, expand thread replies, search messages, and fetch attachments.
Automation
6.4K690
📋
2w ago

Feishu Task Management

Feishu Task Management creates, queries, updates, and deletes tasks and task lists in Feishu. Use it when a user asks to manage tasks, to-dos, or task lists.
Automation
6.4K690