Skip to main content

lark-approval

飞书审批 API:审批实例、审批任务管理。

Jump to install

Source facts

Repository
MiniMax-AI/minimax-code
Last source activity
September 18, 2026 at 11:25
Detected SKILL.md language
Chinese
Stars
589
Forks
67

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.

Showing SKILL.md

SKILL.md
Source instructions · Read-only preview
name
lark-approval
version
1.0.0
description
飞书审批 API:审批实例、审批任务管理。
metadata
{"requires":{"bins":["lark-cli"]},"cliHelp":"lark-cli approval --help"}
# approval (v4) **CRITICAL — 开始前 MUST 先用 Read 工具读取 [`../lark-shared/SKILL.md`](../lark-shared/SKILL.md),其中包含认证、权限处理** ## API Resources ```bash lark-cli schema approval.<resource>.<method> # 调用 API 前必须先查看参数结构 lark-cli approval <resource> <method> [flags] # 调用 API ``` > **重要**:使用原生 API 时,必须先运行 `schema` 查看 `--data` / `--params` 参数结构,不要猜测字段格式。 ### instances - `get` — 获取单个审批实例详情 - `cancel` — 撤回审批实例 - `cc` — 抄送审批实例 ### tasks - `approve` — 同意审批任务 - `reject` — 拒绝审批任务 - `transfer` — 转交审批任务 - `query` — 查询用户的任务列表 ## 权限表 | 方法 | 所需 scope | |------|-----------| | `instances.get` | `approval:instance:read` | | `instances.cancel` | `approval:instance:write` | | `instances.cc` | `approval:instance:write` | | `tasks.approve` | `approval:task:write` | | `tasks.reject` | `approval:task:write` | | `tasks.transfer` | `approval:task:write` | | `tasks.query` | `approval:task:read` |
View on GitHub