← 返回
未分类

二维码生成skill

MANDATORY: Call the existing Python script. DO NOT write your own code.
必须:调用现有的 Python 脚本。不要自行编写代码。
whubbt
未分类 clawhub v1.0.1 1 版本 99481.9 Key: 无需
★ 0
Stars
📥 192
下载
💾 0
安装
1
版本
#latest

概述

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

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-05-12 06:07 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

security-compliance

Skill Vetter

spclaudehome
AI智能体技能安全预审工具。安装ClawdHub、GitHub等来源技能前,检查风险信号、权限范围及可疑模式。
★ 1,221 📥 267,139
ai-intelligence

self-improving agent

pskoett
捕获经验教训、错误及修正内容,以实现持续改进。适用于以下场景:(1)命令或操作意外失败;(2)用户纠正Claude(如“不,那不对……”“实际上……”);(3)用户请求的功能不存在;(4)外部API或工具出现故障;(5)Claude发现自身
★ 4,067 📥 803,147
ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,366 📥 319,412