larksuite/cli

lark-attendance

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

All-time #128 Trending #254 Hot #6720 First seen Apr 11, 2026
8-week activity · all time api

Installation

$ npx skills add larksuite/cli --skill lark-attendance

Summary

  • 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

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Security audits

Partner security reviews for this skill.

agent-trust-hub SAFE

Analyzed Apr 11, 2026

This skill provides instructions for querying Lark attendance records using the lark-cli tool. It includes specific parameter formatting rules and refers to a shared configuration file for authentication. All operations use vendor-provided tools and follow legitimate integration patterns.

snyk LOW

Analyzed Apr 11, 2026

No issues detected.

socket Score 0.9000 · 0 alerts

Analyzed Apr 11, 2026

  • license 1
  • maintenance 1
  • quality 0.9
  • supply chain 1
  • vulnerability 1

0 alerts

Also in this package

Other skills from larksuite/cli · top by installs.

npx skills add larksuite/cli

Browse all from larksuite/cli

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 17.1K
License LICENSE
Default branch main
Open issues 225
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Version1.0.0
More metadata
requires
{"bins":["lark-cli"]}
cliHelp
lark-cli attendance --help

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,620 B
  • docs SUMMARY.md 77 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 383,800 installs

SKILL.md

attendance (v1)

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

默认参数自动填充规则

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

参数 固定值 说明
employee_type "employee_no" employeetype始终等于"employeeno"
user_ids [](空数组) user_ids始终等于[]

填充示例

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

  • employeetype 保持 "employeeno" 不变

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

{
  "user_ids": [],
  ...用户提供的参数
}

注意userids 数组保持为空[],employeetype 保持 "employee_no" 不变。

API Resources

lark-cli schema attendance.<resource>.<method>   # 调用 API 前必须先查看参数结构
lark-cli attendance <resource> <method> [flags]  # 调用 API

重要:使用原生 API 时,必须先运行 schema 查看 --data / --params 参数结构,不要猜测字段格式。

user_tasks

  • query — 查询用户考勤打卡记录

权限表

方法 所需 scope
user_tasks.query attendance:task:readonly