What problem does it solve? Working with Feishu/Lark from a terminal agent normally requires juggling dozens of APIs, OAuth scopes, and platform-specific shell commands, and plain web fetching of feishu.cn links returns anti-bot pages instead of content. This Skill routes every Feishu/Lark operation through the official lark-cli binary with correct authentication, identity selection, and per-domain sub-skill guidance. ## Core Features & Use Cases - Full Feishu surface via lark-cli: calendar agendas and event creation, IM message send/reply, contact search, tasks, docs, sheets, Bitable records, wiki, mail, minutes, and video conference records. - Link-based document reading: paste any feishu.cn or larksuite.com URL (docx, wiki, sheets, base) and it routes to the correct lark-cli command instead of webfetch, which Feishu blocks with anti-bot pages. - Auth and bot binding management: handles bot binding through local-runtime channel config, user OAuth via lark-cli auth login, and recovery from 401 or missing-scope errors, with platform-specific command recipes for macOS/Linux and Windows PowerShell. - Use Case: A user pastes a Feishu wiki link and asks for a summary; the Skill resolves the wiki token, fetches the document with lark-cli docs +fetch, and returns the content without ever hitting the anti-bot wall. ## Quick Start Ask the agent to show today's Feishu schedule or read a pasted feishu.cn document link, and it will run the appropriate lark-cli command after checking auth status.