# Send Pinduoduo Automation 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": "pinduoduo-automation",
    "name": "Pinduoduo Automation",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/wukaikai522/pinduoduo-automation",
    "canonicalUrl": "https://clawhub.ai/wukaikai522/pinduoduo-automation",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/pinduoduo-automation",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=pinduoduo-automation",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "config.yaml",
      "scripts/competitor-monitor.sh",
      "scripts/daily-report.sh",
      "skill.yaml"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "pinduoduo-automation",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T03:29:38.830Z",
      "expiresAt": "2026-05-14T03:29:38.830Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=pinduoduo-automation",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=pinduoduo-automation",
        "contentDisposition": "attachment; filename=\"pinduoduo-automation-2.0.2.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "pinduoduo-automation"
      },
      "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/pinduoduo-automation"
    },
    "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/pinduoduo-automation",
    "downloadUrl": "https://openagent3.xyz/downloads/pinduoduo-automation",
    "agentUrl": "https://openagent3.xyz/skills/pinduoduo-automation/agent",
    "manifestUrl": "https://openagent3.xyz/skills/pinduoduo-automation/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/pinduoduo-automation/agent.md"
  }
}
```
## Documentation

### 🎯 技能概述

整合版拼多多商家自动化管家，融合店铺运营、数据分析、竞品监控、自动定价等核心能力。

### 1. 店铺运营管理

商品上下架自动化
库存同步与预警
订单自动处理
物流跟踪

### 2. 数据分析

销售日报/周报/月报
流量来源分析
转化率监控
ROI 计算

### 3. 竞品监控

价格监控与预警
销量追踪
评价分析
差异化建议

### 4. 智能定价

成本 + 利润自动计算
竞品价格对比
动态定价策略
促销活动建议

### 5. 营销自动化

详情页自动生成
客服话术库
促销活动配置
评价回复模板

### 📁 文件结构

pinduoduo-automation/
├── SKILL.md              # 本文件
├── README.md             # 使用文档
├── config.yaml           # 配置文件
├── scripts/
│   ├── product_manager.sh    # 商品管理
│   ├── order_processor.sh    # 订单处理
│   ├── data_analyzer.sh      # 数据分析
│   ├── competitor_monitor.sh # 竞品监控
│   └── pricing_engine.sh     # 定价引擎
└── reports/              # 报告输出目录

### 1. 配置店铺信息

# 编辑配置文件
nano ~/.openclaw/workspace/skills/pinduoduo-automation/config.yaml

# 填写店铺 ID、API 密钥等

### 2. 运行诊断

# 检查配置
pinduoduo-automation diagnose

# 测试连接
pinduoduo-automation test-connection

### 3. 执行任务

# 生成销售日报
pinduoduo-automation daily-report

# 监控竞品价格
pinduoduo-automation monitor-competitors

# 自动定价建议
pinduoduo-automation pricing-suggestions

### 📊 报告输出

每日销售报告：reports/daily-YYYY-MM-DD.md
竞品分析报告：reports/competitor-YYYY-MM-DD.md
定价建议报告：reports/pricing-YYYY-MM-DD.md

### 🔐 安全说明

API 密钥加密存储
操作日志记录
敏感数据脱敏
权限最小化原则

### 💰 商业模式

自用：免费
多店铺管理：按需定制
数据分析报告：可对外服务

版本: 2.0.0 (整合版)
状态: 开发中
优先级: 最高
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: wukaikai522
- Version: 2.0.2
## 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-05-07T03:29:38.830Z
- Expires at: 2026-05-14T03:29:38.830Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/pinduoduo-automation)
- [Send to Agent page](https://openagent3.xyz/skills/pinduoduo-automation/agent)
- [JSON manifest](https://openagent3.xyz/skills/pinduoduo-automation/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/pinduoduo-automation/agent.md)
- [Download page](https://openagent3.xyz/downloads/pinduoduo-automation)