frawk — fast AWK-like CLI for processing CSV/TSV/text with structured JSON output
Scanned 9/6/2026
Install to Claude Code
npx -y skills add javimosch/supercli --skill quickstart --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quickstart?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/javimosch-quickstart-e03832fe)More formats (shields.io, HTML) on the badges page.
---
name: frawk
description: frawk — fast AWK-like CLI for processing CSV/TSV/text with structured JSON output
---
# frawk Plugin
frawk is a fast AWK-like language for processing CSV, TSV, and text files with typed columns and structured JSON output.
## Quickstart
```bash
# Process a CSV file with typed columns
frawk -F, '{print $1, $2}' data.csv
# Use typed column syntax
frawk -F, 'cols=string:symbol,float:price; {print symbol, price}' data.csv
# Output JSON
frawk -F, '{print json($0)}' data.csv
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!