Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
aidotnet avatar

Barcode Generator

  • 21 installs
  • 84 repo stars
  • Updated January 28, 2026
  • aidotnet/moyucode

barcode-generator is a Claude Code skill that generates barcode images in formats like Code128, EAN-13, and UPC-A via a Python CLI.

About

barcode-generator is a Claude Code skill that generates barcodes in formats like Code128, EAN-13, UPC-A, and Code39. A developer runs scripts/barcode_generator.py with a value, format, and optional size to output a barcode image. It wraps the python-barcode library and is useful when generating product codes.

  • Generates barcodes in Code128, EAN-13, UPC-A, Code39 and more formats
  • Runs via a bundled scripts/barcode_generator.py CLI with format and size flags
  • Built on the python-barcode library (MIT)

Barcode Generator by the numbers

  • 21 all-time installs (skills.sh)
  • Ranked #1,286 of 2,715 Automation & Workflows skills by installs in the Skillselion catalog
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
At a glance

barcode-generator capabilities & compatibility

Capabilities
barcode generation · code generation
Pricing
Free
From the docs

What barcode-generator says it does

Generate various barcode formats including Code128, EAN-13, UPC-A, Code39, and more.
SKILL.md
python scripts/barcode_generator.py "ABC123" --format code128 --output barcode.png
SKILL.md
npx skills add https://github.com/aidotnet/moyucode --skill barcode-generator

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs21
repo stars84
Last updatedJanuary 28, 2026
Repositoryaidotnet/moyucode

What it does

Generate barcode images (Code128, EAN-13, UPC-A, Code39) from a value via a CLI script.

Who is it for?

Generating product codes or barcode images in standard formats.

Skip if: Reading or scanning existing barcodes, or QR code generation.

When should I use this skill?

A developer needs to produce a barcode image from a value.

What you get

A barcode image file in the requested format and size.

  • Barcode image file (e.g. PNG)

By the numbers

  • Generates 4+ named barcode formats (Code128, EAN-13, UPC-A, Code39)

Files

SKILL.mdMarkdownGitHub ↗

Barcode Generator Tool

Description

Generate various barcode formats including Code128, EAN-13, UPC-A, Code39, and more.

Trigger

  • /barcode command
  • User needs to generate barcodes
  • User wants product codes

Usage

# Generate Code128 barcode
python scripts/barcode_generator.py "ABC123" --format code128 --output barcode.png

# Generate EAN-13
python scripts/barcode_generator.py "5901234123457" --format ean13

# Generate with custom size
python scripts/barcode_generator.py "12345" --format code39 --width 400 --height 100

Tags

barcode, code128, ean, upc, generator

Compatibility

  • Codex: ✅
  • Claude Code: ✅

Related skills

FAQ

Which barcode formats are supported?

Code128, EAN-13, UPC-A, Code39, and more.

What library is it based on?

The python-barcode library (MIT license).

Automation & Workflowsbackendintegrations

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.