Token导航 LogoToken导航TokenDH.com
效率需要联网clawhub未标认证来源可访问clear审计通过

product-recommenderproduct recommender 效率

Agent Skill

product-recommender 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

4,680

周安装

199

GitHub Stars

公开资料未说明

下载量

1,640
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:product-recommender(product recommender 效率)
来源仓库:https://github.com/fangwei-frank/product-recommender
安装命令:
openclaw skills install product-recommender
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install product-recommender

简介

智能零售推荐引擎,面向数字员工提供个性化产品建议。

  • 根据客户需求、预算、场合与偏好匹配合适商品。
  • 适用于礼品采购、促销推荐与客户关怀等场景。product-recommender 属于效率类 Skill,可作为该场景下的辅助能力补充。
  • 安装前需确认权限范围及是否触发联网、命令执行或文件读写。
  • 建议结合来源仓库与原始 README 进一步核验具体用法。

SKILL.md

name
product-recommender
description
>
metadata
openclaw
emoji
🎯

Product Recommender

Overview

This skill handles all "help me choose" queries. It goes beyond listing products — it understands the customer's situation, filters intelligently, and presents a curated shortlist with reasons.

Depends on: products[] in knowledge base (Step 03). Works better with: inventory data (to exclude out-of-stock items).


Intent Extraction

Before recommending, extract these signals from the conversation:

SignalExamplesHow to Extract
Budget"500以内", "¥200左右", "不超过1000"Parse number + direction
Recipient"送妈妈", "给男朋友", "自用"Named or implied
Occasion"生日", "面试", "日常穿", "夏天用"Event or context
Preferences"素色", "轻便", "不要太甜", "简约风"Style/attribute keywords
Age/Gender"30岁女性", "老年人", "男生"Demographic
Constraints"不含酒精", "纯棉", "防水"Hard requirements
Quantity"买一套", "各来一个"Number intent

If critical signals are missing (especially budget), ask one clarifying question. Never ask for all missing fields at once.

Reference: intent-extraction.md


Filtering Logic

Apply filters in this order (hard → soft):

  1. Hard filters (eliminate if not met):

- Budget: price ≤ budget_max (or sale_price if active) - Hard constraints: attribute must match (e.g., "纯棉" → filter by material tag) - Stock: exclude if stock_qty == 0 (when inventory data available)

  1. Soft scoring (rank what remains):

- Recipient match: suitable_for overlap with recipient description - Occasion match: tags overlap with occasion keywords - Style/preference match: description + tags keyword overlap - Popularity signal: use sales_rank if available, else recency

  1. Return top N (default: 3, configurable via max_recommendations)

Reference: filtering-logic.md


Recommendation Presentation

Standard format (3 recommendations)

为您推荐 3 款最适合的选择:

1️⃣ [产品名] ¥[price]
   [1句话说明为什么适合这个场景/人群]
   [关键亮点:1-2个最相关的属性]

2️⃣ [产品名] ¥[price]
   [...]

3️⃣ [产品名] ¥[price]
   [...]

[可选] 您更倾向哪款?我可以帮您查一下库存~

Gift recommendation (add wrapping note)

送礼推荐:[产品名] ¥[price]
[为什么适合作为礼物 — 1句话]
[礼盒包装是否可用 if known]

Upsell (when appropriate)

If the customer's budget allows 20% more for a meaningfully better option:

"还有一款 ¥[price+] 的[产品名],多了[key upgrade],性价比也很高,要不要看看?"

Only suggest once per conversation. Never push if customer declines.


Special Flows

"帮我比较" (Comparison)

When customer names 2+ specific products:

  • Fetch both from KB
  • Build a comparison table: price / key specs / suitable for / verdict
  • Give a clear recommendation, not just data

"搭配什么" (Outfit/Pairing)

When customer asks what goes with a product:

  • Identify the anchor product
  • Filter KB for complementary items (matching category tags: "搭配", "配套")
  • Present as a complete set with total price

"再便宜一点" (Price objection)

When customer asks for cheaper options after seeing recommendations:

  • Re-filter with lower budget
  • If nothing cheaper: explain value at current price, don't apologize for price

"没有我想要的" (No match)

When no product passes the filters:

  1. Tell the customer honestly
  2. Suggest the closest available option
  3. Offer to notify when matching product arrives (log as feature request)

Script

Use scripts/recommend.py for deterministic filtering and scoring. Reference: filtering-logic.md

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

82.61%
按下载量换算1,355

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills