Csv Export

🌐Community
by atemndobs · vlatest · Repository

Exports selected data from the frontend table to a downloadable CSV file for easy analysis.

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

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

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

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

About This Skill

What it does

This skill allows AI agents to export data into a CSV (Comma Separated Values) file. It facilitates easy sharing and analysis of structured information, enabling users to download tabular data for use in spreadsheets or other applications. The exported files are formatted according to standard CSV conventions.

When to use it

  • Exporting search results from a database or API for further analysis in a spreadsheet program.
  • Creating a simple report based on collected data that can be easily shared with others.
  • Downloading lists of items (e.g., products, contacts) for offline processing or import into another system.
  • Generating a backup copy of important data in a portable format.

Key capabilities

  • CSV file generation
  • Data formatting according to CSV standards
  • Downloadable output

Example prompts

  • "Export the results of my recent search as a CSV."
  • "Create a CSV file containing all contacts from the database."
  • "Can you give me a CSV of the product list?"

Tips & gotchas

The skill assumes the data is already structured in a tabular format. It may require some initial setup or configuration to ensure the data is properly formatted before export.

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

🌐 Community

Passed automated security scans.