smithery/aidotnet

qrcode-generator

从文本、URL或数据生成二维码,支持自定义颜色、Logo和多种输出格式。

Installation

$ npx skills add smithery/aidotnet --skill qrcode-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 968 B
  • docs SUMMARY.md 118 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

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