Search and analyze products on the Chinese 1688 wholesale platform (Alibaba domestic B2B market) for sourcing, supplier discovery, and product selection. Trigger when the user mentions 1688 product search, finding suppliers on 1688, wholesale product queries, factory sourcing, dropshipping supplier search, 1688 keyword product selection, wholesale price comparison, filtering by sales volume, any product research on the 1688 platform, 1688 search, 1688 product selection, find suppliers, factory lookup, wholesale pricing, supplier search, domestic sourcing, 1688 products. Even if the user does not explicitly say "1688", if their need involves searching for wholesale products, finding domestic suppliers, or sourcing from the domestic Chinese market, this skill should also be triggered.
Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.
Quelldateien prüfen
Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Ein direkter Befehl überspringt den Prüf-Prompt. Prüfen Sie die Quelle, bevor Sie ihn ausführen.
Search and analyze products on the Chinese 1688 wholesale platform (Alibaba domestic B2B market) for sourcing, supplier discovery, and product selection. Trigger when the user mentions 1688 product search, finding suppliers on 1688, wholesale product queries, factory sourcing, dropshipping supplier search, 1688 keyword product selection, wholesale price comparison, filtering by sales volume, any product research on the 1688 platform, 1688 search, 1688 product selection, find suppliers, factory lookup, wholesale pricing, supplier search, domestic sourcing, 1688 products. Even if the user does not explicitly say "1688", if their need involves searching for wholesale products, finding domestic suppliers, or sourcing from the domestic Chinese market, this skill should also be triggered.
1688 Product Search (DianLeiDa)
This skill guides you on how to search and analyze products on the 1688 wholesale platform, helping e-commerce sellers and sourcing professionals find quality suppliers and profitable products.
Core Concepts
This tool provides keyword-based product search on 1688 (China's largest B2B wholesale marketplace). It aggregates product listings with sales data, pricing tiers, supplier credentials, and fulfillment options. Data is sourced from DianLeiDa (store radar analytics) and covers real-time product listings with 7-day and 30-day sales metrics.
Key terminology:
Wholesale price (price): The price per unit when ordering at the minimum batch quantity
Dropship price (consignPrice): The price per unit for single-item dropshipping (typically higher than wholesale)
TrustPass years (tpYear): The number of years the supplier has held Alibaba's TrustPass membership, indicating business longevity
Sales count (salesQuantity): Total units sold in the selected time period
(): Total number of separate orders in the selected time period
Order count
salesOrderCount
Estimated sales volume (estimatedSalesAmount): Estimated revenue in the selected time period
Cost constraint: This tool consumes credits; the same session and parameter combination is called only once by default, with a 24h local cache in the script. On failure or empty results, do not automatically retry with different keywords, pagination, or postal codes; inform the user about additional consumption before continuing to search.
Output strategy (script default behavior):
Always write the full response to <cwd>/nexscope/<YYYY-MM-DD>/<session>/data/nexscope-dld-product-search-<timestamp>.json (<cwd> is the working directory at script execution time, i.e. the current project directory in Claude Code; <session> is taken from the SESSION_ID env var, auto-grouped by user task; do not write to /tmp, error if current directory is not writable)
Response body <= 8 KB: print full JSON to stdout after saving
Response body > 8 KB: print only summary to stdout after saving (top-level fields, common counts like total/costToken, length of largest list field + first 3 samples)
Add --inline to force full output to stdout (still saves to disk)
Data reading tip: Check the summary first to decide if it's enough; when specific fields are needed, prefer using jq or ConvertFrom-Json to extract from the saved json file on demand, avoiding loading the entire JSON into context.
Example Queries
1. Basic keyword search -- top sellers for "yoga mat"
Present data clearly: Show results in structured tables with product title, price, sales metrics, and supplier info. Include product URLs so users can visit listings directly.
Price context: Always show both wholesale price and dropship price when available, so users can compare margins.
Sales metrics: Clearly label whether metrics are 7-day or 30-day figures based on the cycle parameter used.
Image display: When imageUrl is available, display product images to help users visually identify products.
Pagination notice: When total exceeds the returned page size, inform users of the total result count and that they can request additional pages.
Error handling: If a query returns an error, explain the issue and suggest adjusting parameters (e.g., broadening filters, checking keyword spelling).
Keyword translation: If the user provides English product terms, translate to Chinese before calling the API, and note this translation in your response.
Applicable Scenarios
User Says
Scenario
"Find suppliers for XX on 1688"
Keyword product search
"What's selling well on 1688"
Top-selling product discovery
"Find cheap XX from factories"
Factory sourcing with price filters
"1688 dropshipping suppliers for XX"
Dropship-enabled product search
"Compare prices for XX on 1688"
Price comparison across suppliers
"New products on 1688 for XX"
New product discovery
"Find 1688 products for cross-border"
Cross-border product sourcing
"Which 1688 suppliers ship within 24h"
Fulfillment speed filtering
"Top factories for XX"
Super Factory / Power Merchant search
"Find this 1688 product" (with URL or ID)
Direct product lookup
Not Applicable
Amazon or other non-1688 platform product research
1688 store/shop-level analytics (store traffic, store rankings)
1688 advertising or promotion strategies
Product review or rating analysis
Logistics cost calculation or freight estimation
Order placement or transaction processing
User already has local product data files to analyze
Boundary judgment: When users say "sourcing", "find suppliers", or "wholesale products", if it involves searching for specific products on the 1688 platform with filters like price, sales, or supplier type, this skill applies. If they need store-level analytics, advertising optimization, or operations beyond product search, it does not apply.