Data Format Converter

# Data Format Converter

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 "Data Format Converter" with this command: npx skills add data-format-converter

Data Format Converter

在不同数据格式间转换:CSV、JSON、XML、YAML、TOML 等。

功能

  • CSV ↔ JSON 转换
  • JSON ↔ YAML 转换
  • XML ↔ JSON 转换
  • TOML ↔ JSON 转换
  • 批量转换

触发词

  • "格式转换"
  • "格式互转"
  • "convert format"
  • "csv to json"

支持格式

输入输出
CSVJSON
JSONYAML
YAMLJSON
XMLJSON
TOMLJSON

示例

输入 (CSV):
name,age
John,30
Jane,25

输出 (JSON):
[
  {"name": "John", "age": "30"},
  {"name": "Jane", "age": "25"}
]

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.

General

Converter

A local-first conversion router and format strategist. Identifies the safest local path for document, image, audio, video, archive, and data transformations....

Registry SourceRecently Updated
4890Profile unavailable
General

CD 转 FLAC 音频转换器

Convert CD audio archives (RAR files containing WAV+CUE pairs) into organized FLAC files. Handles RAR extraction, CUE-based track splitting, GBK encoding fix...

Registry SourceRecently Updated
620Profile unavailable
General

Pinyin Converter

Convert Chinese text to Pinyin (拼音). 中文转拼音工具,支持声调标记、去声调、首字母大写。适合语言学习、输入法开发、中文处理。Chinese to Pinyin converter with tone marks.

Registry SourceRecently Updated
650Profile unavailable
General

Markdown To Ppt

Convert Markdown to beautiful presentations and slides. 一键将Markdown文档转换为精美PPT幻灯片,支持多种主题风格,适合商务汇报、教学课件、会议演讲。Markdown to PPT, presentation generator, slides ma...

Registry SourceRecently Updated
841Profile unavailable