Agents Directory
SkillsRankingsAgents
CategoriesModelsBenchmarksCompareAgent LeaderboardSkillsRankingsAgentsAbout

lark-approval

SkillCommunityTranslated from Chinese

This skill enables AI agents to manage Lark approvals, including querying pending or completed tasks and performing actions like approving, rejecting, or transferring requests. It requires the lark-shared skill for authentication and is intended for existing approval workflows rather than creating new definitions.

Compatibility:
Claude Code logoClaude CodeCodex logoCodexHermes logoHermesOpenClaw logoOpenClaw
Visit lark-approval
Install:
npx skills add open.feishu.cn/lark-approval
View on skills.sh

CRITICAL, Before starting, you MUST use the Read tool to read ../lark-shared/SKILL.md, which contains authentication and permission handling.

All commands default to --as user (approval is a human action). Before calling, use lark-cli schema approval.<resource>.<method> to check the parameter structure. Do not guess fields.

Which command to choose

GoalCommand
Check pending/completed taskstasks query (topic: 1 pending, 2 completed, 17 unread, 18 read)
View form/progress/current nodeinstances get
Approve/Rejecttasks approve / tasks reject
Transfer/Add sign/Rollbacktasks transfer / tasks add_sign / tasks rollback
Remindtasks remind
Cancel/CC/Query initiated by definitioninstances cancel / instances cc / instances initiated

Processing chain: tasks query to get instance_code + task_id (operations must include both) → instances get if details are needed → execute operation.

lark-cli approval tasks query --params '{"topic":"1"}' --as user
lark-cli approval tasks approve --data '{"instance_code":"<ic>","task_id":"<tid>","comment":"同意"}' --as user

Out of scope for this skill

Creating approval definitions/initiating new approvals (use the Lark client or approval management backend); non-approval tasks → lark-task

CRITICAL — 开始前 MUST 先用 Read 工具读取 ../lark-shared/SKILL.md,其中包含认证、权限处理

所有命令默认 --as user(审批是人的动作)。调用前先 lark-cli schema approval.<resource>.<method> 查参数结构,不要猜字段。

选哪个命令

想做什么命令
查待办/已办tasks query(topic:1待办 2已办 17未读 18已读)
看表单/进度/当前节点instances get
同意/拒绝tasks approve / tasks reject
转交/加签/退回tasks transfer / tasks add_sign / tasks rollback
催办tasks remind
撤回/抄送/按定义查已发起instances cancel / instances cc / instances initiated

处理链:tasks query 拿 instance_code + task_id(操作必须成对带上)→ 需要细节再 instances get → 执行操作。

lark-cli approval tasks query --params '{"topic":"1"}' --as user
lark-cli approval tasks approve --data '{"instance_code":"<ic>","task_id":"<tid>","comment":"同意"}' --as user

不在本 skill 范围

创建审批定义/发起新审批(走飞书客户端或审批管理后台);非审批类待办 → lark-task

Categories:
Productivity
Share:
Details:
  • Installs


    276,060
  • First seen


    Jun 10, 2026
View Repository

Auto-fetched from GitHub 10 hours ago.

Stats via skills.sh.

Skills similar to lark-approval:

Website favicon

 

 
 
  • Installs


Website favicon

 

 
 
  • Installs


Website favicon

 

 
 
  • Installs


Browse:SkillsRankingsModelsBenchmarksProvidersAgentsAgent LeaderboardCompareCategories
Quick Links:AboutBlog

© 2026 Agents Directory

Skills similar to lark-approval:

lark-skill-maker

Skill
This skill provides a framework for creating custom skills for lark-cli. It enables users to wrap Lark API operations into reusable instructions for AI agents, supporting both atomic API calls and multi-step workflows.
AI DevelopmentDeveloper Tools
A framework for creating custom lark-cli skills to automate Lark API workflows.
  • Installs


    261,340

lark-shared

Skill
This skill provides instructions for managing Lark resources via lark-cli, including configuration, authentication, and permission handling. It outlines mandatory procedures for QR code generation, split-flow authentication, and handling high-risk operations.
Productivity
Guidelines for managing Lark resources and authentication using lark-cli.
  • Installs


    275,704

lark-attendance

Skill
This skill allows AI agents to query personal attendance records from Lark. It requires the lark-shared authentication module and automatically handles specific API parameters for user identification.
Productivity
Query personal attendance records from Lark.
  • Installs


    275,690