lark-approval

Manage Feishu approval instances and tasks via lark-cli commands.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill centralizes Feishu approval instance and task management so teams no longer guess API parameters or miss required permission scopes before taking action.

Core Features & Use Cases

  • Schema-guided API calls: Always inspect lark-cli schema approval.<resource>.<method> to understand required flags and data structures before executing an approval request.
  • Task and instance control: Approve, reject, transfer, query tasks, and manage instance operations such as get, cancel, and cc without leaving the CLI environment.
  • Use Case: When a teammate needs a quick emergency approval change, run the guided CLI commands to inspect the schema, confirm permissions, and apply the desired task update or instance cancellation.

Quick Start

Ask the CLI to read the approval schema and then use it to fetch a specific approval instance for review before taking any action.

Frequently Asked Questions about lark-approval

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

FAQPage Schema
How do I manage Feishu approval workflows from the command line?▼

You can manage Feishu approval workflows from the command line by running CLI commands to inspect API schemas, confirm permission scopes, and execute task actions like approve, reject, or transfer without leaving the terminal.

Can I cancel a Feishu approval instance or add a CC using lark-cli?▼

Yes, you can cancel a Feishu approval instance or add a CC by inspecting the approval instance schema with lark-cli and executing the specified instance operations to apply the desired cancellation or carbon copy action.

What is the best way to ensure I have the correct permissions before taking approval actions in Feishu?▼

The best way to ensure correct permissions is to inspect the lark-cli schema output for the approval resource, review the required flags and data structures, and enforce scope-based permissions before executing the API call.

How do I approve or reject a specific Feishu approval task in an automation scenario?▼

To approve or reject a Feishu approval task in an automation scenario, use the schema-guided lark-cli commands to query the task and apply the desired task update action directly through the command line interface.

Do I need to understand lark-cli schema output to manage Feishu approvals?▼

Yes, understanding lark-cli schema output is required because it provides the necessary flags and data structures for managing Feishu approval instances and tasks before executing any API requests.

Why should I use a CLI tool for Feishu approval task management instead of guessing API parameters?▼

Using a CLI tool for Feishu approval task management centralizes operations and prevents guessing API parameters by always inspecting the schema first to confirm required flags, data structures, and permission scopes.