name: extract-hefei-stores description: Extract logistics store names from Hefei Excel files in the unresolved directory. Use when the user asks to extract, process, or get store names from Hefei logistics data. allowed-tools: Bash(python:), Bash(.venv/bin/python:), Read
Extract Hefei Logistics Store Names
This skill extracts store names from Hefei logistics Excel files and outputs them to a formatted text file.
Usage
When the user asks to extract Hefei logistics store names, use the extraction script:
.venv/bin/python .claude/skills/extract-hefei-stores/scripts/extract_stores.py <input_directory> [output_file]
Parameters
-
input_directory: Path to the directory containing Excel files (e.g.,data/hefei/details/unresolved) -
output_file(optional): Output file path. If not provided, generates a default name based on date range
Default Output Format
If no output file is specified, the script automatically generates:
- File name:
物流店名数据_<start_date>_<end_date>.txt - Location: Same as input directory
- Example:
物流店名数据_1.13_1.19.txt
Output File Structure
The output text file contains:
- Date headers (e.g.,
1.13,1.15) - Store names for each vehicle (one per line)
- Empty lines separating different vehicles
- Empty line after each date section
Example
Extract stores from unresolved directory:
.venv/bin/python .claude/skills/extract-hefei-stores/scripts/extract_stores.py data/hefei/details/unresolved
This will:
- Scan all Excel files matching
临努*.xlsxpattern - Extract date from filename (e.g.,
临努1.13.xlsx→1.13) - Extract store names from column 4 (店名列)
- Group stores by vehicle (empty rows = vehicle separator)
- Generate output file:
data/hefei/details/unresolved/物流店名数据_1.13_1.19.txt
Script Logic
- Reads Excel files from the input directory
- Identifies vehicles by empty rows in the Excel sheet
- Extracts store names from column 4 (店名列)
- Sorts output by date
- Each vehicle's stores are separated by blank lines
- Automatically detects date range from filenames
Notes
- Excel files must follow the standard Hefei logistics format
- Store names are in column 4 (店名列)
- Empty rows in Excel indicate vehicle boundaries
- Files are processed in date order
- Output uses UTF-8 encoding
chat Comments (0)
Sign in to join the discussion and leave a comment.
Skill Details
GitHub Stars
0
GitHub Forks
0
Created
Jan 2026
Last Updated
5 months ago
tools
tools productivity tools
Related Skills
Build your own?
Join 12,000+ developers contributing to the Claude ecosystem.
No comments yet. Be the first to share your thoughts!