在不同数据格式间转换:CSV、JSON、XML、YAML、TOML 等。
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill data-format-converter --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Data Format Converter?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-data-format-converter)More formats (shields.io, HTML) on the badges page.
---
name: Data Format Converter
description: 在不同数据格式间转换:CSV、JSON、XML、YAML、TOML 等。
---
# Data Format Converter
在不同数据格式间转换:CSV、JSON、XML、YAML、TOML 等。
## 功能
- CSV ↔ JSON 转换
- JSON ↔ YAML 转换
- XML ↔ JSON 转换
- TOML ↔ JSON 转换
- 批量转换
## 触发词
- "格式转换"
- "格式互转"
- "convert format"
- "csv to json"
## 支持格式
| 输入 | 输出 |
|------|------|
| CSV | JSON |
| JSON | YAML |
| YAML | JSON |
| XML | JSON |
| TOML | JSON |
## 示例
```
输入 (CSV):
name,age
John,30
Jane,25
输出 (JSON):
[
{"name": "John", "age": "30"},
{"name": "Jane", "age": "25"}
]
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!