What problem does it solve? Handling Feishu (Lark) approvals manually through the web UI is slow when you need to query, approve, reject, transfer, or withdraw many approval instances and tasks from a terminal or automated workflow. ## Core Features & Use Cases - Approval Instance Management: Get details of a single approval instance, cancel (withdraw) an instance, or CC it to other users. - Approval Task Operations: Approve, reject, or transfer pending approval tasks, and query a user's task list. - Schema-First Invocation: Inspect exact parameter structures with lark-cli schema approval.<resource>.<method> before calling any API, avoiding malformed request payloads. - Use Case: A team lead receives dozens of leave requests; use this Skill to query the pending task list and batch-approve or reject them directly from the terminal with the correct OAuth scopes. ## Quick Start Ask the assistant to read the lark-shared skill for authentication setup, then use lark-cli approval tasks query to list my pending approval tasks and approve one of them.