A technical tool for parsing and extracting structured data from EDI X12 transaction sets like 810, 850, and 856 files.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install edi-parser
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 edi-parser using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The EDI X12 Parser is an essential utility designed to decode complex electronic data interchange files into human-readable and machine-processable formats. By leveraging Openclaw Skills, developers can seamlessly handle ISA/GS envelopes and extract critical business information from transaction sets commonly used in retail and supply chain logistics, such as Walmart supplier compliance documents.
This skill simplifies the daunting task of manual EDI interpretation by automating the identification of segment terminators, element separators, and sub-element delimiters. It ensures that technical teams can focus on data utilization rather than low-level string manipulation of legacy X12 formats.
To integrate this skill into your workflow, ensure your environment supports the Openclaw Skills framework and reference the parser in your agent configuration.
# Install the EDI parser dependency
npm install @openclaw/edi-parser-skill
# Configure the skill in your local environment
openclaw-cli add edi-parser
The skill organizes EDI data based on the standard X12 hierarchy and outputs structured summaries or line-item datasets.
| Level | Segment | Description |
|---|---|---|
| Envelope | ISA | Interchange Control Header (Sender/Receiver IDs) |
| Group | GS | Functional Group Header (Date/Time/Group Control) |
| Transaction | ST | Transaction Set Header (Type identification) |
| Header | BEG/BIG | Base document info (Date, PO#, Invoice#) |
| Detail | PO1/IT1 | Line item details (UPC, Quantity, Price) |
| Summary | TDS/SE | Totals, segment counts, and control totals |
Loading
An automated utility for keeping Discord server guide channels perfectly in sync with the actual server structure.

A specialized tool for generating structured project summaries and archiving completed AI agent conversations to local files and Discord.

An automated agent skill for gathering deep community intelligence and tracking adoption trends for any open-source project or product.

A specialized skill for fetching live stock quotes and market status directly from Yahoo Finance in a normalized JSON format.

A comprehensive security auditing tool for identifying and fixing vulnerabilities in Node.js HTTP servers and web applications.

A comprehensive AI-driven playbook for managing, optimizing, and scoring Objectives and Key Results (OKRs) based on industry-standard frameworks.








































