url-parameter-parser
OfficialExtract URL params into CSV columns.
Authorfeed-mob
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill automates the extraction of query parameters from URLs embedded in CSV files, adding new columns for each parameter and preserving the original data.
Core Features & Use Cases
- Automatic URL detection: Finds columns named url or URL.
- Parameter extraction: Parses all query parameters from each URL.
- Dynamic columns: Creates new columns with parameter names and fills values (joined with | for multiple values).
- Data preservation: Keeps the original data intact while enriching it with parameters.
Quick Start
Process one or more CSV files:
- python scripts/process_csv.py data.csv
- python scripts/process_csv.py If no files are specified, it processes all CSV files in the current directory.
Dependency Matrix
Required Modules
None requiredComponents
scripts
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: url-parameter-parser Download link: https://github.com/feed-mob/agent-skills/archive/main.zip#url-parameter-parser Please download this .zip file, extract it, and install it in the .claude/skills/ directory.