← Back to Skills Marketplace
gu2003li

飞书审批

by Qing WETH · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
29
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install lark-approval
Description
飞书审批 API:审批实例、审批任务管理。
README (SKILL.md)

approval (v4)

API Resources

lark-cli schema approval.\x3Cresource>.\x3Cmethod>   # 调用 API 前必须先查看参数结构
lark-cli approval \x3Cresource> \x3Cmethod> [flags] # 调用 API

重要:使用原生 API 时,必须先运行 schema 查看 --data / --params 参数结构,不要猜测字段格式。

instances

  • get — 获取单个审批实例详情
  • cancel — 撤回审批实例
  • cc — 抄送审批实例
  • initiated — 查询用户的已发起列表

tasks

  • remind — 催办审批人
  • approve — 同意审批任务
  • reject — 拒绝审批任务
  • transfer — 转交审批任务
  • query — 查询用户的任务列表
  • add_sign — 审批任务加签
  • rollback — 退回审批任务

权限表

方法 所需 scope
instances.get approval:instance:read
instances.cancel approval:instance:write
instances.cc approval:instance:write
instances.initiated approval:instance:read
tasks.remind approval:instance:write
tasks.approve approval:task:write
tasks.reject approval:task:write
tasks.transfer approval:task:write
tasks.query approval:task:read
tasks.add_sign approval:task:write
tasks.rollback approval:task:write
Usage Guidance
Install only if you intend to let an agent use lark-cli with Lark Approval permissions. Review the Lark scopes carefully, especially approval write scopes, because they can change real approval workflows.
Capability Assessment
Purpose & Capability
The purpose is clearly Lark Approval API usage, and the listed read/write actions for approval instances and tasks match that purpose.
Instruction Scope
Instructions are limited to using lark-cli, checking schemas before calls, and enumerating available approval methods and required scopes.
Install Mechanism
The artifact contains only a single SKILL.md file and declares a dependency on the external lark-cli binary; no install scripts or executable payloads are present.
Credentials
Lark approval write scopes can approve, reject, cancel, transfer, or roll back business approval tasks, so users should grant only the scopes they actually need.
Persistence & Privilege
No persistence, background execution, credential harvesting, privilege escalation, or local indexing behavior is present in the artifact.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install lark-approval
  3. After installation, invoke the skill by name or use /lark-approval
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of lark-approval. - Provides 飞书审批 (Lark Approval) API for managing approval instances and tasks. - Includes CLI commands for viewing and operating on approval workflows. - Details permissions required for each API method. - Requires lark-cli to use.
Metadata
Slug lark-approval
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 飞书审批?

飞书审批 API:审批实例、审批任务管理。 It is an AI Agent Skill for Claude Code / OpenClaw, with 29 downloads so far.

How do I install 飞书审批?

Run "/install lark-approval" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 飞书审批 free?

Yes, 飞书审批 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 飞书审批 support?

飞书审批 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 飞书审批?

It is built and maintained by Qing WETH (@gu2003li); the current version is v1.0.0.

💬 Comments