← 返回
数据分析 中文

Qr Generator

Generate QR codes from text or URL for mobile scanning.
根据文本或网址生成二维码,供手机扫描。
autogame-17
数据分析 clawhub v1.0.0 1 版本 99884.9 Key: 无需
★ 0
Stars
📥 868
下载
💾 30
安装
1
版本
#latest

概述

QR Generator

Generates a QR code image (PNG/SVG) or terminal output from a given text or URL.

Useful for transferring long URLs, WiFi credentials, or text snippets to mobile devices via Feishu (scan QR).

Usage

# Generate a QR code image
node skills/qr-generator/index.js --text "https://openclaw.ai" --output "qr_code.png"

# Generate to terminal (ASCII art)
node skills/qr-generator/index.js --text "Hello World" --terminal

Options

  • -t, --text : The text or URL to encode (required).
  • -o, --output : Output file path (e.g., code.png, code.svg).
  • --terminal: Output QR code as ASCII art to the terminal.
  • --width : Width of the image (default: 500).
  • --color-dark : Dark color (default: #000000).
  • --color-light : Light color (default: #ffffff).

Example: Send QR to Feishu

# 1. Generate QR code
node skills/qr-generator/index.js --text "https://example.com" --output "temp_qr.png"

# 2. Send to user via Feishu
node skills/feishu-image/send.js --target "ou_xxx" --file "temp_qr.png"

# 3. Clean up
rm temp_qr.png

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 07:39 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

A股量化 AkShare

mbpz
A股量化数据分析工具,基于AkShare库获取A股行情、财务数据、板块信息等。用于回答关于A股股票查询、行情数据、财务分析、选股等问题。
★ 166 📥 60,216
data-analysis

Data Analysis

ivangdavila
{"answer":"数据分析与可视化。查询数据库、生成报告、自动化电子表格,将原始数据转化为清晰可行的见解。适用于:(1) 您……"}
★ 199 📥 65,248
data-analysis

Excel / XLSX

ivangdavila
创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。
★ 368 📥 140,804