feishu

Read, write, copy, sync, and export Feishu wiki pages as Markdown.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/charles1614/lark-hirono --skill feishu-charles1614
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu
Source: https://github.com/charles1614/lark-hirono/tree/main/tmp/feishu
Command: npx skills add https://github.com/charles1614/lark-hirono --skill feishu-charles1614

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, python-dotenv, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Feishu wiki management can be laborious when pages must be edited individually in a web UI. This skill provides a Markdown-centric workflow to read, write, copy, sync, and export wiki pages, enabling automation and consistency across pages.

Core Features & Use Cases

  • Read Feishu wiki pages as Markdown for offline processing and review.
  • Write and upload local Markdown to Feishu as new or updated pages, with light formatting polish.
  • Copy, sync, and export wiki pages between Feishu spaces, including media assets.

Quick Start

Authenticate with Feishu and run a simple read example to see the tool in action.

Frequently Asked Questions about feishu

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

FAQPage Schema
How do I export Feishu wiki pages to Markdown?

You can export Feishu wiki pages to Markdown directly using this skill. It reads existing wiki pages and converts them into local Markdown files, handling media assets and formatting to streamline offline processing and review.

Can I upload local Markdown files to Feishu wiki as new pages?

Yes, you can write and upload local Markdown to Feishu as new or updated wiki pages. The tool applies light formatting polish during the upload process to maintain consistency across your wiki spaces.

How do I sync wiki pages between different Feishu spaces?

To sync wiki pages between Feishu spaces, use the copy and sync functions provided by the skill. This feature replicates pages and their associated media assets across spaces, reducing manual page operations.

Do I need Python and Requests to manage Feishu wiki pages with Markdown?

Yes, you need Python with the Requests and python-dotenv dependencies installed. You also need to complete a Feishu OAuth workflow and configure the feishu_tool.py script to authenticate and manage pages end-to-end.

What is the best way to automate Feishu wiki management without the web UI?

Using a Markdown-centric workflow is the best way to automate Feishu wiki management. This approach reads, writes, copies, and syncs pages programmatically, bypassing the laborious web UI to ensure consistency across pages.