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

Qrcode Generator

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

qrcode-generator is a Claude Code skill that generates QR codes from text, URLs, or data with custom colors and embedded logos.

About

qrcode-generator is a Claude Code skill that generates QR codes from text, URLs, or arbitrary data. A developer runs its bundled Python script to produce QR images with custom fill and background colors or an embedded logo. It is based on the python-qrcode library.

  • Generates QR codes from text, URLs, or data
  • Supports custom fill/background colors and embedded logos
  • Bundled Python script based on python-qrcode

Qrcode Generator by the numbers

  • 34 all-time installs (skills.sh)
  • Ranked #402 of 688 Office & Documents skills by installs in the Skillselion catalog
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
At a glance

qrcode-generator capabilities & compatibility

Capabilities
qrcode generation · image generation · data encoding
Use cases
image generation
Pricing
Free
From the docs

What qrcode-generator says it does

Generate QR codes with custom styling, colors, and embedded logos.
SKILL.md
Based on: https://github.com/lincolnloop/python-qrcode
scripts/qrcode_generator.py
npx skills add https://github.com/aidotnet/moyucode --skill qrcode-generator

Add your badge

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

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

What it does

Generate styled QR code images from text, URLs, or data via the command line.

Who is it for?

Generating styled QR code images from URLs or text

Skip if: Decoding or reading existing QR codes

When should I use this skill?

You need to encode a URL, text, or data as a QR code image

What you get

A QR code image file, optionally styled with colors or a logo

  • A QR code image file

By the numbers

  • Supports 3 output styles: simple, custom colors, and logo-embedded QR codes

Files

SKILL.mdMarkdownGitHub ↗

QR Code Generator Tool

Description

Generate QR codes with custom styling, colors, and embedded logos.

Trigger

  • /qrcode command
  • User requests QR code generation
  • User needs to encode data as QR

Usage

# Generate simple QR code
python scripts/qrcode_generator.py --data "https://example.com" --output qr.png

# Generate with custom colors
python scripts/qrcode_generator.py --data "Hello" --output qr.png --fill-color "#000000" --back-color "#FFFFFF"

# Generate with logo
python scripts/qrcode_generator.py --data "https://example.com" --output qr.png --logo logo.png

Tags

qrcode, barcode, image, encoding

Compatibility

  • Codex: ✅
  • Claude Code: ✅

Related skills

FAQ

Can it embed a logo in the QR code?

Yes. It supports embedding a logo image and custom fill and background colors.

What library is it based on?

The python-qrcode library.

This week in AI coding

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

unsubscribe anytime.