Token导航 LogoToken导航TokenDH.com
开发需要联网clawhub未标认证来源可访问clear审计提醒

openclaw-qr-codeOpenClaw QR 代码

Agent Skill

openclaw-qr-code 用于补充开发相关能力,适合在 OpenClaw 中需要让 Agent 承接开发相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

30,905

周安装

1,314

GitHub Stars

2

下载量

10,827
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:openclaw-qr-code(OpenClaw QR 代码)
来源仓库:https://github.com/zouyawen/openclaw-qr-code
安装命令:
openclaw skills install openclaw-qr-code
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install openclaw-qr-code

简介

使用可自定义的颜色、徽标和格式生成、解码和美化 QR 码。适用于所有 OpenClaw 渠道,包括 WhatsApp。

SKILL.md

name
qr-code
description
Generate, decode, and beautify QR codes with customizable colors, logos, and formats. Works across all OpenClaw channels including WhatsApp.
openclaw
homepage
https://github.com/zouyawen/openclaw-qrcode
user-invocable
true
emoji
📱

QR Code Skill

⚠️ This skill requires the companion plugin to function!

🚀 Quick Start

💎 Recommended: Full Feature Installation

For the complete experience with rounded dots, gradient colors, logo integration, and natural language support, install from GitHub:

curl -s https://raw.githubusercontent.com/zouyawen/openclaw-qrcode/main/install.sh | bash
openclaw gateway restart

Basic Installation (from ClawHub)

This provides basic QR code functionality only:

mkdir -p ~/.openclaw/skills/qr-code
# Extract the downloaded skill.zip to this directory
openclaw gateway restart
💡 Pro Tip: The GitHub installation includes advanced features like rounded dots, color gradients, and logo embedding that aren't available through ClawHub alone!

Features

  • Generate: Create QR codes with custom colors, background, size, logo overlay, and format (PNG, JPG, SVG)
  • Decode: Extract data from QR code images
  • Beautify: Enhance existing QR codes with new styling while preserving data
  • Natural Language: Just say "make a colorful QR code" or "add a logo to this QR code"
  • Cross-channel compatibility: Works seamlessly across all OpenClaw channels including WhatsApp, Telegram, Discord, etc.
  • Automatic format handling: Converts formats as needed for channel compatibility
  • Enhanced security: Path traversal protection, input validation, and secure error handling
  • WhatsApp optimization: Automatic SVG-to-PNG conversion for WhatsApp compatibility

Security Features

  • Path traversal protection: Logo paths are validated to prevent directory traversal attacks
  • Input sanitization: All color, size, and format parameters are strictly validated
  • Secure error handling: Comprehensive try-catch blocks prevent information leakage
  • File access restrictions: Only allows access to files within the workspace directory

Usage Examples

Natural Language (Recommended)

  • "生成一个圆点的渐变色二维码,内容是 https://example.com"
  • "在二维码中间加个 logo"
  • "用蓝色和黄色做渐变效果"
  • "这个二维码图片里是什么内容?" (attach image)

Command Mode (Optional)

/qr generate https://mzt315.com color=red backgroundColor=white size=10 format=png
/qr decode [attach QR code image]  
/qr beautify [attach QR code image] color=green backgroundColor=black size=12

With Logo (Secure)

/qr generate https://mzt315.com logoPath=logo.png

Note: Logo paths must be relative to the workspace and cannot contain .. or absolute paths.

File Locations

  • QR Code Output: ~/clawd/qr-codes/
  • Logo Assets: ~/clawd/qr-assets/ (place your logo files here)

WhatsApp Compatibility

  • Automatically handles WhatsApp's format requirements (PNG/JPG only)
  • Automatic SVG-to-PNG conversion: If SVG is requested on WhatsApp, it's automatically converted to PNG
  • Returns MEDIA paths that can be sent directly to any channel
  • Optimized for mobile viewing with appropriate sizing

Input Validation

  • Colors: Must be valid CSS color names or hex codes (e.g., "red", "#FF0000")
  • Background Colors: Same validation as colors
  • Size: Must be a number between 1 and 50 (inclusive)
  • Format: Must be one of: png, jpg, jpeg, svg
  • Logo Path: Must be a relative path within the workspace directory

Installation Requirements

This skill works best with the companion plugin from GitHub:

# Full feature installation (recommended)
curl -s https://raw.githubusercontent.com/zouyawen/openclaw-qrcode/main/install.sh | bash

# Python dependencies (installed automatically by the script)
# qrcode[pil], pillow, numpy, pyzbar

Technical Details

This skill leverages OpenClaw's built-in qr_code_operations tool which supports both Python-based advanced features and Node.js fallback for maximum compatibility across different environments. All operations include comprehensive error handling and security validation.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

86.75%
按下载量换算9,392

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

未展示

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills