TopRank Skills

Home / Claw Skills / Others / feishu-attendance
Official OpenClaw rules 15%

feishu-attendance

Monitor Feishu (Lark) attendance records. Check for late, early leave, or absent employees and report to admin.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 feishu-attendance 技能。 若已安装,则直接安装 feishu-attendance 技能。

Overview

Skill Key
autogame-17/feishu-attendance
Author
autogame-17
Source Repo
openclaw/skills
Version
-
Source Path
skills/autogame-17/feishu-attendance
Latest Commit SHA
580cc201c91ec1a0835cb42888a680593ca58ae7

Extracted Content

SKILL.md excerpt

# Feishu Attendance Skill

Monitor daily attendance, notify employees of abnormalities, and report summary to admin.

## Features
- **Smart Checks**: Detects Late, Early Leave, and Absence.
- **Holiday Aware**: Auto-detects holidays/weekends via `timor.tech` API.
- **Safe Mode**: Disables user notifications if holiday API fails (prevents spam).
- **Caching**: Caches user list (24h TTL) and holiday data for performance.
- **Reporting**: Sends rich interactive cards to Admin.

## Usage

```bash
# Check today's attendance (Default)
node index.js check

# Check specific date
node index.js check --date 2023-10-27

# Dry Run (Test mode, no messages sent)
node index.js check --dry-run
```

## Permissions Required
- `attendance:report:readonly`
- `contact:user.employee:readonly`
- `im:message:send_as_bot`

Related Claw Skills