lark-to-obsidian

Migrate Feishu documents and wiki content to Obsidian-compatible Markdown.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/zhongjjm-design/claude-skills --skill lark-to-obsidian
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lark-to-obsidian
Source: https://github.com/zhongjjm-design/claude-skills/tree/main/lark-to-obsidian
Command: npx skills add https://github.com/zhongjjm-design/claude-skills --skill lark-to-obsidian

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires lark-cli, python3, and includes scripts (resource) components.

What problem does it solve?

Manually transferring Feishu (Lark) documents and wiki content to Obsidian is tedious, often resulting in broken formatting, missing images, and lost structure for nested wiki pages. This Skill automates the entire migration process to preserve original document integrity.

Core Features & Use Cases

  • Bulk Import Support: Handles single docx files, individual wiki pages, and entire nested wiki directories with subpages in one run.
  • Format Preservation: Automatically converts Feishu-specific elements like tables, callouts, grid layouts, and embedded images to standard Obsidian-compatible Markdown.
  • Use Case: Your team stores all project documentation in a nested Feishu wiki, and you want to sync relevant pages to your personal Obsidian vault for offline access and note-taking. This Skill imports the entire wiki subtree with correct formatting and locally stored images in one run.

Quick Start

Use the lark-to-obsidian skill to import the Feishu wiki URL https://example.feishu.cn/wiki/123456 and save all content to your Obsidian vault's Team Notes folder.

Frequently Asked Questions about lark-to-obsidian

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

FAQPage Schema
How do I migrate Feishu wiki content to Obsidian Markdown in bulk?

To migrate Feishu wiki content to Obsidian Markdown in bulk, you can automate the transfer of entire nested wiki directories, preserving document structure and converting proprietary formatting to standard Markdown in a single run.

Can I convert Feishu tables and embedded images to Obsidian without manual formatting fixes?

Yes, converting Feishu tables and embedded images to Obsidian automatically preserves original formatting. The process downloads embedded images locally and translates Feishu-specific elements like grids and callouts into standard Markdown.

What's the best way to sync a team Feishu knowledge base to a personal Obsidian vault?

The best way to sync a team Feishu knowledge base to an Obsidian vault is using an automated migration workflow that imports the entire wiki subtree, stores images locally, and generates navigable directory indexes for offline access.

Do I need lark-cli and python3 to import Feishu documents to Obsidian?

Yes, you need lark-cli and python3 installed to import Feishu documents to Obsidian. These dependencies provide the necessary command-line interfaces and scripting environment to execute the bulk document conversion process.

Does migrating nested Feishu wiki subpages to Markdown preserve the original directory structure?

Yes, migrating nested Feishu wiki subpages to Markdown preserves the original directory structure. The automated process maintains the parent-child hierarchy of wiki pages and generates navigable Obsidian directory indexes.

Why does manually copying Feishu documents to Obsidian result in broken formatting and missing images?

Manually copying Feishu documents to Obsidian causes broken formatting and missing images because Feishu uses proprietary formatting elements that standard Markdown does not automatically recognize without a dedicated conversion process.