← 返回 Skills 市场
29
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install lark-approval
功能描述
飞书审批 API:审批实例、审批任务管理。
使用说明 (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 |
安全使用建议
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install lark-approval - 安装完成后,直接呼叫该 Skill 的名称或使用
/lark-approval触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
飞书审批 是什么?
飞书审批 API:审批实例、审批任务管理。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 29 次。
如何安装 飞书审批?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install lark-approval」即可一键安装,无需额外配置。
飞书审批 是免费的吗?
是的,飞书审批 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
飞书审批 支持哪些平台?
飞书审批 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 飞书审批?
由 Qing WETH(@gu2003li)开发并维护,当前版本 v1.0.0。
推荐 Skills