ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Data Format Converter

Skill by honestqiao

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/honestqiao/data-format-converter
Or

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"}
]

Metadata

Stars2387
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-honestqiao-data-format-converter": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.