Backend
28,878 installs
lark-approval
by larksuite/cli
飞书审批 API:审批实例、审批任务管理。
Skill content
Lark approval instance and task management via CLI commands. - Provides 11 API methods across two resource types: instances (get, cancel, cc, initiated) and tasks (remind, approve, reject, transfer, query, add_sign, rollback) - Requires Lark CLI authentication and specific OAuth scopes for read/write operations on approval instances and tasks - Must inspect API parameter schemas using lark-cli schema before calling methods to ensure correct field formats - Depends on lark-cli binary and shared Lark authentication configuration documented in ../lark-shared/SKILL.md approval (v4) CRITICAL - 开始前 MUST 先用 Read 工具读取 ../lark-shared/SKILL.md,其中包含认证、权限处理 API Resources lark-cli schema approval.<resource>.<method> # 调用 API 前必须先查看参数结构 lark-cli approval <resource> <method> [flags] # 调用 API 重要:使用原生 API 时,必须先运行 schema 查看 --data / --params 参数结构,不要猜测字段格式。 instances - get - 获取单个审批实例详情 - cancel - 撤回审批实例 - cc - 抄送审批实例 - initiated - 查询用户的已发起列表