# Send Sketch Illustration Generator to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "sketch-illustration",
    "name": "Sketch Illustration Generator",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/dadaniya99/sketch-illustration",
    "canonicalUrl": "https://clawhub.ai/dadaniya99/sketch-illustration",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/sketch-illustration",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=sketch-illustration",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "references/01-brief.md",
      "references/02-plan.md",
      "references/03-copy.md",
      "references/04-prompts.md",
      "references/05-iterate.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/sketch-illustration"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "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/sketch-illustration",
    "downloadUrl": "https://openagent3.xyz/downloads/sketch-illustration",
    "agentUrl": "https://openagent3.xyz/skills/sketch-illustration/agent",
    "manifestUrl": "https://openagent3.xyz/skills/sketch-illustration/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/sketch-illustration/agent.md"
  }
}
```
## Documentation

### 插画生成 Skill

支持多种手绘插画 / 知识图风格，按需选择，用 Imagen 3 生成并发送到飞书。

### 风格选择

查看 references/styles.md 了解四种风格的详细说明和使用场景：

风格 A：Sketch 极简手绘风（默认）— Notion/Linear 风，极简冷淡，适合技术流程图
风格 B：Watercolor 奶油彩铅水彩风 — 暖色调纸纹，适合 PPT 配图、课程讲义
风格 C：Flat Vector Retro 扁平矢量复古风 — 黑色轮廓线+几何简化，适合 NotebookLM PPT、课程封面、复古感内容
风格 D：Doodle Infographic 白纸手绘知识图风 — 白纸背景、拟人角色、高信息密度、手账/课堂板书感，适合概念对比、方法论、知识海报、拖延机制图

用户未指定时默认用风格 A；如果用户明确喜欢“白纸手绘知识图 / 蜗牛 / 拟人大脑 / 手账板书感 / 信息很多但不乱”这类效果，优先用风格 D。

如果使用风格 D，再按图类型去读对应模板：

机制图：references/doodle-template-mechanism.md
对比图：references/doodle-template-compare.md
步骤流程图：references/doodle-template-flow.md

### 1. 确认内容与风格

明确要画什么内容、用什么风格
从 references/styles.md 取对应风格块
风格 B 的布局模板在 references/image-assistant-templates/
风格 D（手绘知识图）优先确认：

是单张知识海报还是对比图 / 流程图 / 多模块信息图
是否需要拟人角色（如蜗牛、脑子、小龙虾）
是否需要高信息密度但少长段文字

### 2. 构建 Prompt

基础结构：

[风格块（从 styles.md 复制）]

顶部居中标题：'[中文标题]'

[内容描述：人物、场景、元素、布局]

[负面约束]

详细提示词模板见 references/prompt-guide.md。

如果是风格 D，不要只写“画个XX知识图”，要先明确图类型：

机制图：读 references/doodle-template-mechanism.md
对比图：读 references/doodle-template-compare.md
步骤流程图：读 references/doodle-template-flow.md

优先直接复用对应模板里的 prompt 骨架，再替换成当前主题。

### 3. 生成图片

cd /root/.openclaw/workspace/skills/zenmux-image-generation
ZENMUX_API_KEY="<key>" python3 scripts/generate.py \\
  --output /root/myfiles/<filename>.png \\
  --prompt "<完整prompt>"

API Key 读取：

cat ~/.openclaw/openclaw.json | python3 -c "import json,sys; d=json.load(sys.stdin); print(d['models']['providers']['ZenMux']['apiKey'])"

### 4. 上传并发送到飞书

bash scripts/send_to_feishu.sh /root/myfiles/<filename>.png <open_id>

该脚本现在走稳定发图链路（飞书 im/v1/images -> image_key -> msg_type=image），不再依赖容易把本地路径发成文本的旧链路。

猫南北的 open_id：ou_22f2eefd5abe63e0cd67f4882cec06d4

### 注意事项

模型：google/gemini-3-pro-image-preview（需要 ZenMux Pro+）
403 偶发，重试即可
图片输出到 /root/myfiles/
所有文字标注默认中文
风格 B 的多张成套配图工作流见 references/image-assistant-workflow.md
风格 D 不要写成长段密集小字，优先用：标题、短句、箭头、卡片、小标签、拟人角色来承载信息
风格 D 的核心不是“神奇咒语”，而是：主体 + 情绪/主题 + 隐喻物 + 白纸手绘版式 + 高信息密度 + 可爱角色 的组合
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: dadaniya99
- Version: 1.1.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/sketch-illustration)
- [Send to Agent page](https://openagent3.xyz/skills/sketch-illustration/agent)
- [JSON manifest](https://openagent3.xyz/skills/sketch-illustration/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/sketch-illustration/agent.md)
- [Download page](https://openagent3.xyz/downloads/sketch-illustration)