What problem does it solve?
When your need isn’t covered by existing lark-* skills or by lark-cli’s registered commands, this Skill helps you find the correct native OpenAPI endpoint from Feishu/Lark’s official Markdown document library instead of guessing.
Core Features & Use Cases
- Step-by-step API discovery: Locates the right module from the top index, then drills down to the specific API Markdown, and finally extracts the complete HTTP method, path, parameters, request/response fields, scopes, and error codes.
- Direct execution via CLI: Uses lark-cli api to call the discovered OpenAPI endpoint with the exact data structure from the documentation.
- Safety-first output: Presents method/path, required parameters, permissions, example command, and safety notes, and adds guardrails for write/delete operations.
Quick Start
Ask the AI to “find the native Feishu/Lark OpenAPI for <your feature> that isn’t supported by lark-cli <service> and return the exact lark-cli api command with required parameters and permissions.”