csv-url-parser

Installation
SKILL.md

CSV URL Parser

This skill extracts query parameters from URLs in CSV files and adds them as new columns.

Instructions

  1. Identify CSV files: Look for CSV files in the current directory or specified path
  2. Analyze URL column: Find the column containing URLs (looks for 'url' or 'URL' headers)
  3. Extract parameters: Parse all query parameters from URLs
  4. Create new columns: Add parameter names as new column headers
  5. Process data: Fill new columns with parameter values (multiple values joined with '|')
  6. Save results: Update the CSV file with new columns

Implementation

The skill uses Ruby to process CSV files. Run the processing script:

Installs
1
GitHub Stars
2
First Seen
Jun 10, 2026
csv-url-parser — feed-mob/claude-code-marketplace