← 返回 Skills 市场
miketobusy

vipshop-product-consultant

作者 mikeToBusy · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
143
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install vipshop-product-consultant
功能描述
通过唯品会API查询并综合分析商品信息、用户评价和尺码反馈,提供详细购买建议和口碑报告。
安全使用建议
This skill appears coherent: its scripts call Vipshop APIs, parse JSONP, and produce local JSON files and analysis as the README says. Before running or installing: 1) review the bundled Python files yourself or run them in an isolated environment (container or VM) because they make outbound network requests; 2) be aware the scripts save responses to product_info.json, review_summary.json, and review_list.json in the current directory; 3) the code contains hard-coded api_key/user_id/tokens—these might be sample credentials or tied to another account; they are not requested from you but could stop working or be undesirable to include in production; consider removing or replacing them with your own approved credentials if needed; 4) confirm you are comfortable with the tool making requests to mapi-pc.vip.com (check Vipshop's terms and rate limits) and do not supply any unrelated secrets to the skill. Overall the package is internally consistent and not showing signs of intentional misdirection.
功能分析
Type: OpenClaw Skill Name: vipshop-product-consultant Version: 1.0.0 The skill bundle is a product information and review analyzer for the Vipshop (唯品会) platform. It uses Python scripts (query_product_info.py, query_review_list.py, and query_review_summary.py) to fetch data from Vipshop's mobile APIs using hardcoded session tokens and API keys. The logic is transparent, focused on data retrieval and local storage for AI analysis, and contains no evidence of data exfiltration, malicious execution, or harmful prompt injection.
能力评估
Purpose & Capability
The name/description say it queries 唯品会 (Vipshop) product info and reviews; the included Python scripts and SKILL.md implement exactly that (calling mapi-pc.vip.com endpoints, parsing JSONP, saving and analyzing product_info.json, review_summary.json, review_list.json). Required resources (none declared) align with this purpose.
Instruction Scope
SKILL.md instructs running the three provided Python scripts and then analyzing the three JSON files; the scripts perform only HTTP(S) requests to Vipshop endpoints, parse responses, and save extracted data to files in the current directory. They do not read arbitrary system files or access environment variables. Note: the scripts write files to disk in the working directory and print request/response content on error.
Install Mechanism
No install spec (instruction-only with bundled scripts). No downloads from third-party hosts or archive extraction. Risk is limited to running the provided Python code locally (which will make network calls).
Credentials
The skill declares no required environment variables or credentials (appropriate). However, the Python scripts include hard-coded query parameters such as api_key, user_id, mars_cid and tfs_fp_token values embedded in the request parameters. These are not required from the user but are present in the code — this is odd but not necessarily malicious. They may be benign client tokens or copied sample parameters; they could be stale, tied to someone else's session, or a privacy concern if they are sensitive.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request persistent system privileges or modify other skills/config. Its persistence is limited to writing output JSON files in the working directory when run.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install vipshop-product-consultant
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /vipshop-product-consultant 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
vipshop-product-consultant 1.0.0 — Initial release - Enables querying Vipshop product information, review summaries, and review lists via API. - Provides a step-by-step process to collect, analyze, and summarize product data for purchase recommendations. - Supports custom product IDs, with a default example ID if none is provided. - Analyzes pricing, customer satisfaction, fit feedback, and user reviews for comprehensive recommendations. - Outputs results in a structured, user-friendly format suitable for shoppers.
元数据
Slug vipshop-product-consultant
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

vipshop-product-consultant 是什么?

通过唯品会API查询并综合分析商品信息、用户评价和尺码反馈,提供详细购买建议和口碑报告。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 143 次。

如何安装 vipshop-product-consultant?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install vipshop-product-consultant」即可一键安装,无需额外配置。

vipshop-product-consultant 是免费的吗?

是的,vipshop-product-consultant 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

vipshop-product-consultant 支持哪些平台?

vipshop-product-consultant 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 vipshop-product-consultant?

由 mikeToBusy(@miketobusy)开发并维护,当前版本 v1.0.0。

💬 留言讨论