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 honestqiao/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
4970Profile unavailable
General

Locale Dates

Format and convert dates, times, and durations. Compute timezones, relative time, and weekday/month names in local language. Instruction-based — no exec or d...

Registry SourceRecently Updated
2461Profile unavailable
General

PPTX to Image Converter

Convert PowerPoint PPTX files to high-quality JPG or PNG images with customizable DPI, maintaining original slide proportions and orientation on Windows.

Registry SourceRecently Updated
2190Profile unavailable
General

Article to Feishu

将网页文章转换为飞书文档,支持今日头条、博客园、微信公众号、CSDN 等多种网站。自动下载图片并按原文顺序插入。 **当用户要求以下操作时使用**: - "把这篇文章转成飞书文档" - "导入文章到飞书" - "保存网页到飞书" - "把链接转成文档" **支持的网站**: - 今日头条 (m.toutiao.c...

Registry SourceRecently Updated
2300Profile unavailable