data-converter_skill

This skill converts data between JSON, YAML, XML, CSV, TOML and more, with validation, formatting, and simple transformations to ease data migration.
  • HTML

1

GitHub Stars

1

Bundled Files

2 months ago

Catalog Refreshed

4 months ago

First Indexed

Readme & install

Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.

Installation

Preview and clipboard use veilstrat where the catalogue uses aiagentskills.

npx veilstrat add skill ntaksh42/agents --skill data-converter

  • SKILL.md1.6 KB

Overview

This skill converts data between common formats: JSON, YAML, XML, CSV, TOML (and INI). It helps preserve structure, validate schemas, and apply formatting rules so data can move reliably between systems. Use it for migrations, integrations, or quick format changes.

How this skill works

The skill parses the input format into an internal data model, applies optional transformations (field filtering, case conversion, merging), validates against a provided schema, and serializes the result to the target format. It supports pretty-printing, compact output, key sorting, and basic error reporting for malformed inputs. Batch conversions and merging of multiple files are supported.

When to use it

  • Migrating configuration files between formats (e.g., JSON to YAML or TOML).
  • Preparing data exports or imports for different services that require specific formats.
  • Cleaning and normalizing datasets before analysis or ingestion.
  • Extracting specific fields or converting naming conventions (camelCase ↔ snake_case).
  • Merging multiple small files into a single structured document.

Best practices

  • Validate input with a schema before converting when structure matters.
  • Use pretty-printing for human-edited configs and compact output for network transfer.
  • Keep sensitive fields encrypted or redacted before exporting to less-secure formats.
  • Test conversions with representative sample files to catch edge cases (nested arrays, mixed types).
  • When converting CSV, provide explicit column types or headers to avoid ambiguous types.

Example use cases

  • Convert application config from JSON to TOML for a tool that only accepts TOML.
  • Transform CSV user exports into JSON arrays for API ingestion.
  • Merge multiple service-specific YAML fragments into a single production configuration file.
  • Extract and output only selected fields (name, email) from complex JSON records.
  • Normalize keys from camelCase to snake_case across a dataset before loading into a database.

FAQ

Yes. Provide a JSON Schema (or compatible schema) to validate input before conversion; errors are reported with locations.

How does CSV type inference work?

CSV conversion can infer types (numbers, booleans) or accept explicit column type hints. You can also force all values to strings.

Does it preserve ordering of keys?

You can choose to preserve original key order or sort keys alphabetically during serialization.

Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational