← 返回 Skills 市场
864
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install expanso-xml-to-json
功能描述
Convert XML input into JSON format using Expanso Edge pipelines for CLI, MCP server, or cloud deployment.
使用说明 (SKILL.md)
xml-to-json
Convert XML to JSON 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/xml-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 be a straightforward XML→JSON pipeline for Expanso Edge. Before installing or deploying, note two small issues: (1) SKILL.md expects the expanso-edge binary (and mentions expanso-cli for cloud deploy) but the registry metadata does not list required binaries — ensure you have those CLIs from trusted sources before running. (2) The MCP pipeline will bind to 0.0.0.0:${PORT:-8080} and expose a POST /convert endpoint — if you run that server on a machine reachable from untrusted networks, consider firewalling or binding to localhost. Test the pipeline with non-sensitive sample data and verify the expanso pipeline YAML files match your security policies before deploying to any cloud service.
功能分析
Type: OpenClaw Skill
Name: expanso-xml-to-json
Version: 1.0.0
The skill bundle is designed to convert XML to JSON using the `expanso-edge` runtime. All files, including `SKILL.md` and the pipeline configurations (`pipeline-cli.yaml`, `pipeline-mcp.yaml`), align with this stated purpose. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, obfuscation, or prompt injection attempts against the AI agent. The skill utilizes built-in XML parsing functionality of the `expanso-edge` platform, and while XML parsing can be a source of vulnerabilities, this skill does not demonstrate malicious intent or exploit such vulnerabilities itself.
能力评估
Purpose & Capability
The skill's name, description, and pipelines all line up with an XML→JSON converter. However, SKILL.md references runtime tools (expanso-edge and expanso-cli) while the registry metadata lists no required binaries; the presence of expanso-cli in the usage examples is not declared. This is an omission/inconsistency but not evidence of malicious intent.
Instruction Scope
Runtime instructions and the mapping processors only parse input XML and produce JSON, include metadata (trace_id, timestamp), and for MCP expose a POST /convert endpoint. The instructions do not direct reading of unrelated files, secrets, shell history, or outbound exfiltration.
Install Mechanism
There is no install spec and no packaged code to download; this is instruction-only and relies on the expanso-edge binary. No remote archives or unusual installs are invoked by the skill itself.
Credentials
The skill declares no required environment variables or credentials. The MCP pipeline uses a conventional PORT environment variable for binding but does not require secrets or external API keys. The lack of declared required binaries is a minor inconsistency (see purpose_capability).
Persistence & Privilege
always is false and the skill does not request elevated or persistent platform privileges. Autonomous invocation is allowed by default but nothing in the skill combines that with broad credentials or system modifications.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install expanso-xml-to-json - 安装完成后,直接呼叫该 Skill 的名称或使用
/expanso-xml-to-json触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial publish to ClawHub
元数据
常见问题
Expanso xml-to-json 是什么?
Convert XML input into JSON format using Expanso Edge pipelines for CLI, MCP server, or cloud deployment. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 864 次。
如何安装 Expanso xml-to-json?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install expanso-xml-to-json」即可一键安装,无需额外配置。
Expanso xml-to-json 是免费的吗?
是的,Expanso xml-to-json 完全免费(开源免费),可自由下载、安装和使用。
Expanso xml-to-json 支持哪些平台?
Expanso xml-to-json 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Expanso xml-to-json?
由 Expanso(@aronchick)开发并维护,当前版本 v1.0.0。
推荐 Skills