XLSX Processing Skill

Extract XLSX spreadsheet data and save it as JSON.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/GaloSerranoA/GALOGPT --skill xlsx-processing-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: XLSX Processing Skill
Source: https://github.com/GaloSerranoA/GALOGPT/tree/main/AI_Brain/skills/available_skills/xlsx
Command: npx skills add https://github.com/GaloSerranoA/GALOGPT --skill xlsx-processing-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pandas.

What problem does it solve?

This skill eliminates the manual drudgery of handling XLSX files, allowing you to quickly extract, analyze, and transform spreadsheet data without opening Excel. It saves time on repetitive data tasks and reduces the complexity of integrating spreadsheet data into your workflows.

Core Features & Use Cases

  • Data Extraction & Manipulation: Read data, perform calculations, and apply transformations to XLSX files.
  • Analysis & Visualization: Analyze data patterns and create visualizations directly from your spreadsheets.
  • AI Integration: Seamlessly integrate with AI_Brain's data analysis tools for deeper insights.
  • Use Case: Automatically extract sales figures from a weekly XLSX report, analyze trends, and generate a summary JSON for your dashboard, all without manual intervention.

Quick Start

Use the 'XLSX Processing Skill' to extract all data from the file '/path/to/data.xlsx' from 'Sheet1' and save it as a JSON file to '/path/to/output.json'.