qinghai-price

Automates collection and ETL of Qinghai engineering material price data.

Updated May 22, 2026
One-click install
npx skills add https://github.com/pengfit/cjt-skills --skill qinghai-price
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qinghai-price
Source: https://github.com/pengfit/cjt-skills/tree/main/qinghai-price
Command: npx skills add https://github.com/pengfit/cjt-skills --skill qinghai-price

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, beautifulsoup4, pyyaml, elasticsearch, pdfplumber, pdf2image, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the collection of Qinghai engineering material price data, streamlining the process of ETL (Extract, Transform, Load) operations.

Core Features & Use Cases

  • Automated Data Collection: Extracts data from specified websites and saves it for further processing.
  • ETL Operations: Performs data cleaning, classification, and transformation to prepare the data for analysis.
  • Use Case: For organizations that need up-to-date price data for materials used in construction projects in Qinghai.

Quick Start

Run the sync command to synchronize data for the latest period.

Frequently Asked Questions about qinghai-price

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

FAQPage Schema
How do I automate ETL operations for Qinghai engineering material prices from government websites?

You can automate Qinghai engineering material price collection by running the sync command to extract data from government websites, transform it through cleaning and classification, and load it into elasticsearch for analysis.

What Python libraries are required for web scraping and processing government material price data?

Required Python libraries include requests and beautifulsoup4 for web scraping, pdfplumber and pdf2image for extracting PDF tables, pyyaml for configuration, and elasticsearch for storing the processed engineering material price data.

Can I use this Skill to extract material price data from PDF documents published by Qinghai government sites?

Yes, this Skill supports extracting material price data from PDF documents using pdfplumber and pdf2image, specifically targeting Qinghai government engineering material price publications for automated data collection.

Does this data collection workflow support indexing Qinghai engineering material prices into Elasticsearch?

Yes, the ETL workflow loads cleaned and transformed Qinghai engineering material price data into elasticsearch, enabling searchable indexing and retrieval of government material price records for analysis.

What is the best way to keep Qinghai engineering material price data up to date automatically?

Run the sync command to automatically synchronize and collect the latest Qinghai engineering material price data from government websites, ensuring your dataset stays current through automated ETL processing.

Are there limitations when scraping Qinghai government websites for engineering material prices?

Limitations include dependency on the Qinghai government website structure for scraping with requests and beautifulsoup4, and potential need to update ETL logic if source site layouts or PDF formats change.