← 返回
效率工具 中文

qr-code-toolkit

QR code generation and reading. Use when user says "generate QR code", "create QR", "read QR code", or wants to work with QR codes.
二维码生成与读取。当用户提及'生成二维码'、'创建二维码'、'读取二维码'或需要处理二维码时使用。
yushimohuang
效率工具 clawhub v1.0.0 1 版本 99804.9 Key: 无需
★ 0
Stars
📥 1,023
下载
💾 9
安装
1
版本
#latest

概述

QR Code Tool

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 "<text/url>" [--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 "<ssid>" "<password>" [--encryption WPA]

Generate vCard QR

When user says: "create contact QR"

bash skills/qr-code-tool-1.0.0/scripts/qr.sh vcard "<name>" "<phone>" "<email>"

Read QR Code

When user says: "read this QR code", "decode QR"

bash skills/qr-code-tool-1.0.0/scripts/qr.sh read "<image-path>"

Batch Generate

When user says: "generate QR codes for list"

bash skills/qr-code-tool-1.0.0/scripts/qr.sh batch "<input-file.txt>" [--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: --output parameter

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

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 15:16 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 438 📥 147,594
productivity

Obsidian

steipete
操作 Obsidian 仓库(纯 Markdown 笔记)并通过 obsidian-cli 自动化。
★ 432 📥 103,773
productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 275 📥 114,823