smithery/aidotnet

barcode-generator

生成各种条形码格式,?

Installation

$ npx skills add smithery/aidotnet --skill barcode-generator

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/aidotnet · top by installs.

npx skills add smithery/aidotnet

Browse all from smithery/aidotnet

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents claude-code codex
More metadata
short-description
生成条形码

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 897 B
  • docs SUMMARY.md 86 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

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: ✅