File format converter. Detect formats, convert between JSON/YAML/XML/CSV/Markdown, minify and prettify code. Commands: detect, json2yaml, yaml2json, csv2md.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add bytesagain/ai-skills --skill file-converter --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of File Converter?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/bytesagain-file-converter)More formats (shields.io, HTML) on the badges page.
---
version: "2.1.0"
name: file-converter
description: "File format converter. Detect formats, convert between JSON/YAML/XML/CSV/Markdown, minify and prettify code. Commands: detect, json2yaml, yaml2json, csv2md."
author: BytesAgain
homepage: https://bytesagain.com
source: https://github.com/bytesagain/ai-skills
---
# file-converter
File format utility — pretty-print or minify JSON, encode/decode URLs, hex dump files, detect file types, and show file statistics.
## Commands
### `pretty-json`
```bash
scripts/script.sh pretty-json
```
### `minify-json`
```bash
scripts/script.sh minify-json
```
### `url-encode`
```bash
scripts/script.sh url-encode
```
### `url-decode`
```bash
scripts/script.sh url-decode
```
### `hex`
```bash
scripts/script.sh hex
```
### `detect`
```bash
scripts/script.sh detect
```
### `stats`
```bash
scripts/script.sh stats
```
### `help`
```bash
scripts/script.sh help
```
### `version`
```bash
scripts/script.sh version
```
## Examples
```bash
scripts/script.sh pretty-json
scripts/script.sh minify-json
scripts/script.sh help
```
## Configuration
| Variable | Required | Description |
|----------|----------|-------------|
| `FILE_CONVERTER_DIR` | No | Data directory (default: `~/.file-converter/`) |
## Data Storage
All data saved in `~/.file-converter/`. Runs entirely on your machine.
## Requirements
- bash 4.0+
- Standard Unix tools (grep, sed, awk)
---
*Powered by BytesAgain | bytesagain.com | hello@bytesagain.com*
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!