China E-Commerce Shopping Guide
v1.0.1China E-Commerce Shopping Guide - Focused on recommending mainstream Chinese e-commerce platforms such as Taobao, Tmall, JD.com, and Pinduoduo. Based on prod...
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (China e‑commerce recommendations) align with included files: a CLI Python script (cn-online-shopping.py), data/*.json, and reference markdowns. Minor inconsistency: the skill metadata lists no required binaries, but SKILL.md and the workflow expect python3 to be available to run cn-online-shopping.py.
Instruction Scope
SKILL.md instructs the agent to call the included cn-online-shopping.py and to present recommendations based on static data files. The runtime instructions reference only local files in the skill bundle (data/ and references/) and do not direct the agent to read unrelated system files, environment variables, or external endpoints.
Install Mechanism
No install specification (instruction-only) and no external downloads. All code and data are packaged with the skill; nothing will be fetched from the network during install. This is low-risk from an install-mechanism perspective.
Credentials
The skill requires no environment variables, secrets, or external credentials. It operates solely on included static JSON/Markdown files. The only relevant runtime dependency is Python 3 (not declared), which is proportional to a packaged Python CLI.
Persistence & Privilege
The skill does not request always:true and does not modify system or other skills' configurations. It has no autonomy-related elevation beyond the platform defaults and does not persist credentials or install services.
Assessment
This skill appears to be what it says: a local, static-data recommender for Chinese e‑commerce platforms. Before installing: (1) ensure you trust the skill source — although it contains only static data and a small CLI, packaged code still runs on your machine; (2) confirm your agent runtime has Python 3 available (SKILL.md expects python3 but the metadata did not declare it); (3) remember recommendations come from static bundled data and may be outdated — verify prices, logistics, and seller credibility on the official platforms; (4) if you want extra assurance, open and review cn-online-shopping.py and the data files yourself (they are short and readable) before enabling autonomous invocation.Like a lobster shell, security has layers — review code before you run it.
latest
⚠️ Disclaimer: This skill's platform recommendations are for reference only and do not constitute purchase advice. When shopping, please verify platform information, seller credibility, and product details yourself. We are not responsible for any purchasing decisions.
China E-Commerce Shopping Guide
Overview
This skill helps users intelligently recommend the most suitable Chinese e-commerce platforms based on product category, budget, and logistics needs.
Supported Platforms
- Taobao - C2C platform, widest product range, flexible pricing
- Tmall - B2C platform, authentic brands, many flagship stores
- JD.com - Fast self-logistics, authentic guarantee, good after-sales
- Pinduoduo - Extremely low prices, billions in subsidies, direct agricultural shipping
- Douyin Mall - Live streaming sales, short video product recommendations
- Xiaohongshu - Product review community, authentic reviews, quality精选
- Suning - Home appliances specialty, in-store pickup
- Vipshop - Brand flash sales, strong discounts
Triggers
- "I want to buy something on Taobao"
- "JD.com vs Taobao, which is better"
- "Is Pinduoduo reliable"
- "Which platform for home appliances"
- "Which platform is better for buying..."
- "Recommend a website for buying..."
- "Compare...platforms"
- "China e-commerce platform recommendations"
Workflow
- Identify user's shopping needs (product category, budget, time requirements, etc.)
- Call cn-online-shopping.py to get platform recommendations or comparisons
- Present recommendation results, including recommendation reasons, best choices, and precautions
- For detailed guidance, reference documents under references/
Usage
# Recommend platform based on product
python3 cn-online-shopping.py recommend <product name/category>
# List supported categories
python3 cn-online-shopping.py categories
# Compare two platforms
python3 cn-online-shopping.py compare <platform1> <platform2>
Data Files
data/platforms.json- Platform information (features, applicable regions, advantage categories)data/categories.json- Product category mappingdata/regions.json- Regional recommendation configuration
References
references/platform-guide.md- Detailed platform guidereferences/shopping-tips.md- Shopping tips and precautions
Limitations
- Only provides platform recommendation information, no real-time price queries
- Does not access real-time data from any shopping platform
- Recommendations based on preset rules and static data
- Platform policies and fees may change at any time; please refer to official information
Comments
Loading comments...
