{
  "schemaVersion": "1.0",
  "item": {
    "slug": "edi-parser",
    "name": "Edi Parser",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/npfaerber/edi-parser",
    "canonicalUrl": "https://clawhub.ai/npfaerber/edi-parser",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/edi-parser",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=edi-parser",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/edi-parser"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/edi-parser",
    "agentPageUrl": "https://openagent3.xyz/skills/edi-parser/agent",
    "manifestUrl": "https://openagent3.xyz/skills/edi-parser/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/edi-parser/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "EDI X12 Parser",
        "body": "Parse and extract structured data from EDI X12 transaction sets."
      },
      {
        "title": "Supported Transaction Sets",
        "body": "810 -- Invoice\n850 -- Purchase Order\n856 -- Advance Ship Notice (ASN)"
      },
      {
        "title": "Parsing Approach",
        "body": "EDI files use ~ as segment terminator, * as element separator, and > or : as sub-element separator (check ISA-16)."
      },
      {
        "title": "Envelope Structure",
        "body": "ISA*QQ*SenderID*RR*ReceiverID*Date*Time*:*Version*Control#*AckReq*Mode*SubSep~\n  GS*FuncCode*SenderCode*ReceiverCode*Date*Time*GroupControl*Standard*Version~\n    ST*TransactionSet*Control#~\n      ... segments ...\n    SE*SegmentCount*Control#~\n  GE*TransactionCount*GroupControl~\nIEA*GroupCount*InterchangeControl~"
      },
      {
        "title": "Key ISA Fields (1-indexed)",
        "body": "ISA-05: Sender qualifier (12=UCS, ZZ=mutually defined, 08=UCC)\nISA-06: Sender ID (left-padded to 15 chars)\nISA-07: Receiver qualifier\nISA-08: Receiver ID"
      },
      {
        "title": "850 Purchase Order",
        "body": "SegmentKey FieldsBEGBEG-03=PO Number, BEG-05=PO DateDTMDTM-01=Qualifier (002=Delivery, 010=Requested Ship), DTM-02=DateN1N1-01=Entity (ST=Ship-To, BY=Buyer, SF=Ship-From), N1-02=NamePO1PO1-02=Qty, PO1-04=Unit Price, PO1-07=UPC/SKUPIDPID-05=Description"
      },
      {
        "title": "810 Invoice",
        "body": "SegmentKey FieldsBIGBIG-01=Invoice Date, BIG-02=Invoice#, BIG-04=PO#REFREF-01=Qualifier (IA=Vendor#, BM=BOL#), REF-02=ValueN1N1-01=Entity (ST=Ship-To, RE=Remit-To)IT1IT1-02=Qty, IT1-04=Unit Price, IT1-07=UPCTDSTDS-01=Total invoice amount (cents, divide by 100)"
      },
      {
        "title": "856 ASN",
        "body": "SegmentKey FieldsBSNBSN-02=Shipment ID, BSN-03=DateHLHL-03=Level (S=Shipment, O=Order, P=Pack, I=Item)REFREF-01=Qualifier (BM=BOL, IA=Vendor#, LO=Load#, AO=Appointment)PRFPRF-01=PO NumberMANMAN-02=SSCC-18 barcodeLINLIN-03=UPCSN1SN1-02=Qty Shipped, SN1-03=UOM"
      },
      {
        "title": "Walmart-Specific Notes",
        "body": "Walmart ISA receiver: qualifier 08, ID 925485US00\nREF*IA = Walmart vendor number (required on 856)\nREF*LO = Load number (new requirement)\nN1*ST with UL qualifier = GLN for ship-to location\nMAN*GM = SSCC-18 (required per pallet on 856)"
      },
      {
        "title": "Output Format",
        "body": "When parsing, output a clean table:\n\n| Field | Value |\n|-------|-------|\n| Transaction | 856 ASN |\n| ISA Sender | 12 / 1234567890 |\n| ISA Receiver | 08 / 925485US00 |\n| PO# | 0123456789 |\n| Ship Date | 2026-02-16 |\n| Items | 16 line items |\n\nFor bulk parsing, output CSV with one row per line item."
      }
    ],
    "body": "EDI X12 Parser\n\nParse and extract structured data from EDI X12 transaction sets.\n\nSupported Transaction Sets\n810 -- Invoice\n850 -- Purchase Order\n856 -- Advance Ship Notice (ASN)\nParsing Approach\n\nEDI files use ~ as segment terminator, * as element separator, and > or : as sub-element separator (check ISA-16).\n\nEnvelope Structure\nISA*QQ*SenderID*RR*ReceiverID*Date*Time*:*Version*Control#*AckReq*Mode*SubSep~\n  GS*FuncCode*SenderCode*ReceiverCode*Date*Time*GroupControl*Standard*Version~\n    ST*TransactionSet*Control#~\n      ... segments ...\n    SE*SegmentCount*Control#~\n  GE*TransactionCount*GroupControl~\nIEA*GroupCount*InterchangeControl~\n\nKey ISA Fields (1-indexed)\nISA-05: Sender qualifier (12=UCS, ZZ=mutually defined, 08=UCC)\nISA-06: Sender ID (left-padded to 15 chars)\nISA-07: Receiver qualifier\nISA-08: Receiver ID\n850 Purchase Order\nSegment\tKey Fields\nBEG\tBEG-03=PO Number, BEG-05=PO Date\nDTM\tDTM-01=Qualifier (002=Delivery, 010=Requested Ship), DTM-02=Date\nN1\tN1-01=Entity (ST=Ship-To, BY=Buyer, SF=Ship-From), N1-02=Name\nPO1\tPO1-02=Qty, PO1-04=Unit Price, PO1-07=UPC/SKU\nPID\tPID-05=Description\n810 Invoice\nSegment\tKey Fields\nBIG\tBIG-01=Invoice Date, BIG-02=Invoice#, BIG-04=PO#\nREF\tREF-01=Qualifier (IA=Vendor#, BM=BOL#), REF-02=Value\nN1\tN1-01=Entity (ST=Ship-To, RE=Remit-To)\nIT1\tIT1-02=Qty, IT1-04=Unit Price, IT1-07=UPC\nTDS\tTDS-01=Total invoice amount (cents, divide by 100)\n856 ASN\nSegment\tKey Fields\nBSN\tBSN-02=Shipment ID, BSN-03=Date\nHL\tHL-03=Level (S=Shipment, O=Order, P=Pack, I=Item)\nREF\tREF-01=Qualifier (BM=BOL, IA=Vendor#, LO=Load#, AO=Appointment)\nPRF\tPRF-01=PO Number\nMAN\tMAN-02=SSCC-18 barcode\nLIN\tLIN-03=UPC\nSN1\tSN1-02=Qty Shipped, SN1-03=UOM\nWalmart-Specific Notes\nWalmart ISA receiver: qualifier 08, ID 925485US00\nREF*IA = Walmart vendor number (required on 856)\nREF*LO = Load number (new requirement)\nN1*ST with UL qualifier = GLN for ship-to location\nMAN*GM = SSCC-18 (required per pallet on 856)\nOutput Format\n\nWhen parsing, output a clean table:\n\n| Field | Value |\n|-------|-------|\n| Transaction | 856 ASN |\n| ISA Sender | 12 / 1234567890 |\n| ISA Receiver | 08 / 925485US00 |\n| PO# | 0123456789 |\n| Ship Date | 2026-02-16 |\n| Items | 16 line items |\n\n\nFor bulk parsing, output CSV with one row per line item."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/npfaerber/edi-parser",
    "publisherUrl": "https://clawhub.ai/npfaerber/edi-parser",
    "owner": "npfaerber",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/edi-parser",
    "downloadUrl": "https://openagent3.xyz/downloads/edi-parser",
    "agentUrl": "https://openagent3.xyz/skills/edi-parser/agent",
    "manifestUrl": "https://openagent3.xyz/skills/edi-parser/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/edi-parser/agent.md"
  }
}