Coding

query-1688-product-detail

Try it

Query 1688 cross-border product details via AlphaShop API using productId extracted from URL or provided directly. **MUST be used for any user request involv...

What it does

**ALWAYS use this skill when the user requests anything related to 1688 product information, including but not limited to:** "获取1688商品详情" "查商品详情" "解析商品" "分析这个1688链接" "提取商品信息" "查看产品规格" Any similar intent involving 1688 product data extraction

The skill document

When to use

ALWAYS use this skill when the user requests anything related to 1688 product information, including but not limited to:

  • "获取1688商品详情"
  • "查商品详情"
  • "解析商品"
  • "分析这个1688链接"
  • "提取商品信息"
  • "查看产品规格"
  • Any similar intent involving 1688 product data extraction

User provides a 1688 product URL (e.g. https://detail.1688.com/offer/945957565364.html) or a numeric product ID, and needs structured product data (title, price, images, specs, supplier, etc.).

前置配置(必须先完成)

⚠️ 使用本 SKILL 前,必须先配置以下密钥,否则商品详情查询会失败。

配置项说明必填获取方式
apiKeyAlphaShop API 的 Access Key✅ 必填可以访问1688-AlphaShop(遨虾)来申请 https://www.alphashop.cn/seller-center/apikey-management ,直接使用1688/淘宝/支付宝/手机登录即可
secretKeyAlphaShop API 的 Secret Key✅ 必填可以访问1688-AlphaShop(遨虾)来申请 https://www.alphashop.cn/seller-center/apikey-management ,直接使用1688/淘宝/支付宝/手机登录即可

如果用户没有提供这些密钥,必须先询问用户获取后再继续操作

⚠️ AlphaShop 接口欠费处理: 如果调用 AlphaShop 接口时返回欠费/余额不足相关的错误,必须立即中断当前流程,提示用户前往 https://www.alphashop.cn/seller-center/home/api-list 购买积分后再继续操作。

配置方式

在 OpenClaw config 中配置(注意:本 SKILL 使用 apiKey/secretKey 字段,而非 env):

{
  skills: {
    entries: {
      "query-1688-product-detail": {
        apiKey: "YOUR_ALPHASHOP_ACCESS_KEY",
        secretKey: "YOUR_ALPHASHOP_SECRET_KEY"
      }
    }
  }
}

API details

  • Endpoint: POST https://api.alphashop.cn/alphashop.openclaw.offer.detail.query/1.0
  • Auth: Authorization: Bearer
  • Body: {"productId": ""}

Usage

# By URL
python3 query.py "https://detail.1688.com/offer/945957565364.html"

# By product ID
python3 query.py "945957565364"

# Multiple IDs
python3 query.py "945957565364,653762281679"

Input parsing

Accepts three formats:

  1. Product URL — extracts ID from /offer/.html path or ?offerId= query param
  2. Numeric ID — used directly
  3. Comma-separated IDs — batch query

Dependencies

  • Python 3.8+
  • requests

Related skills

Find why your productivity system keeps failing, then apply the smallest fix — capacity math, bottleneck routing, durable local notes.

by Iván854 installs69 stars

cli-creator

Official

Generate a durable Codex-runnable CLI from API docs, OpenAPI, SDKs, curl, or existing scripts.

by OpenAI27.5k stars

figma-use

Official

Run JavaScript in Figma files to programmatically create and modify nodes, components, variables, and layouts.

by OpenAI27.5k stars

aspnet-core

Official

Compose ASP.NET Core apps the way Microsoft documents today — right model, modern host, current patterns.

by OpenAI27.5k stars

Produces a written philosophy plus an interactive p5.js sketch with seeded randomness and tunable parameters.

by Anthropic177.2k stars

More from 1688aiinfra

Browse all skills

Diagnose 1688 store health with a two-stage flow: overall judgment plus a deep-dive report in your chosen direction.

by 1688aiinfra13 installs

Diagnose 1688 product performance and traffic issues from real CLI data, then hand off to image or title optimizers.

by 1688aiinfra13 installs

1688商品搜索SKILL:提供完整的1688商品搜索能力,包括类目查询、关键词搜索、图片搜索、商品详情、相关性商品、拉取货盘底池等9个核心接口。 支持多语言搜索和商品推荐,使用1688开放平台官方API,统一鉴权,Token全局缓存共享。

by 1688aiinfra65 installs3 stars

1688智能选品找货能力。通过文字、图片或链接搜商品、找同款、找相似款,支持批量采购比价、热销选品、跨境找货、场景化选品及多条件筛选(价格/销量/材质/属性排除等)。 触发词:找商品、找同款、搜商品、帮我找、想要XX、图片找货、链接找货、以图搜图、选品、批发、找货源、热销、比价、最便宜、按销量排序、出口、跨境、找...

by 1688aiinfra39 installs

将1688的商品铺货到俄罗斯电商平台Ozon(上架),通过Ozon官方API实现商品信息的上传和状态查询。适用于需要将单个1688的商品上架到Ozon的场景。

by 1688aiinfra40 installs2 stars

1688商品标题优化 工具能力:为商品标题添加热词优化(快速、基于规则)和 LLM 深度重写(高质量、自然流畅),支持用户输入偏好。如果用户没有选择想优化标题的商品,技能中可以出组件让用户选择; 触发词:优化标题、标题优化、改标题、重写标题、商品标题、标题改写、分析标题、我要优化标题、标题里哪些词没用、标题里应该加哪些热搜关键词、我的商品标题怎么优化?、我的标题怎么优化?、我要优化商品标题

by 1688aiinfra15 installs