Xlsx
Extracts, analyzes, and summarizes data from Excel (.xlsx) files to inform written content and reports.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add zhangcurosr-xlsx npx -- -y @trustedskills/zhangcurosr-xlsx
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"zhangcurosr-xlsx": {
"command": "npx",
"args": [
"-y",
"@trustedskills/zhangcurosr-xlsx"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to process and extract data from .xlsx (Microsoft Excel) files. It can read data from spreadsheets, interpret cell values, and potentially perform calculations based on the spreadsheet content. The agent can then use this extracted information for further tasks or analysis.
When to use it
- Data Extraction: Automatically pull specific data points from a financial report in
.xlsxformat. - Inventory Management: Read inventory levels from an Excel sheet and update a database accordingly.
- Report Generation: Use spreadsheet data as the basis for generating summaries or reports.
- Budget Analysis: Analyze budget spreadsheets to identify spending trends and potential areas of concern.
Key capabilities
- Reads
.xlsxfiles - Extracts data from cells within spreadsheets
- Interprets cell values (numbers, text, dates)
Example prompts
- "Read the 'Sales Data' spreadsheet and tell me the total sales for Q3."
- "Extract all customer names and email addresses from the 'Customer List.xlsx' file."
- "What is the average price per unit in the 'Product Pricing.xlsx' sheet?"
Tips & gotchas
- The skill requires access to the
.xlsxfile, either locally or via a URL. - Complex formulas within the spreadsheet may not be fully interpreted; focus on simple data extraction for best results.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.