Barcode

Use this skill when the user wants to generate barcodes for labels, inventory, or product identification — supports Code 39, Code 128, EAN, UPC, and more.

javimosch 529acbc 898 B Updated

File contents

barcode Plugin

barcode generates barcode images in PostScript/EPS format. Supports common barcode symbologies for labels and inventory.

Commands

  • barcode _ _ <args> — Passthrough

Usage Examples

  • "generate a Code 39 barcode for product 12345"
  • "create an EAN-13 barcode for inventory"
  • "generate multiple barcodes from a file"
  • "output barcode as EPS for printing"

Installation

brew install barcode

Key Features

  • Multiple barcode symbologies: Code 39, Code 128, EAN, UPC, I2of5
  • PostScript and EPS output formats
  • Barcode dimension and margin control
  • Human-readable text under barcode
  • Batch generation from file input
  • Print-ready output for label sheets

javimosch/supercli/tree/main/plugins/barcode/skills/quickstart commit 529acbc46d

Frequently asked questions

npx skillmds@latest add javimosch/barcode