Agent skill
barcode-generator
生成各种条形码格式,包括Code128、EAN、UPC等。
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/barcode-generator-aidotnet-moyucode
Metadata
Additional technical details for this skill
- short description
- 生成条形码
SKILL.md
Barcode Generator Tool
Description
Generate various barcode formats including Code128, EAN-13, UPC-A, Code39, and more.
Trigger
/barcodecommand- 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: ✅
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?