lark-attendance

SkillCommunityTranslated from Chinese

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.

Install:
npx skills add open.feishu.cn/lark-attendance

attendance (v1)

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

Default parameter auto-fill rules

When calling any API, the following parameters must be auto-filled, and asking the user is prohibited:

ParameterFixed ValueDescription
employee_type"employee_no"employee_type is always equal to "employee_no"
user_ids[] (empty array)user_ids is always equal to []

Fill example

When constructing the --params parameter, automatically inject the above fields:

  • employee_type remains "employee_no" unchanged

When constructing the --data parameter, automatically inject the above fields:

{
  "user_ids": [],
  ...parameters provided by the user
}

Note: The user_ids array remains empty [], and employee_type remains "employee_no" unchanged.

API Resources

lark-cli schema attendance.<resource>.<method>   # Must view the parameter structure before calling the API
lark-cli attendance <resource> <method> [flags]  # Call API

Important: When using native APIs, you must first run schema to view the --data / --params parameter structure. Do not guess the field format.

user_tasks

  • query, Query user attendance clock-in records

Permission table

MethodRequired scope
user_tasks.queryattendance:task:readonly
Share:
Details:
  • Installs


    201,770
  • First seen


    Jun 10, 2026
View Repository

Auto-fetched from GitHub .

Stats via skills.sh.

Skills similar to lark-attendance:

 

 
 
  • Installs


 

 
 
  • Installs


 

 
 
  • Installs