What problem does it solve? Handling Lark (Feishu) approvals manually through the client is slow when you need to search launchable approval definitions, process pending tasks, or submit new approval instances programmatically. This Skill routes all approval-related intents to the correct lark-cli approval commands with strict parameter rules. ## Core Features & Use Cases - Approval Task Processing: Query pending/completed approval tasks and approve, reject, transfer, add-sign, rollback, or remind on them using instance_code and task_id pairs. - Native Approval Initiation: Follow the fixed chain approvals search -> approvals get -> instances create to submit leave, expense, or travel approvals with correctly structured form controls and node approvers. - Instance Management: View instance details, cancel initiated instances, query initiated lists, and append CC recipients. - Use Case: A user says "approve my pending leave requests" — the Skill runs tasks query to get instance_code and task_id, then executes tasks approve with confirmation. ## Quick Start Ask the assistant to list my pending Lark approvals and approve the leave request from yesterday.