Xlsx Reader

🌐Community
by childbamboo · vlatest · Repository

Extracts data tables, lists, and text from xlsx files to inform your writing projects efficiently.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add xlsx-reader npx -- -y @trustedskills/xlsx-reader
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "xlsx-reader": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/xlsx-reader"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The xlsx-reader skill allows AI agents to read data from .xlsx (Microsoft Excel) files. It extracts the contents of cells, including text and numerical values, and presents them in a structured format for further processing or analysis. This enables agents to automate tasks involving spreadsheet data without manual intervention.

When to use it

  • Data Extraction: Automatically pull specific data points from an Excel file containing sales figures, customer lists, or inventory information.
  • Report Generation: Process data from a budget spreadsheet and generate a summary report highlighting key financial metrics.
  • Automated Analysis: Feed data from a tracking sheet into another tool for automated analysis and trend identification.
  • Data Migration: Extract data from an old Excel format to import it into a new database or application.

Key capabilities

  • Reads .xlsx files
  • Extracts cell values (text and numbers)
  • Provides structured data output

Example prompts

  • "Read the 'Sales Data' sheet in sales_report.xlsx and tell me the total sales for Q3."
  • "Can you extract all email addresses from the 'Contacts' sheet of customer_list.xlsx?"
  • "Process the data in budget.xlsx and create a summary table showing expenses by category."

Tips & gotchas

  • Ensure the AI agent has access to the .xlsx file path.
  • The skill’s output format might require some parsing or transformation depending on the downstream application.

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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
childbamboo
Installs
14

🌐 Community

Passed automated security scans.