Install
openclaw skills install @crab-xieyujin/xianyu-product-manager-skillIntelligent product management for AI service providers on Xianyu platform with professional templates, dry-run review, and enforced confirmation for product creation.
openclaw skills install @crab-xieyujin/xianyu-product-manager-skill这是一个专为AI服务提供商设计的智能商品管理技能,帮助您快速创建、管理和优化闲鱼平台上的AI定制服务商品。本技能基于真实的市场需求和成功案例,提供标准化的商品模板和智能化的批量操作功能,让您能够高效地部署和管理完整的AI服务产品线。
在使用本技能前,您需要明确以下信息:
商品图片是创建闲鱼商品的必需字段,本技能支持以下三种图片来源方式:
适用场景:已有图片托管在云端或CDN
使用方法:提供公开可访问的图片URL列表
示例:
image_config = {
"remote_urls": [
"https://your-cdn.com/ai-service-1.jpg",
"https://your-cdn.com/ai-service-2.jpg"
]
}
适用场景:没有现成图片,需要自动生成专业商品图
推荐风格:大字报风格(简单直接,高转化率)
使用方法:调用image_generate工具生成大字报风格图片,每次商品创建自动使用2张不同布局的图片
大字报风格特点:
操作步骤:
image_generate工具生成2张不同布局的图片示例prompt:
Chinese poster style with large title "AI智能定制服务" in red, case examples: "电商客服自动化", "内容创作助手", clean white background, no logos, no QR codes
确定您要提供的AI服务类型,例如:
根据您的服务能力和服务成本,确定价格区间:
准备具体的服务案例和效果数据,用于生成真实可信的商品描述。
本技能提供三种预设的商品模板,每种都经过市场验证,采用标题公式 + 描述公式的优化结构:
AI客服Agent 自动回复省70%人力 电商/服务业专用AI数据分析Agent 自动生成爆款选题 内容创作者必备AI工作流定制 企业级多平台集成 复杂业务自动化本技能采用分步骤的智能引导流程,确保每次操作都符合您的预期:
请选择要创建的AI服务类型:
1. AI客服Agent(电商/服务业)
2. 数据分析Agent(内容创作者)
3. 工作流自动化Agent(企业办公)
4. 自定义服务类型
请输入选项 [1-4]:
请选择定价策略:
1. 基础版 ¥299(推荐新手)
2. 标准版 ¥699(推荐大多数用户)
3. 高级版 ¥1500(企业级需求)
4. 自定义价格
请输入选项 [1-4]:
检测到您选择的是标准版AI客服Agent
建议创建以下商品组合:
- 基础版:1个(用于引流)
- 标准版:2个(不同标题变体,用于A/B测试)
- 高级版:1个(用于高价值客户)
预计总商品数量:4个
预计总费用:¥2596
是否确认创建?[Y/N]
正在准备商品创建...
✓ 验证API配置
✓ 生成商品数据
✓ 检查类目兼容性
即将创建4个商品,预计耗时2-3分钟
是否开始执行?[Y/N]
This skill delegates all API calls to xianyu-api-client-skill and inherits its full security model (endpoint allowlist, write confirmation, dry-run, credential isolation). The following additional controls are enforced at this layer.
All product creation methods use the safe client.create_product() path by default, which requires interactive user confirmation before any API call is made. The user must explicitly type y to proceed.
# Default: prompts for confirmation
manager.create_product("chatbot", "basic")
# Dry-run: preview only, no API call
manager.create_product("chatbot", "basic", dry_run=True)
For controlled automation, separately named _unsafe methods are provided (create_product_unsafe, create_batch_products_unsafe). These skip confirmation and should only be used after dry-run review with dedicated low-permission credentials.
Batch operations are capped at MAX_BATCH_SIZE = 20 products per call. Requests exceeding this limit are rejected with a ValueError before any API call.
This skill does not handle credentials directly. All credential management (environment variables, rotation, isolation) is handled by the underlying xianyu-api-client-skill. See that skill's Security Model section for credential best practices.
完成API配置后,您可以通过简单的交互式命令快速创建专业的AI服务商品,无需编写任何代码即可享受高效的批量商品管理体验。