lark-attendance

Retrieve Feishu attendance records for an employee via lark-cli.

3|1|Updated Apr 23, 2026
One-click install
npx skills add https://github.com/HuXiangyu123/CUA-Lark-Agent --skill lark-attendance-huxiangyu123
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: lark-attendance
Source: https://github.com/HuXiangyu123/CUA-Lark-Agent/tree/main/lark-cli/skills/lark-attendance
Command: npx skills add https://github.com/HuXiangyu123/CUA-Lark-Agent --skill lark-attendance-huxiangyu123

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This tool helps you retrieve Feishu attendance records for a user, enabling quick self-checks and HR audits without manual data gathering.

Core Features & Use Cases

  • Auto-fill required parameters: the skill automatically injects employee_type as "employee_no" and uses an empty user_ids array where appropriate.
  • Attendance queries: fetch attendance entries for a user over a specified date range via the lark-cli attendance command.
  • Audit-ready reporting: supports simple aggregation and exporting for payroll, compliance, and reporting workflows.

Quick Start

Use lark-cli attendance to query your current month’s attendance records.

Frequently Asked Questions about lark-attendance

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I query Feishu attendance records for a specific date range?▼

To query Feishu attendance records, you use the lark-cli attendance command to fetch entries for a user over a specified date range, which automatically injects the required employee_type as employee_no and an empty user_ids array.

Can I retrieve attendance data for HR audits without manual data gathering?▼

Yes, you can retrieve attendance data for HR audits without manual gathering by executing the lark-cli attendance command, which supports simple aggregation and exporting for payroll, compliance, and reporting workflows.

What parameters are required to fetch employee attendance entries from Feishu?▼

Fetching employee attendance entries from Feishu requires the employee_type parameter set to employee_no and a user_ids array, which the skill automatically injects as an empty array where appropriate to enforce the attendance scope.

Does lark-cli support automated parameter injection for attendance queries?▼

Yes, lark-cli supports automated parameter injection for attendance queries by automatically setting employee_type to employee_no and using an empty user_ids array, ensuring the attendance scope is respected.

How do I export Feishu attendance records for payroll and compliance reporting?▼

You export Feishu attendance records for payroll and compliance reporting by fetching entries via the lark-cli attendance command over a defined date range, then using the supported simple aggregation to generate audit-ready reports.