Job_query

Query work time logs via HTTP API and export them as CSV files.

Updated Apr 14, 2026
One-click install
npx skills add https://github.com/lxp119/my_skills --skill job-query
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Job_query
Source: https://github.com/lxp119/my_skills/tree/main/skills/Job_query
Command: npx skills add https://github.com/lxp119/my_skills --skill job-query

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

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

Frequently Asked Questions about Job_query

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate work time log querying and export the data to a CSV file?

Automate work time log querying by executing a JavaScript script that sends HTTP requests with login authentication to your internal system API, retrieves the logs, and exports them directly to a CSV file for analysis.

Can I filter work time logs by specific date ranges and employee names?

Yes, you can filter work time logs by specifying custom date ranges and employee names as command-line arguments when running the script, ensuring the exported CSV only contains the targeted project management data.

What do I need to set up before using this API integration for project management log retrieval?

You need a JavaScript runtime environment and valid login credentials for the internal system API, as the script relies on HTTP requests to authenticate and retrieve work time logs before exporting them to CSV.

How does the automated CSV export handle work time log data from internal systems?

The automated CSV export handles work time log data by authenticating via HTTP requests, querying the internal system API based on your specified parameters, and writing the retrieved project management records into a structured CSV file.

What is the best way to retrieve project manager work time logs without manual effort?

The best way to retrieve project manager work time logs without manual effort is running a JavaScript automation script that handles API authentication, queries the internal system, and automatically generates a CSV export.

Are there limitations when using HTTP requests to query work time logs from internal APIs?

Limitations include dependency on the internal system API's availability and authentication requirements, meaning the automation script cannot retrieve work time logs or export CSV files if the API is inaccessible or credentials are invalid.