← Back to Skills Marketplace
vipshop-product-consultant
by
mikeToBusy
· GitHub ↗
· v1.0.0
· MIT-0
143
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install vipshop-product-consultant
Description
通过唯品会API查询并综合分析商品信息、用户评价和尺码反馈,提供详细购买建议和口碑报告。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install vipshop-product-consultant - After installation, invoke the skill by name or use
/vipshop-product-consultant - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is vipshop-product-consultant?
通过唯品会API查询并综合分析商品信息、用户评价和尺码反馈,提供详细购买建议和口碑报告。 It is an AI Agent Skill for Claude Code / OpenClaw, with 143 downloads so far.
How do I install vipshop-product-consultant?
Run "/install vipshop-product-consultant" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is vipshop-product-consultant free?
Yes, vipshop-product-consultant is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does vipshop-product-consultant support?
vipshop-product-consultant is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created vipshop-product-consultant?
It is built and maintained by mikeToBusy (@miketobusy); the current version is v1.0.0.
More Skills