Extract Epiroc BEV Weekly Report

Extract key sections from Epiroc BEV weekly PDF reports into structured Markdown.

1|Updated Jul 30, 2025
One-click install
npx skills add https://github.com/karstegg/MarthaVault --skill extract-epiroc-bev-weekly-report
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Extract Epiroc BEV Weekly Report
Source: https://github.com/karstegg/MarthaVault/tree/main/.claude/skills/extract-epiroc-bev-report
Command: npx skills add https://github.com/karstegg/MarthaVault --skill extract-epiroc-bev-weekly-report

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the extraction of Epiroc BRMO BEV weekly PDF reports into a structured Markdown document for Week N.

Core Features & Use Cases

  • Extract General Summary from the PDF
  • Extract BEV Daily Exceptions (only equipment with delays/breakdowns)
  • Extract Planned Work with Maintenance Schedule (as a Markdown table)
  • Extract Battery and Charger Status Report including Inventory table
  • Extract Battery Overheat Report
  • Compile Critical Issues from BEV, CAS L9, and Certiq & Mobilaris

Quick Start

Use Claude Code slash command: /extract-epiroc-bev-report --week=16 Or run: python extract_epiroc_bev_report.py --week 16

Frequently Asked Questions about Extract Epiroc BEV Weekly Report

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

FAQPage Schema
How do I extract data from Epiroc BEV weekly PDF reports into Markdown?

Extract Epiroc BEV weekly PDF reports into structured Markdown by running the Skill with a specific week number. It automatically parses General Summary, Daily Exceptions, Planned Work, Battery and Charger Status, Overheat Reports, and Critical Issues, outputting a ready-to-use Markdown file for Week N.

What sections does the BEV weekly report extraction pull from PDF reports?

The extraction captures General Summary, BEV Daily Exceptions (equipment with delays/breakdowns), Planned Work with maintenance schedules, Battery and Charger Status inventory tables, Battery Overheat Reports, and Critical Issues from BEV, CAS L9, and Certiq & Mobilaris systems.

Can I automate Epiroc BRMO BEV report extraction with a CLI command?

Yes. Use the Claude Code slash command `/extract-epiroc-bev-report --week=N` or run `python extract_epiroc_bev_report.py --week N` to automatically locate and extract the Week N PDF into a structured Markdown report.

What format does the extracted BEV report output?

The Skill outputs a Markdown file named `Epiroc_BEV_Weekly_Report_WeekN_Extracted.md` with formatted tables for inventory and status data, ready to include in documentation or dashboards.

Do I need to manually parse PDF tables from Epiroc BEV reports?

No. The Skill handles precise section parsing and exact Markdown table formatting automatically, eliminating manual PDF reading and table reconstruction for weekly BEV battery and charger status reports.

What's required before running the BEV report extraction?

Ensure you have access to the Epiroc BRMO BEV weekly PDF reports for the target week in your environment, and Python installed to run the extraction script or Claude Code CLI access for slash commands.