This is a read-only interface to Feishu (Lark) documents and wikis that exports content to Markdown with images downloaded locally. It handles both regular docs and knowledge base nodes, automatically detecting whether to use doc or wiki export based on the URL format. The real utility here is that it pulls down images to /tmp/feishu_assets and uses Claude's vision to actually understand them, not just reference them. Watch out for directory nodes in wikis, they'll give you a placeholder telling you to fetch child nodes separately with wiki nodes commands. Needs feishu-cli installed and authenticated, with docx:document:readonly or wiki:wiki:readonly permissions depending on what you're accessing. If you hit permission errors on others' docs, you'll need User Token auth via feishu-cli auth login, not just App Token.
npx skills add https://github.com/riba2534/feishu-cli --skill feishu-cli-read