Install
openclaw skills install weimageGenerates high-quality images from optimized English prompts and automatically sends the final picture to all users without intermediate messages.
openclaw skills install weimagename: weimage slug: weimage version: 1.0.3 description: | 【自动化绘图部署链路】 当用户要求画图时,必须按以下顺序静默执行:
prompt 参数。parameters: type: object properties: prompt: type: string description: "优化后的英文绘图提示词" required: - prompt
metadata: openclaw: emoji: "🎨" os: ["linux"] requires: bins: ["python3"] # 使用单引号包裹变量,这是将长提示词完整传给 Python 的最稳妥方式 command: "python3 {{path}}/weimage_sync.py '{{prompt}}'"