← 返回 Skills 市场
Json2csv
作者
albionaiinc-del
· GitHub ↗
· v1.0.0
· MIT-0
80
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install json2csv
功能描述
Converts JSON files to CSV by flattening nested objects and arrays for easy use in spreadsheets and data analysis.
使用说明 (SKILL.md)
JSON to CSV Converter
Converts JSON files to CSV format with intelligent flattening of nested objects and arrays, making data usable in spreadsheets and analytics platforms.
Usage
# Convert a JSON file to CSV
python json2csv.py data.json output.csv
# Example input (data.json):
# [
# {"name": "Alice", "info": {"age": 30, "tags": ["engineer", "admin"]}},
# {"name": "Bob", "info": {"age": 25, "tags": ["analyst", "user"]}}
# ]
# Output (output.csv):
# info.age,info.tags.0,info.tags.1,name
# 30,engineer,admin,Alice
# 25,analyst,user,Bob
Price
$2.00
安全使用建议
This skill appears to be what it says: a simple local JSON→CSV converter. Before installing or running it: (1) note the SKILL.md example references json2csv.py but the provided script is tool.py—run with python tool.py or rename if you prefer; (2) run it on non-sensitive data or in a sandbox first if you distrust the unknown source; (3) review or open the script to confirm it only reads/writes the files you expect (it does not perform network calls or access secrets); and (4) be careful not to overwrite important files when specifying the output path.
功能分析
Type: OpenClaw Skill
Name: json2csv
Version: 1.0.0
The skill bundle is a straightforward utility for converting JSON files to CSV format. The Python script (tool.py) uses standard libraries to flatten nested data structures and perform file I/O operations consistent with its stated purpose, with no evidence of network activity, shell execution, or data exfiltration.
能力评估
Purpose & Capability
The skill's stated purpose (flatten JSON to CSV) matches the provided tool.py implementation which reads a local JSON file, flattens records, and writes CSV. Minor documentation mismatch: SKILL.md examples call python json2csv.py while the repository contains tool.py (filename mismatch could cause confusion but is not a security risk).
Instruction Scope
Runtime instructions only ask to run the converter on local files and show example input/output. The implementation only reads the specified input path and writes the specified output path; it does not access other files, environment variables, or network endpoints.
Install Mechanism
No install spec is provided and the skill is instruction/code-only. Nothing is downloaded or written to disk by an installer step beyond running the provided script.
Credentials
No environment variables, credentials, or config paths are required or accessed. The code does not read os.environ or any secret stores.
Persistence & Privilege
The skill is not forced-always, does not request persistent system privileges, and does not modify other skills or system-wide agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install json2csv - 安装完成后,直接呼叫该 Skill 的名称或使用
/json2csv触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of JSON to CSV Converter.
- Converts JSON files to CSV format with support for flattening nested objects and arrays.
- Designed for easy import of data into spreadsheets and analytics tools.
- Simple command-line usage for fast conversions.
- Example input and output provided for clarity.
- Priced at $2.00.
元数据
常见问题
Json2csv 是什么?
Converts JSON files to CSV by flattening nested objects and arrays for easy use in spreadsheets and data analysis. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 80 次。
如何安装 Json2csv?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install json2csv」即可一键安装,无需额外配置。
Json2csv 是免费的吗?
是的,Json2csv 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Json2csv 支持哪些平台?
Json2csv 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Json2csv?
由 albionaiinc-del(@albionaiinc-del)开发并维护,当前版本 v1.0.0。
推荐 Skills