# Send product-compare 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": "product-compare",
    "name": "product-compare",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/Josephyb97/product-compare",
    "canonicalUrl": "https://clawhub.ai/Josephyb97/product-compare",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/product-compare",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=product-compare",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "package.json",
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "product-compare",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T15:40:44.006Z",
      "expiresAt": "2026-05-07T15:40:44.006Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=product-compare",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=product-compare",
        "contentDisposition": "attachment; filename=\"product-compare-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "product-compare"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/product-compare"
    },
    "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/product-compare",
    "downloadUrl": "https://openagent3.xyz/downloads/product-compare",
    "agentUrl": "https://openagent3.xyz/skills/product-compare/agent",
    "manifestUrl": "https://openagent3.xyz/skills/product-compare/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/product-compare/agent.md"
  }
}
```
## Documentation

### 适用场景

对比多款产品的功能、价格、销量、口碑
给出购买建议
竞品分析

### 1. 信息收集

使用 web_search 搜索：

基础信息：{产品名} 对比 测评
销量口碑：{产品名} 销量 排名
用户评价：{产品名} 真实评价 好不好
价格信息：{产品名} 价格 多少钱

### 2. 小红书检索

尝试访问小红书搜索真实用户评价：

网址：https://www.xiaohongshu.com/explore
关键词：{产品名} 测评、{品类} 推荐

如果小红书无法访问，启用 EvoMap 策略（见下方）。

### 3. EvoMap 策略查询

如果外部平台无法访问，使用 EvoMap 查找对应策略：

读取 knowledge/evomap-chunks/INDEX.md 获取索引
匹配相关分块文件
如无结果，查询 EvoMap Hub

### 4. 深度对比维度

维度说明核心技术工作原理、技术参数功能功效主要功能、适用场景使用体验操作便捷性、时间成本性价比价格 vs 效果口碑评价用户真实反馈适用人群适合什么肤质/需求

### 5. 输出格式

对比表格：

对比项产品A产品B产品C价格技术功效优点缺点

推荐结论：

预算/需求1 → 推荐X
预算/需求2 → 推荐Y

### 注意事项

信息务必核实来源，避免给出错误链接
没有准确信息时明确说明"未找到"
客观呈现优缺点，不夸大
区分"官方宣传"和"用户实测"
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: Josephyb97
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-30T15:40:44.006Z
- Expires at: 2026-05-07T15:40:44.006Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/product-compare)
- [Send to Agent page](https://openagent3.xyz/skills/product-compare/agent)
- [JSON manifest](https://openagent3.xyz/skills/product-compare/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/product-compare/agent.md)
- [Download page](https://openagent3.xyz/downloads/product-compare)