A solid integration for working with Feishu documents programmatically. Handles the full lifecycle: create docs with markdown (headings, lists, code blocks, images), read plain text or drill into block-level structure for tables and embedded content, append or replace content, and manage comments with replies. The create_and_write action is smart, letting you spin up a document with content in one call instead of two. One catch: markdown tables aren't supported for writing, so you'll need block operations for those. Useful if you're building workflows that generate documentation, sync content to Feishu, or need to surface document comments in external tools.
npx skills add https://github.com/m1heng/clawdbot-feishu --skill feishu-doc