← 返回 Skills 市场
gu2003li

飞书考勤

作者 Qing WETH · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
27
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install lark-attendance
功能描述
飞书考勤打卡:查询自己的考勤打卡记录
使用说明 (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
安全使用建议
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install lark-attendance
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /lark-attendance 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug lark-attendance
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

飞书考勤 是什么?

飞书考勤打卡:查询自己的考勤打卡记录. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 27 次。

如何安装 飞书考勤?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install lark-attendance」即可一键安装,无需额外配置。

飞书考勤 是免费的吗?

是的,飞书考勤 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

飞书考勤 支持哪些平台?

飞书考勤 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 飞书考勤?

由 Qing WETH(@gu2003li)开发并维护,当前版本 v1.0.0。

💬 留言讨论