根据员工工作信息生成 xlsx 格式的专业考勤表。非常适合人力资源、团队管理和日常出勤跟踪。
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install attendance-sheet或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install attendance-sheet⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/attendance-sheet/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: attendance-sheet description: Generate professional attendance sheets in xlsx format from employee work information. Perfect for HR, team management, and daily attendance tracking. version: 1.0.0 ---
Generate professional attendance sheets (考勤表) in xlsx format based on employee work information. Input employee names, dates, and attendance status (normal, late, absent, leave, etc.) to automatically create formatted Excel files ready for HR or management use.
Use this skill when:
Provide the following information:
员工: 张三, 李四, 王五
日期范围: 2024-01-01 至 2024-01-31
考勤类型: 正常出勤, 迟到, 早退, 缺勤, 请假, 加班
Or structured format:
{
"employees": ["张三", "李四", "王五"],
"start_date": "2024-01-01",
"end_date": "2024-01-31",
"attendance_types": ["正常出勤", "迟到", "早退", "缺勤", "请假", "加班"]
}
Generates an xlsx file with:
Example 1 - Monthly Report:
Input: 员工列表 + 1月考勤数据
Output: 2024年1月考勤表.xlsx
Example 2 - Simple Attendance:
Input: 今天出勤人员: 张三, 李四
Output: 出勤记录_20240101.xlsx
Example 3 - Full Month with Multiple Types:
Input: 全体员工12月考勤数据(含迟到、请假)
Output: 2024年12月考勤统计表.xlsx
generate_attendance.py - Main Python script for generating attendance sheets安装 考勤表 后,可以对 AI 说这些话来触发它
Help me get started with Attendance Sheet
Explains what Attendance Sheet does, walks through the setup, and runs a quick demo based on your current project
Use Attendance Sheet to generate professional attendance sheets in xlsx format from employe...
Invokes Attendance Sheet with the right parameters and returns the result directly in the conversation
What can I do with Attendance Sheet in my developer & devops workflow?
Lists the top use cases for Attendance Sheet, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/attendance-sheet/ 目录(个人级,所有项目可用),或 .claude/skills/attendance-sheet/(项目级)。重启 AI 客户端后,用 /attendance-sheet 主动调用,或让 AI 根据上下文自动发现并使用。
考勤表 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
考勤表 可免费安装使用。请查阅仓库了解许可证信息。
根据员工工作信息生成 xlsx 格式的专业考勤表。非常适合人力资源、团队管理和日常出勤跟踪。
考勤表 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using Attendance Sheet
Identifies repetitive steps in your workflow and sets up Attendance Sheet to handle them automatically