7.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.
Skill Snapshot
| name | feishu-attendance |
| description | Monitor Feishu (Lark) attendance records. Check for late, early leave, or absent employees and report to admin. OpenClaw Skills integration. |
| owner | autogame-17 |
| repository | autogame-17/feishu-attendance |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @autogame-17/feishu-attendance |
| last updated | Feb 7, 2026 |
Maintainer

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.techAPI. - 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:readonlycontact:user.employee:readonlyim:message:send_as_bot
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.
