file-converter

File format converter. Detect formats, convert between JSON/YAML/XML/CSV/Markdown, minify and prettify code. Commands: detect, json2yaml, yaml2json, csv2md.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "file-converter" with this command: npx skills add ckchzh/file-converter

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

scripts/script.sh pretty-json

minify-json

scripts/script.sh minify-json

url-encode

scripts/script.sh url-encode

url-decode

scripts/script.sh url-decode

hex

scripts/script.sh hex

detect

scripts/script.sh detect

stats

scripts/script.sh stats

help

scripts/script.sh help

version

scripts/script.sh version

Examples

scripts/script.sh pretty-json
scripts/script.sh minify-json
scripts/script.sh help

Configuration

VariableRequiredDescription
FILE_CONVERTER_DIRNoData 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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Raspberry Pi Manager

Manage Raspberry Pi devices — GPIO control, system monitoring (CPU/temp/memory), service management, sensor data reading.

Registry SourceRecently Updated
4850Profile unavailable
Coding

网页剪藏工具

网页剪藏工具。发送网页链接,提取正文内容保存为本地Markdown文件。

Registry SourceRecently Updated
1200Profile unavailable
Coding

Cli Builder

CLI tool generator. Project scaffolding, command adding, argument parsing, help docs, config handling, publish checklist, interactive prompts.

Registry SourceRecently Updated
5430Profile unavailable
Coding

Api Generator

API code generator. Generate RESTful endpoints, GraphQL schemas, OpenAPI/Swagger docs, API clients, mock servers, authentication, rate limiting.

Registry SourceRecently Updated
2.4K3Profile unavailable