chongqing-price

Extract engineering cost material data from the Chongqing government website and synchronize it to Elasticsearch.

Updated May 22, 2026
One-click install
npx skills add https://github.com/pengfit/cjt-skills --skill chongqing-price
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chongqing-price
Source: https://github.com/pengfit/cjt-skills/tree/main/chongqing-price
Command: npx skills add https://github.com/pengfit/cjt-skills --skill chongqing-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 extraction and synchronization of engineering cost materials for Chongqing, eliminating manual data collection and processing tasks.

Core Features & Use Cases

  • Automated Data Extraction: Extracts engineering cost material information from a government website.
  • Data Synchronization: Synchronizes the extracted data to Elasticsearch for further processing.
  • Use Case: For example, users can use this Skill to automatically extract and synchronize engineering cost material prices from the Chongqing government website, saving time and reducing errors.

Quick Start

Run the sync command within the chongqing-price directory to start synchronizing data.

Frequently Asked Questions about chongqing-price

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

FAQPage Schema
How do I automate web scraping of engineering cost materials from the Chongqing government website?

You can automate web scraping of engineering cost materials using the requests and beautifulsoup4 libraries to extract and parse data directly from the Chongqing government website.

How do I synchronize extracted engineering cost material data to Elasticsearch?

To synchronize extracted engineering cost material data to Elasticsearch, you run the sync command. This action automatically pushes the scraped data into your configured Elasticsearch instance for centralized indexing and processing.

What Python dependencies do I need to scrape and sync engineering cost data?

Scraping and syncing engineering cost data requires the requests, beautifulsoup4, pyyaml, and elasticsearch Python dependencies. These libraries handle fetching web pages, parsing HTML, configuration loading, and database connectivity respectively.

Does this data extraction approach work for engineering cost material prices outside Chongqing?

This data extraction approach is specifically configured for engineering cost material prices from the Chongqing government website. Modifying the web scraping logic would be necessary to target different regional government portals.

Can I use BeautifulSoup to parse engineering cost data without configuring Elasticsearch?

You can use BeautifulSoup to parse engineering cost data independently, but the built-in sync command requires a configured Elasticsearch instance. The data synchronization step depends on the elasticsearch library to index the extracted materials.

What is the best way to collect and sync engineering cost material information automatically?

The best way to collect and sync engineering cost material information automatically is running the sync command. It handles the complete pipeline from web scraping target URLs to synchronizing the structured data into Elasticsearch.