jilin-price

Extract and synchronize Jilin Province material price data to Elasticsearch.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, beautifulsoup4, pyyaml, gov-price-etl, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the extraction and synchronization of material price data for Jilin Province, saving time and reducing errors in data processing.

Core Features & Use Cases

  • Data Extraction: Extracts material price data from a specific source website.
  • Data Synchronization: Synchronizes the extracted data to an Elasticsearch index.
  • Data Filtering: Allows filtering of data by year and month.
  • Use Case: This Skill can be used by government agencies or organizations involved in material price monitoring to automate the process of collecting and analyzing data.

Quick Start

Run the command './run.sh sync' to synchronize the latest material price data for Jilin Province.

Frequently Asked Questions about jilin-price

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

FAQPage Schema
How do I automate material price data extraction and sync it to Elasticsearch?

Automate material price data extraction by using Python requests and BeautifulSoup4 to scrape source websites, then synchronize the extracted data directly to an Elasticsearch index for storage and analysis.

What is the best way to filter material price data by year and month during synchronization?

Filtering material price data by year and month is handled natively during the synchronization process, allowing you to target specific timeframes when extracting and syncing data to your Elasticsearch instance.

Do I need an Elasticsearch instance to use this material price synchronization process?

Yes, you need access to an Elasticsearch instance to store the synchronized data, along with a web scraping module to automate the extraction of material price data from the target source website.

How does periodic update and progress tracking work for material price data synchronization?

Periodic updates and progress tracking are handled automatically during synchronization, maintaining a record of processed data to ensure material price data extraction resumes correctly without duplicating previous efforts.

Can I use BeautifulSoup4 to extract and monitor material price data for government agencies?

Yes, BeautifulSoup4 extracts material price data specifically for government agencies or organizations involved in material price monitoring, automating the collection and analysis process to reduce manual data entry errors.