Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:26:47 +08:00
commit 5e3fa00dc5
4 changed files with 128 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "csv-url-parser",
"description": "A plugin skill that parses URLs in CSV files and extracts query parameters as new columns",
"version": "1.0.0",
"author": {
"name": "Steven Wu",
"email": "steven@feedmob.com"
},
"skills": [
"./skills/SKILL.md"
]
}