Csv Processor

🌐Community
by cleanexpo · vlatest · Repository

Extracts, transforms, and analyzes data from CSV files to generate reports and refine written content.

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 csv-processor npx -- -y @trustedskills/csv-processor
2

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

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

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

About This Skill

What it does

The csv-processor skill allows AI agents to read, parse, and manipulate data stored in CSV (Comma Separated Values) files. It can extract specific columns, filter rows based on criteria, and perform basic calculations on numerical data within the CSV. This enables automated analysis and transformation of tabular data for various tasks.

When to use it

  • Data Extraction: Automatically pull relevant information from a large CSV file containing customer orders, like extracting order dates and product names.
  • Report Generation: Process sales data in a CSV format to generate summary reports with key metrics such as total revenue or average order value.
  • Data Cleaning: Identify and correct inconsistencies or errors within a CSV dataset, such as standardizing date formats or removing duplicate entries.
  • Import/Export: Facilitate the import of data from external CSV sources into an application or export processed data to a new CSV file.

Key capabilities

  • CSV File Reading
  • Data Parsing and Extraction
  • Row Filtering based on criteria
  • Column Selection
  • Basic Numerical Calculations

Example prompts

  • "Read the 'sales_data.csv' file and extract the columns 'Date', 'Product', and 'Revenue'."
  • "Filter rows from 'customer_orders.csv' where the order total is greater than $100."
  • “Calculate the average price of products listed in ‘product_catalog.csv’."

Tips & gotchas

The skill requires access to the CSV file being processed. Ensure the AI agent has appropriate permissions and a clear path to locate the desired CSV files.

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
cleanexpo
Installs
3

🌐 Community

Passed automated security scans.