← スキル一覧に戻る

extract-hefei-stores
by minglu6
⭐ 0🍴 0📅 2026年1月20日
SKILL.md
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
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です