lark-approval

Manage Lark approval instances and tasks via lark-cli.

641|104|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/eastreams/loong --skill lark-approval-eastreams
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lark-approval
Source: https://github.com/eastreams/loong/tree/main/skills/larksuite-cli/lark-approval
Command: npx skills add https://github.com/eastreams/loong --skill lark-approval-eastreams

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually handling Lark approval instances and tasks is time‑consuming and error‑prone, especially when scaling across teams and needing proper authentication.

Core Features & Use Cases

  • Retrieve detailed information about approval instances.
  • Cancel or carbon‑copy (CC) approval instances.
  • Approve, reject, transfer, or query pending approval tasks.
  • Ideal for automating internal workflow approvals in Lark Suite through the lark-cli tool.

Quick Start

Ask the assistant to approve the pending Lark task with ID 12345 for the specified user.

Frequently Asked Questions about lark-approval

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Lark approval workflows from the command line?

You can automate Lark approval workflows by retrieving, approving, rejecting, transferring, and canceling instances programmatically through the lark-cli binary. This requires appropriate Lark API scopes for read and write operations.

Can I query and manage pending approval tasks in Lark Suite programmatically?

Yes, you can query pending approval tasks in Lark Suite programmatically. The system supports retrieving detailed instance information, canceling instances, and adding carbon copies (CC) to existing approval workflows.

Do I need lark-cli to approve or reject Lark approval instances?

Yes, the lark-cli binary is required to approve, reject, or transfer Lark approval instances. You must also configure appropriate Lark API scopes to ensure successful read and write operations.

What is the best way to handle bulk Lark approval tasks without manual effort?

The best way to handle bulk Lark approval tasks is programmatically via command-line management. Automating instance queries, cancellations, and task actions reduces manual errors and scales efficiently across teams.

Why does my Lark approval task automation fail due to API scopes?

Lark approval task automation fails when appropriate Lark API scopes are not configured for read and write operations. You must ensure the lark-cli binary has the correct permissions to manage approval instances and tasks.