← Back to Skills Marketplace
27
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install lark-attendance
Description
飞书考勤打卡:查询自己的考勤打卡记录
README (SKILL.md)
attendance (v1)
默认参数自动填充规则
调用任何 API 时,以下参数 必须自动填充,禁止向用户询问:
| 参数 | 固定值 | 说明 |
|---|---|---|
employee_type |
"employee_no" |
employee_type始终等于"employee_no" |
user_ids |
[](空数组) |
user_ids始终等于[] |
填充示例
当构建 --params 参数时,自动注入上述字段:
employee_type保持"employee_no"不变
当构建 --data 参数时,自动注入上述字段:
{
"user_ids": [],
...用户提供的参数
}
注意:
user_ids数组保持为空[],employee_type保持"employee_no"不变。
API Resources
lark-cli schema attendance.\x3Cresource>.\x3Cmethod> # 调用 API 前必须先查看参数结构
lark-cli attendance \x3Cresource> \x3Cmethod> [flags] # 调用 API
重要:使用原生 API 时,必须先运行
schema查看--data/--params参数结构,不要猜测字段格式。
user_tasks
query— 查询用户考勤打卡记录
权限表
| 方法 | 所需 scope |
|---|---|
user_tasks.query |
attendance:task:readonly |
Usage Guidance
Install only if you already use lark-cli for Feishu/Lark and are comfortable letting the agent query attendance records available to that authenticated account. The skill appears read-only, but attendance records may still be sensitive workplace data.
Capability Assessment
Purpose & Capability
The stated purpose is to query the user's own attendance punch records, and the artifact only documents the lark-cli attendance API and required read-only scope.
Instruction Scope
Runtime instructions are narrow: check the schema before API calls, invoke the attendance user_tasks.query method, and auto-fill fixed employee_type and empty user_ids parameters.
Install Mechanism
The package contains only a SKILL.md markdown file and metadata requiring the existing lark-cli binary; there are no executable install scripts or bundled code.
Credentials
Attendance data is personal/workplace-sensitive, but the requested attendance:task:readonly access is proportionate to the stated query-only purpose.
Persistence & Privilege
No persistence, background process, privilege escalation, credential harvesting, mutation authority, or file indexing behavior is present in the artifact.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install lark-attendance - After installation, invoke the skill by name or use
/lark-attendance - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
lark-attendance 1.0.0
- Initial release for 飞书考勤打卡 skill.
- Allows users to query their own attendance records.
- Automatically fills the required parameters: employee_type is always "employee_no" and user_ids is always [].
- Integration instructions provided for usage with lark-cli.
Metadata
Frequently Asked Questions
What is 飞书考勤?
飞书考勤打卡:查询自己的考勤打卡记录. It is an AI Agent Skill for Claude Code / OpenClaw, with 27 downloads so far.
How do I install 飞书考勤?
Run "/install lark-attendance" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 飞书考勤 free?
Yes, 飞书考勤 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 飞书考勤 support?
飞书考勤 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 飞书考勤?
It is built and maintained by Qing WETH (@gu2003li); the current version is v1.0.0.
More Skills