One-click install
npx skills add https://github.com/xfs96192/claude-config --skill weekly-report-xfs96192
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weekly-report
Source: https://github.com/xfs96192/claude-config/tree/main/skills/weekly-report
Command: npx skills add https://github.com/xfs96192/claude-config --skill weekly-report-xfs96192

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automatically generates the weekly product operations report for the Wind-based multi-asset investment department, reducing manual steps from data preparation to final doc/PDF.

Core Features & Use Cases

  • End-to-end workflow: date-driven data ingestion, processing, and report assembly.
  • Automated document production: generates a structured Word report and corresponding PDF, with AI-generated summaries for key sections.
  • Trigger-ready: responds to natural-language prompts like "generate report for YYYYMMDD" to execute the full pipeline.

Quick Start

Prompt the system to generate the weekly report for a specific date, for example 20260205.

Frequently Asked Questions about weekly-report

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

FAQPage Schema
How do I automate weekly investment report generation from Excel data to PDF?

Automating weekly investment report generation involves consolidating Excel data processing and document assembly into Word and PDF outputs. This Skill handles date-driven data ingestion, applies AI-derived summaries, and scripts the end-to-end pipeline from data to final publication.

What do I need to set up to run automated report generation with Python and LibreOffice?

To run automated report generation, you need Python with pandas, openpyxl, and Playwright for HTML capture, plus LibreOffice for PDF export. These dependencies enable data processing, Excel linking, and final document assembly.

How does AI summary generation work for financial weekly reports?

AI summary generation for financial weekly reports works by processing consolidated data through AI-derived summaries for key sections. The pipeline ingests date-driven data, generates insights, and assembles them into structured Word and PDF outputs.

Can I trigger report automation using a natural language date prompt?

Yes, you can trigger report automation using natural language date prompts like "generate report for YYYYMMDD." This executes the full pipeline, from data ingestion and processing through to final Word and PDF document assembly.

What is the best way to convert Excel linked data into a formatted Word report?

The best way to convert Excel linked data into a formatted Word report is using an end-to-end automation pipeline. This Skill consolidates data processing, Excel linking, and document assembly, producing structured Word reports and corresponding PDF outputs.

Why does HTML capture with Playwright fail during PDF export in report automation?

HTML capture with Playwright during PDF export may fail if the environment lacks proper browser dependencies or LibreOffice is not configured. The pipeline requires Playwright for HTML capture and LibreOffice specifically for the PDF export step.