What problem does it solve?
Many teams store knowledge across Feishu (Lark) Wiki pages, Docs, Sheets, and Bitable but lack a reliable way to extract, edit, or ingest that content into local editors or LLM workflows; this Skill automates fetching and converting those resources into Markdown and structured blocks so content is reusable and editable.
Core Features & Use Cases
- Read: Resolve wiki links and fetch raw document content, blocks, sheets, and bitable records as Markdown.
- Create / Write / Append: Create new documents, overwrite content by converting Markdown to Feishu blocks, or append large documents in safe chunks.
- Robustness: Tenant token caching, retries, batch insert fallback to single-item inserts, input sanitization to avoid API 400 errors, and pagination for large docs.
- Use Case: Import a corporate wiki page into Markdown for summarization by an LLM, then append generated sections back into a Feishu document.
Quick Start
Use the feishu-doc skill to read a Feishu doc URL or token and convert it into Markdown for editing or LLM input.