# Send weimage to your agent
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.
## Fast path
- 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.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "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": {
    "downloadUrl": "/downloads/weimage",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=weimage",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "weimage_sync.py",
      "_meta.json",
      "readme.md",
      "SKILL.md"
    ],
    "downloadMode": "manual_only",
    "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."
      ]
    }
  },
  "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"
  }
}
```
## Documentation

### 【强制准则】

严禁过程汇报，严禁询问。
第二步必须将优化后的英文提示词作为 prompt 参数。
第三步发送图片时，media 字段必须使用第二步返回的 url。

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}}'"
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: zhairen
- Version: 1.0.3
## Source health
- Status: auth_required
- Item requires authentication.
- This item appears to require sign-in or permission before the package can be fetched. Open the source page and confirm access manually.
- Health scope: item
- Reason: login_required
- Checked at: 2026-05-02T04:28:06.843Z
- Expires at: 2026-05-05T04:28:06.843Z
- Recommended action: Open source page
## Links
- [Detail page](https://openagent3.xyz/skills/weimage)
- [Send to Agent page](https://openagent3.xyz/skills/weimage/agent)
- [JSON manifest](https://openagent3.xyz/skills/weimage/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/weimage/agent.md)
- [Download page](https://openagent3.xyz/downloads/weimage)