Search and retrieve product information across Chinese e-commerce platforms via the Shopme unified product database.
Works with
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versioncn-ecommerce-searchExecute the skills CLI command in your project's root directory to begin installation:
Fetches cn-ecommerce-search from shopmeskills/mcp and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate cn-ecommerce-search. Access via /cn-ecommerce-search in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Create detailed user stories, acceptance criteria, and feature specs
Example
Generate user stories for 'password reset feature' with acceptance criteria, edge cases, and test scenarios
Reduce spec writing time by 50%, ensure comprehensive coverage
Research competitors, compare features, identify gaps
Example
Analyze 5 competitor products, create feature comparison matrix, suggest differentiation opportunities
Complete competitive research in 2 hours instead of 2 days
Evaluate features using frameworks (RICE, ICE, Kano) and create prioritized backlogs
Example
Score 20 feature ideas using RICE framework, generate prioritized roadmap with rationale
8
total installs
8
this week
1
GitHub stars
0
upvotes
Run in your terminal
8
installs
8
this week
1
stars
Search and retrieve product information across Chinese e-commerce platforms via the Shopme unified product database.
Zero-config โ no API keys required.
{
"mcpServers": {
"cn-ecommerce-search": {
"command": "npx",
"args": ["-y", "@shopmeagent/cn-ecommerce-search-mcp"]
}
}
}
No environment variables required. Optional:
| Variable | Default | Description |
|---|---|---|
SHOPME_API_BASE |
https://api.shopmeagent.com |
Override API endpoint (e.g. http://localhost:8000 for local dev) |
Search products by keyword across platforms.
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
keyword |
string | Yes | โ | Search term (Chinese or English) |
platform |
string | No | all | Filter by platform: xhs, taobao, tmall |
sort_by |
string | No | relevance |
relevance, price_asc, price_desc, sales_desc, created_at |
page |
number | No | 1 | Page number |
limit |
number | No | 10 | Items per page (max 50) |
Get detailed info about a specific product by ID or URL.
| Parameter | Type | Required | Description |
|---|---|---|---|
product_id |
string | One of two | Product ID (recommended, faster) |
url |
string | One of two | Product URL |
platform |
string | No | Platform hint to speed up lookup |
Parse a product URL to identify the platform and product ID. Runs locally, no API call.
| Parameter | Type | Required | Description |
|---|---|---|---|
url |
string | Yes | Product URL or text containing one |
| Platform | Code | Strengths | Price Range | Typical Buyer |
|---|---|---|---|---|
| ๆทๅฎ Taobao | taobao |
Largest selection, consumer goods | ยฅ Low-Mid | End consumers |
| ๅคฉ็ซ Tmall | tmall |
Brand flagship stores, higher quality | ยฅ Mid-High | Quality-focused |
| ๅฐ็บขไนฆ XHS | xhs |
Community picks, beauty/lifestyle | ยฅ Mid | Young women, lifestyle |
item.taobao.com/item.htm?id=123456detail.tmall.com/item.htm?id=123456mall.xiaohongshu.com/goods-detail/xxxe.tb.cn/xxx, m.tb.cn/xxxsales_desc to find popular/trusted products (best on XHS)platform filter to narrow results to a specific platformget_product_detail with a URL directly โ no need to parse firstMake data-driven prioritization decisions faster
Draft PRDs, status updates, and stakeholder presentations
Example
Create executive summary of Q3 roadmap, monthly progress report, feature launch announcement
Save 3-5 hours/week on communication overhead
Prerequisites
Time Estimate
30-60 minutes to see productivity improvements
Steps
Common Pitfalls
โ Do
โ Don't
๐ก Pro Tips
โ Use when
Use for user story writing, competitive research, roadmap prioritization, stakeholder communication, and PRD drafting. Best for reducing repetitive documentation and research work.
โ Avoid when
Avoid for strategic product vision (requires deep customer empathy), pricing decisions (needs market and financial expertise), or when face-to-face customer discovery is more valuable than speed.
kostja94/marketing-skills
mattpocock/skills
parcadei/continuous-claude-v3
cursor/plugins
ailabs-393/ai-labs-claude-skills
pproenca/dot-skills
Useful defaults in cn-ecommerce-search โ fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
cn-ecommerce-search is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
Registry listing for cn-ecommerce-search matched our evaluation โ installs cleanly and behaves as described in the markdown.
Useful defaults in cn-ecommerce-search โ fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
Keeps context tight: cn-ecommerce-search is the kind of skill you can hand to a new teammate without a long onboarding doc.
We added cn-ecommerce-search from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
cn-ecommerce-search has been reliable in day-to-day use. Documentation quality is above average for community skills.
cn-ecommerce-search reduced setup friction for our internal harness; good balance of opinion and flexibility.
Registry listing for cn-ecommerce-search matched our evaluation โ installs cleanly and behaves as described in the markdown.
cn-ecommerce-search fits our agent workflows well โ practical, well scoped, and easy to wire into existing repos.
showing 1-10 of 73