heze-price

Collect Heze engineering cost material data from a government website into Elasticsearch.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the collection of Heze engineering cost material information from a government website, making it easier to access and analyze the data.

Core Features & Use Cases

  • Automated Data Collection: Collects data from a government website and stores it in an Elasticsearch index for further analysis.
  • Incremental Synchronization: Automatically synchronizes new data as it becomes available, ensuring up-to-date information.
  • Data Extraction: Extracts and parses the relevant information from the collected data, such as prices and specifications.
  • Use Case: For organizations that need to keep track of engineering cost material information for Heze, this Skill can save time and reduce manual errors.

Quick Start

Run the 'sync' command to start the collection process.

Frequently Asked Questions about heze-price

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

FAQPage Schema
How do I automate web scraping of government engineering cost data into Elasticsearch?

Incremental synchronization in web scraping tracks previously collected data and automatically extracts only newly published material information from the government website, ensuring the Elasticsearch index remains up-to-date without duplicating existing records.

Can I use beautifulsoup4 to extract material prices and specifications from a government website?

Yes, you can use beautifulsoup4 to extract material prices and specifications from a government website by parsing the HTML structure of the page and isolating the relevant data fields before storing them in Elasticsearch.

Do I need an Elasticsearch index to store scraped government data?

Yes, you need an Elasticsearch index to store scraped government data because this skill specifically uses the elasticsearch Python library to index extracted engineering cost information for further querying and analysis.

What's the best way to collect Heze engineering cost material information automatically?

The best way to collect Heze engineering cost material information automatically is to run the sync command, which triggers the Python scripts to fetch, parse, and synchronize the data directly into an Elasticsearch index.