generate-qrcode

MANDATORY: Call the existing Python script. DO NOT write your own code.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "generate-qrcode" with this command: npx skills add whubbt/generate-qrcode

QR Code Generator - STRICT INSTRUCTIONS

CRITICAL RULE: You MUST use the pre-written script at ~/.openclaw/skills/generate-qrcode/agent.py

NEVER write inline Python code. ALWAYS call the existing script.

MANDATORY Command

python3 ~/.openclaw/skills/generate-qrcode/agent.py "<URL or text>" <output_path>

Examples

Generate QR for www.baidu.com:

python3 ~/.openclaw/skills/generate-qrcode/agent.py "www.baidu.com" ~/Desktop/baidu_qr.png

What NOT to do

❌ WRONG: python -c "import qrcode; ..." ❌ WRONG: Installing libraries yourself ❌ WRONG: Writing your own QR code generation code

✅ CORRECT: python3 ~/.openclaw/skills/generate-qrcode/agent.py "..." output.png

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Google Docs Formatter

Instruction-only workflow for formatting, editing, and creating Google Docs using the existing gog skill/CLI. Use when a user asks to format a Google Doc, co...

Registry SourceRecently Updated
Coding

vibe-coding-skills-installer

Install vibe coding skill sets (openspec, gstack, superpowers) for any supported agent platform (Cursor, Claude Code, Codex, etc.). Interactively asks about...

Registry SourceRecently Updated
Coding

基于课程内容说明生成图文并茂的的PPT

高校教师课程PPT生成技能。当老师需要制作教学内容课件、备课PPT、教学演示文稿、实验指导手册时触发。支持数据科学、大数据技术、Python编程、深度学习、机器学习、数据可视化等多个学科领域。触发词:课程PPT、制作课件、备课PPT、教学演示、实验指导。

Registry SourceRecently Updated
Coding

HSCIQ MCP - Customs Query

HS Code Lookup for Chinese Products. Query customs codes, tariff rates, declaration elements, and regulatory requirements via HSCIQ MCP API. Create classific...

Registry SourceRecently Updated
5320toucao