Remarshal

Use this skill when the user wants to convert between data formats like TOML, YAML, JSON, CBOR, and MessagePack

javimosch 2f6d7d9 825 B Updated

File contents

Remarshal Plugin

convert between data formats like TOML, YAML, JSON, CBOR, and MessagePack

Commands

  • remarshal self version — Print remarshal version
  • remarshal _ _ — Passthrough to remarshal CLI

Usage Examples

  • "Convert this TOML to YAML"
  • "Transform JSON to TOML"
  • "Convert between any supported formats"

Installation

pip install remarshal

Examples

remarshal --from toml --to yaml config.toml > config.yaml
remarshal --from json --to toml data.json > data.toml
cat data.yaml | remarshal --from yaml --to json

Key Features

  • Multi-format support
  • Lossless conversion
  • Pretty-print options
  • Stdin/stdout piping

javimosch/supercli/tree/main/plugins/remarshal/skills/quickstart commit 2f6d7d9acd

Frequently asked questions

npx skillmds@latest add javimosch/remarshal