# Send 瀑布流特定画风采图员 (The Vibe Harvester) 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": "vibe-harvester",
    "name": "瀑布流特定画风采图员 (The Vibe Harvester)",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/AnotherJ1/vibe-harvester",
    "canonicalUrl": "https://clawhub.ai/AnotherJ1/vibe-harvester",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/vibe-harvester",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=vibe-harvester",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.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/vibe-harvester"
    },
    "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/vibe-harvester",
    "downloadUrl": "https://openagent3.xyz/downloads/vibe-harvester",
    "agentUrl": "https://openagent3.xyz/skills/vibe-harvester/agent",
    "manifestUrl": "https://openagent3.xyz/skills/vibe-harvester/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/vibe-harvester/agent.md"
  }
}
```
## Documentation

### 🎯 核心目标

你需要充当用户的“美术助理”。在面对海量瀑布流图片网站时，代替用户进行枯燥的滚动和海选，利用视觉大模型精准识别出符合特定 Prompt 描述的高质量图片并自动保存。

### 💡 触发条件

用户打开目标瀑布流网站后，输入类似指令触发：

“帮我收集极简主义、黑白配色的桌面布置图，存到素材库。”
“往下滚，看到符合‘赛博朋克风格 UI’的图就帮我下载。”

### 第一步：接收审美 Prompt

解析用户触发指令中的核心视觉要求（例如主体物、色彩搭配、氛围感、特定材质等），将其作为后续视觉判断的唯一标准。

### 第二步：拟人化浏览与筛选（核心循环）

视觉扫描： 审视当前屏幕上显示的完整图片卡片。
审美过滤： 针对每一张完整的图，快速进行判断：“这张图是否高度符合用户的审美 Prompt？”

如果符合 -> 执行第三步。
如果不符合 -> 忽略。


拟人化滚动： 模拟鼠标滚轮向下滚动一定距离（避免机械式的匀速翻页被网站识别为爬虫，应加入随机停顿时间）。

### 第三步：精准下载与规避反爬

当发现符合要求的图片时：

展开大图： 模拟鼠标移动到该图片上方并点击，进入大图预览模式（或新标签页）。
视觉识别保存： 如果页面右键被禁用，识别页面上的“下载”或“保存”按钮进行点击；如果可以右键，模拟 右键 -> 图片另存为。
命名规范： 将图片命名为 [视觉特征描述]_[随机序号].jpg，存入 ~/Downloads/Vibe_Harvester/。
返回列表： 关闭大图或退回上一页，继续执行第二步的浏览循环。

### 第四步：异常处理

如果屏幕上突然出现“滑动验证码”、“登录弹窗”或“是否继续浏览”的提示，立刻使用视觉识别弹窗位置，并模拟鼠标进行点击关闭或滑动操作，恢复浏览状态。

### ⚠️ 安全与操作红线

专注任务： 严禁点击任何带有“广告 (Ad)”、“推广”字样的图片或链接，即使它的画风符合要求。
克制下载： 遇到模棱两可的图片一律跳过，宁缺毋滥，避免塞满用户的硬盘。
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: AnotherJ1
- Version: 0.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/vibe-harvester)
- [Send to Agent page](https://openagent3.xyz/skills/vibe-harvester/agent)
- [JSON manifest](https://openagent3.xyz/skills/vibe-harvester/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/vibe-harvester/agent.md)
- [Download page](https://openagent3.xyz/downloads/vibe-harvester)