What problem does it solve?
This Skill automates the process of querying project manager work time logs and exporting them as CSV files, saving time and reducing manual effort.
Core Features & Use Cases
- Automated Log Querying: Retrieve work time logs from an internal system with login authentication and API requests.
- CSV Export: Generate CSV files from the retrieved log data, with customizable date ranges and employee names.
- Use Case: For project managers who need to quickly access and analyze their work time logs, this Skill simplifies the process and provides a convenient export format for further analysis.
Quick Start
To query work time logs for "Li Xiaopeng" from March 22 to March 25, 2026, and export them to "C:\Users\Lixp.qclaw\workspace\job_log.csv", run the following command:
node scripts/job_query.js 李晓朋 2026-03-22 2026-03-25 C:\Users\Lixp\.qclaw\workspace\job_log.csv