An automated monitoring tool for Feishu that identifies attendance abnormalities and generates interactive reports for administrators.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install feishu-attendance
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install feishu-attendance using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Feishu Attendance skill is a robust automation tool designed for organizations using Lark or Feishu to streamline their human resources and team management workflows. By leveraging the platform's native APIs, this skill monitors daily attendance records to pinpoint late arrivals, early departures, and unexcused absences. Integrating this tool into your Openclaw Skills library allows for hands-off oversight, ensuring that attendance data is processed accurately and reported promptly to management.
Built with performance and reliability in mind, the skill includes built-in holiday detection and intelligent caching. It ensures that notifications are only sent on valid workdays, preventing spam during weekends or public holidays. This makes it an essential addition to any workplace looking to enhance productivity and transparency through Openclaw Skills.
To deploy this skill within your Openclaw Skills environment, ensure your Feishu/Lark application has the necessary permissions: attendance:report:readonly, contact:user.employee:readonly, and im:message:send_as_bot.
# Run the attendance check for the current day
node index.js check
# Run for a specific historical date
node index.js check --date 2023-10-27
# Test the workflow without sending actual notifications
node index.js check --dry-run
The skill manages data efficiently through localized caching and structured API requests:
| Component | Description |
|---|---|
| User Cache | Local storage for employee metadata with a 24-hour time-to-live (TTL). |
| Holiday Data | Cached responses from the holiday API to determine active monitoring days. |
| Attendance Logs | JSON-structured data retrieved from the Feishu attendance reporting endpoint. |
| Admin Reports | Interactive message card schemas used for bot notifications. |
Loading
A specialized utility for auditing and repairing critical configuration files in your agent project.

A cross-platform Node.js CLI utility for generating and verifying cryptographic file checksums using MD5, SHA1, and SHA256 algorithms.

A creative skill that enables AI agents to generate atmospheric ghost stories and micro-fiction to add personality and narrative depth.

A developer tool that automatically generates and executes unit and integration tests for Openclaw Skills to ensure high code quality.

A powerful tool for programmatically managing and adding records to Feishu Bitable (Base) environments.

A powerful automation tool for broadcasting rich text, markdown posts, and media to every user within a Feishu tenant.








































