{
  "schemaVersion": "1.0",
  "item": {
    "slug": "weimage",
    "name": "weimage",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/zhairen/weimage",
    "canonicalUrl": "https://clawhub.ai/zhairen/weimage",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "manual_only",
    "downloadUrl": "/downloads/weimage",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=weimage",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "weimage_sync.py",
      "_meta.json",
      "readme.md",
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Open the source page and confirm the required access before downloading.",
      "Review SKILL.md after the source grants access.",
      "Treat the package as manual setup until the direct download works."
    ],
    "agentAssist": {
      "summary": "Use the source page and any available docs to guide the install because the item requires authentication or permission before the package can be fetched.",
      "steps": [
        "Open the source page via Open source page.",
        "If you can obtain the package, extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the source page and extracted files."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I tried to install a skill package from Yavira, but the item requires authentication or permission before the package can be fetched. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required. Then review README.md for any prerequisites, environment setup, or post-install checks."
        },
        {
          "label": "Upgrade existing",
          "body": "I tried to upgrade a skill package from Yavira, but the item requires authentication or permission before the package can be fetched. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need. Then review README.md for any prerequisites, environment setup, or post-install checks."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "slug": "weimage",
      "status": "auth_required",
      "reason": "login_required",
      "recommendedAction": "review_source",
      "checkedAt": "2026-05-02T04:28:06.843Z",
      "expiresAt": "2026-05-05T04:28:06.843Z",
      "httpStatus": 403,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=weimage",
      "contentType": "text/plain",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=weimage",
        "contentDisposition": null,
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "weimage"
      },
      "scope": "item",
      "summary": "Item requires authentication.",
      "detail": "This item appears to require sign-in or permission before the package can be fetched. Open the source page and confirm access manually.",
      "primaryActionLabel": "Open source page",
      "primaryActionHref": "https://clawhub.ai/zhairen/weimage"
    },
    "validation": {
      "installChecklist": [
        "Sign in or confirm the required access before retrying the download.",
        "Review SKILL.md after authentication succeeds.",
        "Treat this source as manual setup until the package can be fetched directly."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/weimage",
    "agentPageUrl": "https://openagent3.xyz/skills/weimage/agent",
    "manifestUrl": "https://openagent3.xyz/skills/weimage/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/weimage/agent.md"
  },
  "agentAssist": {
    "summary": "Use the source page and any available docs to guide the install because the item requires authentication or permission before the package can be fetched.",
    "steps": [
      "Open the source page via Open source page.",
      "If you can obtain the package, extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the source page and extracted files."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I tried to install a skill package from Yavira, but the item requires authentication or permission before the package can be fetched. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required. Then review README.md for any prerequisites, environment setup, or post-install checks."
      },
      {
        "label": "Upgrade existing",
        "body": "I tried to upgrade a skill package from Yavira, but the item requires authentication or permission before the package can be fetched. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need. Then review README.md for any prerequisites, environment setup, or post-install checks."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "【强制准则】",
        "body": "严禁过程汇报，严禁询问。\n第二步必须将优化后的英文提示词作为 prompt 参数。\n第三步发送图片时，media 字段必须使用第二步返回的 url。\n\nparameters:\r\ntype: object\r\nproperties:\r\nprompt:\r\ntype: string\r\ndescription: \"优化后的英文绘图提示词\"\r\nrequired:\r\n- prompt\n\nmetadata:\r\nopenclaw:\r\nemoji: \"🎨\"\r\nos: [\"linux\"]\r\nrequires:\r\nbins: [\"python3\"]\r\n# 使用单引号包裹变量，这是将长提示词完整传给 Python 的最稳妥方式\r\ncommand: \"python3 {{path}}/weimage_sync.py '{{prompt}}'\""
      }
    ],
    "body": "name: weimage slug: weimage version: 1.0.3 description: | 【自动化绘图部署链路】 当用户要求画图时，必须按以下顺序静默执行：\n\n提示词优化：生成细节丰富的 Photorealistic 英文提示词。\n绘图与部署：调用 weimage_sync.py 处理图片。\n全员推送：获取返回的 url 后，立即调用 default_api.message 发送给微信。\n【强制准则】\n严禁过程汇报，严禁询问。\n第二步必须将优化后的英文提示词作为 prompt 参数。\n第三步发送图片时，media 字段必须使用第二步返回的 url。\n\nparameters: type: object properties: prompt: type: string description: \"优化后的英文绘图提示词\" required: - prompt\n\nmetadata: openclaw: emoji: \"🎨\" os: [\"linux\"] requires: bins: [\"python3\"] # 使用单引号包裹变量，这是将长提示词完整传给 Python 的最稳妥方式 command: \"python3 {{path}}/weimage_sync.py '{{prompt}}'\""
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/zhairen/weimage",
    "publisherUrl": "https://clawhub.ai/zhairen/weimage",
    "owner": "zhairen",
    "version": "1.0.3",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/weimage",
    "downloadUrl": "https://openagent3.xyz/downloads/weimage",
    "agentUrl": "https://openagent3.xyz/skills/weimage/agent",
    "manifestUrl": "https://openagent3.xyz/skills/weimage/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/weimage/agent.md"
  }
}