skills/tools/barcode-generator/SKILL.md
生成各种条形码格式,包括Code128、EAN、UPC等。
npx skillsauth add aidotnet/moyucode barcode-generatorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Generate various barcode formats including Code128, EAN-13, UPC-A, Code39, and more.
/barcode command# 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
barcode, code128, ean, upc, generator
development
使用Playwright浏览器爬取X(Twitter)真实数据,分析统计信息,生成精美的HTML报告面板并导出为高清图片。
development
使用CSS选择器从网页提取数据,支持分页、限速和多种输出格式。
tools
生成UUID(v1、v4、v5)和其他唯一标识符,如ULID、nanoid。
tools
使用各种服务缩短URL,并为短链接生成二维码。