A high-performance utility designed to transform hierarchical JSON data into simplified flat maps for better data portability.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install expanso-json-flatten
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install expanso-json-flatten using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The json-flatten skill is a robust technical solution within the Openclaw Skills library designed to solve the problem of deeply nested data structures. By converting complex JSON trees into flat objects, it enables developers to more easily manipulate, analyze, and export data. This skill is built to run within the Expanso Edge environment, ensuring fast processing whether you are working locally or in a distributed cloud architecture.
Leveraging the power of Openclaw Skills, json-flatten provides a standardized interface for data normalization. It is ideal for developers who need to bridge the gap between flexible NoSQL-style data and rigid tabular formats, making it a vital component in modern data engineering and AI automation pipelines.
To get started with this skill, you must first ensure the Expanso Edge environment is ready:
# Install the necessary binary via clawhub
clawhub install expanso-edge
Once installed, you can verify that the expanso-edge binary is accessible in your PATH. You can then run the skill using the provided pipeline files.
| File | Role in Skill |
|---|---|
skill.yaml |
Contains the core metadata, defining inputs, outputs, and required credentials. |
pipeline-cli.yaml |
The configuration file for running the flattener as a standalone CLI tool. |
pipeline-mcp.yaml |
The configuration file for deploying the skill as an MCP server for AI interactions. |
Data processed by this Openclaw Skills utility typically follows a standard JSON input/output pattern where keys are flattened using dot-notation to represent original nesting levels.
Loading
An AI-powered skill for automated email categorization, response drafting, and calendar synchronization.

A powerful security utility designed to scan Software Bill of Materials (SBOM) for known CVE vulnerabilities using automated pipelines.

A specialized utility designed to transform raw CSV data into clean, structured JSON arrays for seamless application integration.

A comprehensive CLI tool for managing ARS bank transfers, crypto swaps on Base, and automated on-ramp/off-ramp workflows.

A streamlined utility for pretty-printing and indenting raw JSON data for improved readability.

A high-performance utility for converting structured JSON data into accessible CSV formats.








































