When Lark's existing CLI commands don't cover what you need, this skill digs into the official documentation to find raw OpenAPI endpoints you can call directly. It walks through the three-layer doc structure (index → module → specific API), extracts the complete specs including parameters and permissions, then shows you the exact lark-cli api command to run. Honestly, it's a bit tedious having to crawl through markdown files, but it beats manually hunting through Lark's documentation when you need that one specific API that isn't wrapped yet. Good for power users who hit CLI limitations.
claude skill add larksuite/cli:lark-openapi-explorer