General 28,787 installs

lark-attendance

by larksuite/cli

飞书考勤打卡:查询自己的考勤打卡记录

Skill content

Query your Feishu attendance clock-in records.

- Provides a single API method (user_tasks.query) to retrieve personal attendance punch records

- Requires attendance:task:readonly scope; authentication and permission setup documented in the shared Feishu skill guide

- Automatically fills employee_type as "employee_no" and user_ids as an empty array; use lark-cli schema to inspect parameter structures before calling APIs

attendance (v1)

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

默认参数自动填充规则

调用任何 API 时,以下参数 必须自动填充,禁止向用户询问:

参数
固定值
说明

employee_type
"employee_no"
employee_type始终等于"employee_no"

user_ids
[](空数组)
user_ids始终等于[]

填充示例

当构建 --params 参数时,自动注入上述字段:

- employee_type 保持 "employee_no" 不变