Back to Registry
View Author Profile
Official Verified
Data Format Converter
Skill by honestqiao
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/honestqiao/data-format-converterOr
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"}
]
Metadata
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.
Related Skills
clawra-selfie
Generate AI images using MiniMax or fal.ai (Grok Imagine) and send to messaging channels via OpenClaw
honestqiao 2387
zhipu-image
Generate images using Zhipu AI's CogView model
honestqiao 2387
Regex Generator
Skill by honestqiao
honestqiao 2387
zhipu-embeddings
Use Zhipu (智谱) web embeddings API for embeddingsing the internet. Use when user asks for web embeddings, latest news, or needs current information.
honestqiao 2387
doubao-image
Use Zhipu (智谱) web search API for searching the internet. Use when user asks for web search, latest news, or needs current information.
honestqiao 2387