Xlsx
Analyzes and summarizes data from XLSX files to generate concise reports and insights for written content.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add davila7-xlsx npx -- -y @trustedskills/davila7-xlsx
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"davila7-xlsx": {
"command": "npx",
"args": [
"-y",
"@trustedskills/davila7-xlsx"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The davila7-xlsx skill enables AI agents to work with Excel files (.xlsx) by reading, writing, and manipulating spreadsheet data. It supports tasks such as parsing cell values, formatting worksheets, and generating new spreadsheets based on structured input.
When to use it
- Automating the creation of reports or dashboards from raw data sources.
- Extracting specific data fields from large Excel files for analysis.
- Generating standardized templates for financial or project management workflows.
Key capabilities
- Read and write .xlsx files using standard libraries.
- Manipulate cell values, rows, and columns programmatically.
- Apply formatting such as fonts, colors, and borders to worksheets.
- Generate new spreadsheets from structured data inputs.
Example prompts
- "Create an Excel file with a table of sales data including product names, quantities sold, and revenue."
- "Extract all rows where the 'Status' column equals 'Completed' from this spreadsheet."
- "Format the first worksheet to include bold headers and alternating row colors."
Tips & gotchas
- Ensure that your AI agent has access to a library like
xlsxorpandasfor handling Excel files. - Large spreadsheets may require additional memory and processing time, so optimize data handling when possible.
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.