← 返回 Skills 市场
aronchick

Expanso csv-to-json

作者 Expanso · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
985
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install expanso-csv-to-json
功能描述
Convert CSV input into a JSON array of objects using Expanso Edge CLI or MCP pipelines.
使用说明 (SKILL.md)

csv-to-json

"Convert CSV data to JSON array of objects"

Requirements

  • Expanso Edge installed (expanso-edge binary in PATH)
  • Install via: clawhub install expanso-edge

Usage

CLI Pipeline

# Run standalone
echo '\x3Cinput>' | expanso-edge run pipeline-cli.yaml

MCP Pipeline

# Start as MCP server
expanso-edge run pipeline-mcp.yaml

Deploy to Expanso Cloud

expanso-cli job deploy https://skills.expanso.io/csv-to-json/pipeline-cli.yaml

Files

File Purpose
skill.yaml Skill metadata (inputs, outputs, credentials)
pipeline-cli.yaml Standalone CLI pipeline
pipeline-mcp.yaml MCP server pipeline
安全使用建议
This skill appears to do only local CSV→JSON conversions and is coherent with its metadata. Before installing or running it: 1) ensure you trust the expanso-edge binary you will run (the skill relies on it to execute pipelines); 2) avoid piping sensitive secrets into the pipeline (it will include any input in output/metadata); 3) if you run MCP mode, be aware it listens on 0.0.0.0 by default and exposes an unauthenticated /convert POST endpoint — bind to localhost or use firewall/authentication if you don't want it reachable from untrusted networks; 4) the SKILL.md mentions an optional deploy command to Expanso Cloud — deploying would send the pipeline to that service, so don't deploy sensitive data unless you trust the remote service and have reviewed its privacy policy.
功能分析
Type: OpenClaw Skill Name: expanso-csv-to-json Version: 1.0.0 The OpenClaw AgentSkills bundle 'expanso-csv-to-json' is a benign utility designed to convert CSV data to JSON. All files consistently describe and implement this functionality using Expanso Edge pipelines. The skill operates locally, uses standard input/output (stdin/stdout or HTTP server), and explicitly states it requires no credentials. There are no signs of data exfiltration, malicious execution, persistence mechanisms, obfuscation, or prompt injection attempts against the AI agent in the documentation or code. The use of environment variables for configuration (e.g., `DELIMITER` in `pipeline-cli.yaml`) is a standard and non-malicious practice.
能力评估
Purpose & Capability
The skill name, README, SKILL.md, and pipeline files all describe a local CSV→JSON conversion. The only runtime dependency is expanso-edge (expected for Expanso pipelines). No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
Runtime instructions are narrowly scoped to running the provided Expanso pipelines (CLI/stdin or MCP HTTP endpoint). The pipelines only read CSV input (stdin or HTTP body), an optional DELIMITER env var and optional PORT, and produce JSON output. Note: the MCP pipeline binds to 0.0.0.0:${PORT:-8080} and exposes an unauthenticated /convert POST endpoint — this is expected for a simple local server but is a security consideration if you run it on a publicly reachable host.
Install Mechanism
There is no install spec and no files that will be fetched or executed by the skill at install time. It is instruction-only, so nothing is written to disk by the skill itself during installation.
Credentials
The skill does not declare or require any credentials or sensitive environment variables. The pipelines reference optional environment vars (DELIMITER, PORT) that are appropriate and proportional to the task.
Persistence & Privilege
The skill does not request permanent presence (always is false) and does not modify other skills or system settings. It runs when invoked and has no elevated platform privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install expanso-csv-to-json
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /expanso-csv-to-json 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial publish
元数据
Slug expanso-csv-to-json
版本 1.0.0
许可证
累计安装 2
当前安装数 2
历史版本数 1
常见问题

Expanso csv-to-json 是什么?

Convert CSV input into a JSON array of objects using Expanso Edge CLI or MCP pipelines. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 985 次。

如何安装 Expanso csv-to-json?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install expanso-csv-to-json」即可一键安装,无需额外配置。

Expanso csv-to-json 是免费的吗?

是的,Expanso csv-to-json 完全免费(开源免费),可自由下载、安装和使用。

Expanso csv-to-json 支持哪些平台?

Expanso csv-to-json 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Expanso csv-to-json?

由 Expanso(@aronchick)开发并维护,当前版本 v1.0.0。

💬 留言讨论