← 返回 Skills 市场
834
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install expanso-json-pretty
功能描述
Formats and pretty-prints JSON input with indentation using Expanso Edge pipelines for easy readability.
使用说明 (SKILL.md)
json-pretty
"Pretty print JSON with indentation"
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-pretty/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 exactly what it says: pretty-print JSON using Expanso pipelines. It requires the expanso-edge binary to run and provides two modes (CLI and an HTTP server). There are no requested secrets. If you start the MCP HTTP server, be aware it binds to 0.0.0.0 by default and has no built-in authentication—avoid running it on a public interface unless you add network-level protections. Otherwise it is safe and coherent with its stated purpose.
功能分析
Type: OpenClaw Skill
Name: expanso-json-pretty
Version: 1.0.0
The OpenClaw skill 'json-pretty' is designed to pretty-print JSON input, and all analyzed files (YAML pipelines, skill metadata, documentation, and tests) consistently support this stated purpose. The pipelines utilize built-in JSON parsing and formatting functions within the Expanso Edge runtime, without any evidence of external network calls, file system access beyond standard I/O, shell command execution, or attempts at prompt injection against the AI agent. No sensitive data access, exfiltration, or persistence mechanisms were found, indicating a clear alignment with its benign function.
能力评估
Purpose & Capability
The name, SKILL.md, skill.yaml and pipeline YAML files all align: the skill's sole purpose is to parse and reformat JSON (CLI and HTTP/MCP modes). Required components (expanso-edge) match the stated purpose.
Instruction Scope
Runtime instructions only tell the agent to run expanso-edge with the provided pipeline files, run an MCP HTTP endpoint, or deploy to Expanso Cloud. The pipelines only parse/format JSON and add metadata. One operational note: the MCP pipeline enables an unauthenticated HTTP endpoint (0.0.0.0:${PORT:-8080} /format), which is expected for an HTTP formatting service but could be exposed if started on a public network.
Install Mechanism
There is no install specification and no code to download or execute; this is instruction-only and relies on the expanso-edge binary being present. Low install risk.
Credentials
The skill declares no required environment variables, no credentials, and skill.yaml has empty credentials. The files and instructions do not reference secrets or unrelated environment variables.
Persistence & Privilege
always is false and the skill does not request persistent system-level privileges or modify other skills' config. Autonomous invocation is allowed (platform default) but the skill's scope is limited.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install expanso-json-pretty - 安装完成后,直接呼叫该 Skill 的名称或使用
/expanso-json-pretty触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial publish
元数据
常见问题
Expanso json-pretty 是什么?
Formats and pretty-prints JSON input with indentation using Expanso Edge pipelines for easy readability. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 834 次。
如何安装 Expanso json-pretty?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install expanso-json-pretty」即可一键安装,无需额外配置。
Expanso json-pretty 是免费的吗?
是的,Expanso json-pretty 完全免费(开源免费),可自由下载、安装和使用。
Expanso json-pretty 支持哪些平台?
Expanso json-pretty 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Expanso json-pretty?
由 Expanso(@aronchick)开发并维护,当前版本 v1.0.0。
推荐 Skills