agency-sales-data-extraction-agent

Extract and normalize sales metrics from Excel files for reporting.

1|Updated May 5, 2026
One-click install
npx skills add https://github.com/bomberoxenviosdosruedas/01EnviosDosRueda --skill agency-sales-data-extraction-agent-bomberoxenviosdosruedas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agency-sales-data-extraction-agent
Source: https://github.com/bomberoxenviosdosruedas/01EnviosDosRueda/tree/main/.agents/workflows/agency-sales-data-extraction-agent
Command: npx skills add https://github.com/bomberoxenviosdosruedas/01EnviosDosRueda --skill agency-sales-data-extraction-agent-bomberoxenviosdosruedas

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the monitoring and extraction of key sales metrics from Excel files, streamlining reporting processes and ensuring accuracy.

Core Features & Use Cases

  • Real-time Monitoring: Continuously monitor Excel files for updates and extract metrics like MTD, YTD, and Year End projections.
  • Data Normalization: Normalize and persist extracted metrics for easy reporting and distribution.
  • Use Case: Ideal for businesses that need to automatically gather and report sales data, saving time and reducing errors in manual data entry.

Quick Start

Set up the agency-sales-data-extraction-agent to monitor the 'sales_reports' directory for new files.

Frequently Asked Questions about agency-sales-data-extraction-agent

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

FAQPage Schema
How do I automate extracting sales metrics from Excel files for real-time reporting?

Automating Excel sales metrics extraction involves continuously monitoring directories for file updates and normalizing data points like MTD and YTD projections. This process streamlines financial analysis workflows by persisting normalized metrics into a database for accurate, real-time reporting.

Do I need PostgreSQL to extract and persist sales metrics from Excel?

PostgreSQL is required to extract and persist sales metrics from Excel files in this workflow. The database stores the normalized data points gathered from your spreadsheets, enabling reliable data retrieval and accurate downstream reporting for your sales department.

What is the best way to normalize Excel sales data for financial analysis?

The best way to normalize Excel sales data for financial analysis is to deploy an automated extraction agent. It continuously watches for file updates, extracts key performance indicators like Year End projections, and standardizes them into a structured format for consistent reporting.

Can I continuously monitor an Excel directory for updated sales data?

You can continuously monitor an Excel directory for updated sales data by setting up filesystem watchers. These watchers detect new or modified spreadsheets in real-time, automatically triggering the extraction and normalization of sales metrics without requiring manual file uploads.

What specific sales metrics can I automatically extract from Excel spreadsheets?

You can automatically extract specific sales metrics from Excel spreadsheets such as Month-to-Date (MTD), Year-to-Date (YTD), and Year End projections. These normalized metrics are then persisted for monitoring key performance indicators within financial analysis workflows.

How do I reduce manual data entry errors when reporting sales metrics?

To reduce manual data entry errors when reporting sales metrics, implement automated extraction from Excel files. This approach eliminates manual input by directly monitoring spreadsheets, normalizing the data, and persisting the metrics for accurate real-time reporting.