agent-output-parsing

Installation
SKILL.md

Agent Output Parsing

Overview

The Configurator CLI outputs a JSON envelope in non-TTY mode. This skill documents the envelope structure, exit code semantics, and drill-down patterns for debugging failures.

When to Use

  • Parsing CLI output in automation scripts
  • Understanding exit codes and what to do next
  • Drilling into specific entity failures
  • Building workflows that chain CLI commands

JSON Envelope Structure

Every command outputs this envelope in non-TTY mode (or with --json):

{
Related skills

More from saleor/configurator

Installs
1
GitHub Stars
29
First Seen
Apr 27, 2026