jiangxi-price

Extract and synchronize Jiangxi construction material prices to Elasticsearch.

Updated May 22, 2026
One-click install
npx skills add https://github.com/pengfit/cjt-skills --skill jiangxi-price
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jiangxi-price
Source: https://github.com/pengfit/cjt-skills/tree/main/jiangxi-price
Command: npx skills add https://github.com/pengfit/cjt-skills --skill jiangxi-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 processing of Jiangxi province's construction engineering material price information, simplifying the data collection and management process.

Core Features & Use Cases

  • Automated Data Extraction: Extracts material price information from government websites and PDF documents.
  • Data Synchronization: Synchronizes extracted data to Elasticsearch for further analysis and visualization.
  • Use Case: Imagine you need to monitor the price changes of construction materials in Jiangxi province. Use this Skill to automatically synchronize the latest price information to an Elasticsearch index and visualize it using a dashboard.

Quick Start

To start the process, run the command: ./run.sh sync

Frequently Asked Questions about jiangxi-price

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

FAQPage Schema
How do I extract construction material price information from Jiangxi government websites?

To extract construction material price information from Jiangxi government websites, you can use this Skill to automate data collection from web pages and PDF documents, processing the extracted price data for further indexing and analysis.

How do I synchronize extracted construction material prices into Elasticsearch?

You can synchronize extracted construction material prices into Elasticsearch by running the included sync command, which automates indexing the parsed price data directly into your Elasticsearch cluster for visualization.

Do I need BeautifulSoup and Elasticsearch to parse and store construction material price PDFs?

Yes, you need BeautifulSoup for PDF parsing and web scraping, along with Elasticsearch for data synchronization, as these dependencies handle the extraction and indexing of the construction material price data.

What is the best way to monitor Jiangxi construction engineering material price changes automatically?

The best way to monitor Jiangxi construction engineering material price changes automatically is to run the synchronization command, which extracts the latest price information and syncs it to an Elasticsearch index for dashboard visualization.

Can I use this automated price extraction tool for construction materials outside Jiangxi province?

This automated price extraction tool is specifically designed for Jiangxi province's construction engineering materials, targeting the structure and format of local government websites and PDF documents for accurate price data collection.

Why does PDF parsing fail when extracting construction material price data from government websites?

PDF parsing fails when extracting construction material price data if the document structure deviates from expected formats or if dependencies like BeautifulSoup4 and pyyaml are not properly configured in the environment.