qr-code-toolkit — 技能工具
v1.0.0[自动翻译] QR code generation and reading. Use when user says "generate QR code", "create QR", "read QR code", or wants to work with QR codes.
详细分析 ▾
运行时依赖
版本
Initial release of QR Code Tool skill. - Generate QR codes for text, URLs, WiFi credentials, and vCard contacts. - Read and decode QR codes from image files. - Batch QR code generation from a text list. - Flexible output options for file names and directories. - Clear example commands and response formats provided.
安装命令 点击复制
技能文档
Generate and read QR codes quickly.
Commands
Generate QR Code
When user says: "generate QR code for X", "create QR for URL Y"bash skills/qr-code-tool-1.0.0/scripts/qr.sh generate "" [--output filename.png]
Generate WiFi QR
When user says: "create WiFi QR code"bash skills/qr-code-tool-1.0.0/scripts/qr.sh wifi "" "" [--encryption WPA]
Generate vCard QR
When user says: "create contact QR"bash skills/qr-code-tool-1.0.0/scripts/qr.sh vcard "" "" ""
Read QR Code
When user says: "read this QR code", "decode QR"bash skills/qr-code-tool-1.0.0/scripts/qr.sh read ""
Batch Generate
When user says: "generate QR codes for list"bash skills/qr-code-tool-1.0.0/scripts/qr.sh batch "" [--output-dir ./qrcodes]
Examples
# Generate QR for URL
bash skills/qr-code-tool-1.0.0/scripts/qr.sh generate "https://example.com"# Generate WiFi QR
bash skills/qr-code-tool-1.0.0/scripts/qr.sh wifi "MyNetwork" "password123"
# Generate contact QR
bash skills/qr-code-tool-1.0.0/scripts/qr.sh vcard "John Doe" "+1234567890" "john@example.com"
# Read QR from image
bash skills/qr-code-tool-1.0.0/scripts/qr.sh read "./qrcode.png"
# Batch generate from file
bash skills/qr-code-tool-1.0.0/scripts/qr.sh batch "./urls.txt" --output-dir ./qrcodes
Output
QR codes are saved to:
- Default:
workspace/qrcodes/ - Custom:
--outputparameter
Response Format
When generating:
✅ QR Code Generated
Content: https://example.com
File: ./qrcodes/qr_20260310_103045.png
Size: 300x300
When reading:
📱 QR Code Content:
https://example.com/page?id=123
免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制