Qrcode Tool — 二维码工具
v1.0.0从文本或URL生成QR码,方便分享和扫描。输出为ASCII艺术或图像文件,适用于打印和数字使用。
0· 28·0 当前·0 累计
运行时依赖
无特殊依赖
安装命令
点击复制官方npx clawhub@latest install dinghaibin-qrcode-tool
镜像加速npx clawhub@latest install dinghaibin-qrcode-tool --registry https://cn.longxiaskill.com 镜像可用
本土化适配说明
Qrcode Tool — 二维码工具 安装说明: 安装命令:["openclaw skills install dinghaibin-qrcode-tool"] 支持国内镜像加速,使用 --registry https://cn.longxiaskill.com 参数可加速下载
技能文档
QR Code Generator 从文本输入、URL或联系信息创建QR码。移动设备可以扫描QR码,快速访问链接、文本或数据。 使用 qrcode-tool [选项] <数据> 选项 -o 文件:将QR码保存为图像文件(PNG) -s N:设置QR码大小(以像素为单位) -a:在终端输出ASCII艺术 示例 qrcode-tool -a "https://example.com" qrcode-tool -o qr.png "Hello World" qrcode-tool -s 500 -o link.png "https://github.com"