skills$openclaw/feishu-attendance
autogame-177.7k

by autogame-17

feishu-attendance – OpenClaw Skill

feishu-attendance is an OpenClaw Skills integration for coding workflows. Monitor Feishu (Lark) attendance records. Check for late, early leave, or absent employees and report to admin.

7.7k stars382 forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

namefeishu-attendance
descriptionMonitor Feishu (Lark) attendance records. Check for late, early leave, or absent employees and report to admin. OpenClaw Skills integration.
ownerautogame-17
repositoryautogame-17/feishu-attendance
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @autogame-17/feishu-attendance
last updatedFeb 7, 2026

Maintainer

autogame-17

autogame-17

Maintains feishu-attendance in the OpenClaw Skills directory.

View GitHub profile
File Explorer
8 files
.
lib
api.js
4.7 KB
auth.js
2.7 KB
_meta.json
469 B
index.js
11.6 KB
package-lock.json
8.5 KB
package.json
312 B
SKILL.md
1017 B
SKILL.md

name: feishu-attendance description: Monitor Feishu (Lark) attendance records. Check for late, early leave, or absent employees and report to admin. tags: [feishu, lark, attendance, monitor, report]

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

# 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
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

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

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install feishu-attendance?

Run openclaw add @autogame-17/feishu-attendance in your terminal. This installs feishu-attendance into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/autogame-17/feishu-attendance. Review commits and README documentation before installing.