Data Export

🌐Community
by indranilbanerjee · vlatest · Repository

Exports selected data from the frontend in CSV format for easy analysis and sharing.

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

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

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

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

About This Skill

What it does

The data-export skill allows AI agents to extract data from a webpage and export it in various formats. It can handle structured data like tables, lists, or specific elements identified by CSS selectors. The exported data can then be saved as CSV, JSON, or other common file types for further analysis or use.

When to use it

  • Data Scraping: Extract product information (price, description) from an e-commerce website.
  • Report Generation: Pull key metrics from a dashboard and export them into a spreadsheet.
  • Content Migration: Export content from one platform to another by extracting data from the source site.
  • Data Analysis Preparation: Gather data from multiple web pages into a single file for analysis in tools like Excel or Python.

Key capabilities

  • Webpage Data Extraction
  • CSV Export
  • JSON Export
  • CSS Selector Targeting
  • Structured Data Handling (tables, lists)

Example prompts

  • "Export the table data from https://example.com/table as a CSV file."
  • "Extract all product names and prices from https://shop.example.com/products and save them as JSON."
  • “Get me the list of blog post titles from ‘https://blog.example.com’ in CSV format.”

Tips & gotchas

The skill's effectiveness depends on well-defined CSS selectors to target the desired data; inaccurate selectors will lead to incomplete or incorrect exports. Ensure that the webpage structure is consistent, as changes can break the extraction process.

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
indranilbanerjee
Installs
5

🌐 Community

Passed automated security scans.