← 返回 Skills 市场
881
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install expanso-json-to-yaml
功能描述
Convert JSON input into YAML format using Expanso Edge pipelines for CLI or MCP server integration.
使用说明 (SKILL.md)
json-to-yaml
Convert JSON to YAML format
Requirements
- Expanso Edge installed (
expanso-edgebinary 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/json-to-yaml/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 is coherent and minimal: it converts JSON to YAML and requires expanso-edge to run the provided pipelines. Before using it, decide whether you will run it locally or deploy to the cloud: running the MCP pipeline will open an HTTP server on 0.0.0.0 (default port 8080) — ensure appropriate firewalling or bind to a safer interface/port if you don't want it publicly reachable. If you deploy the job to Expanso Cloud, your input JSON will be sent to a remote service — do not send sensitive data unless you trust the deployment target. Finally, install expanso-edge from a trusted source (verify the binary origin) before running the pipelines.
功能分析
Type: OpenClaw Skill
Name: expanso-json-to-yaml
Version: 1.0.0
The skill bundle is designed to convert JSON to YAML format, providing both a CLI and an HTTP server pipeline. All files, including the Expanso pipeline definitions (`pipeline-cli.yaml`, `pipeline-mcp.yaml`), `SKILL.md`, and `README.md`, are consistent with this stated purpose. The pipelines use Expanso's domain-specific language for data processing, which handles JSON parsing and YAML formatting without any indications of external calls, file system access beyond standard I/O, shell command execution, or other high-risk behaviors. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, prompt injection attempts against the agent, or obfuscation.
能力评估
Purpose & Capability
Name, SKILL.md, and included pipeline YAML files all implement a JSON→YAML conversion for CLI and MCP modes. Required tooling (expanso-edge) is consistent with the pipelines; nothing unrelated is requested.
Instruction Scope
Runtime instructions are focused on conversion and reference only the provided pipeline files. The MCP pipeline will start an HTTP server bound to 0.0.0.0:${PORT:-8080} and expose /convert (POST) — this is expected for a server mode but may expose the service to the network if run without firewalling. The SKILL.md also suggests deploying the pipeline to Expanso Cloud, which would send user input to a remote service; users should consider data sensitivity before deploying.
Install Mechanism
No install spec or third-party downloads are included in the skill bundle (instruction-only). The only external dependency is the expanso-edge binary, which is noted in SKILL.md — this is proportional and transparent.
Credentials
The skill declares no environment variables, credentials, or config paths. The pipelines use only input content and create metadata (trace_id, timestamp) locally. No extraneous secrets are requested.
Persistence & Privilege
The skill does not request persistent presence (always:false), does not modify other skills or system-wide configs, and contains no installation steps that write back credentials or change agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install expanso-json-to-yaml - 安装完成后,直接呼叫该 Skill 的名称或使用
/expanso-json-to-yaml触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial publish to ClawHub
元数据
常见问题
Expanso json-to-yaml 是什么?
Convert JSON input into YAML format using Expanso Edge pipelines for CLI or MCP server integration. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 881 次。
如何安装 Expanso json-to-yaml?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install expanso-json-to-yaml」即可一键安装,无需额外配置。
Expanso json-to-yaml 是免费的吗?
是的,Expanso json-to-yaml 完全免费(开源免费),可自由下载、安装和使用。
Expanso json-to-yaml 支持哪些平台?
Expanso json-to-yaml 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Expanso json-to-yaml?
由 Expanso(@aronchick)开发并维护,当前版本 v1.0.0。
推荐 Skills