阿里商品详情查询

v1.0.5

查询阿里平台(淘宝/天猫)商品详情,支持商品ID或链接输入,返回详情数据

0· 267·0 current·0 all-time
byYanJun@yjcia

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for yjcia/taobao-detail-query.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "阿里商品详情查询" (yjcia/taobao-detail-query) from ClawHub.
Skill page: https://clawhub.ai/yjcia/taobao-detail-query
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install taobao-detail-query

ClawHub CLI

Package manager switcher

npx clawhub@latest install taobao-detail-query
Security Scan
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (查询阿里商品详情) match the implementation: the skill extracts an item ID and queries EarlyData's API. There are no unrelated required binaries, env vars, or config paths that would be disproportionate to this purpose.
Instruction Scope
SKILL.md and scripts/agent.py limit operations to parsing a provided item ID or link and issuing an HTTPS GET to the declared API. The instructions do not read other files, environment variables, or send data to unexpected endpoints.
Install Mechanism
This is an instruction-only skill with a small helper script; there is no install spec or remote download. The script checks for the 'requests' package but does not auto-install anything.
Credentials
No environment variables or secrets are requested. The skill relies on an external provider (EarlyData) which the SKILL.md claims handles authentication server-side; sending itemId to that endpoint is proportional to the task.
Persistence & Privilege
The skill is not forced-always-on and does not request elevated agent-wide privileges or modify other skills. Autonomous invocation is allowed (platform default), which is expected for user-invocable skills and is not by itself concerning here.
Assessment
This skill appears internally consistent and only sends product IDs to the external service https://mi.earlydata.com/detail. Before installing, consider: (1) trust and privacy — the external provider will receive the item IDs (links could include extra query params), so confirm you trust EarlyData or your organization's policy for outgoing requests; (2) dependency handling — the script requires the Python 'requests' package and will raise an ImportError if missing; (3) operational considerations — network access is required and the provider may impose rate limits or costs. If you need stronger guarantees, ask the author for the provider's privacy policy or request a self-hostable implementation that calls a vetted API you control.

Like a lobster shell, security has layers — review code before you run it.

latestvk977qg3bjrq4020dntzqbwx845841n90
267downloads
0stars
6versions
Updated 3w ago
v1.0.5
MIT-0

Get Taobao Product Detail Info Skill(查询淘宝商品详情技能)

1. Description

当用户需要查询淘宝/天猫平台商品的详情数据时,使用此技能通过商品ID或商品链接获取商品信息。

2. When to use

3. How to use

  1. 从用户消息中提取核心参数:
    • 必选:商品ID 或 商品链接(支持淘宝/天猫链接,自动解析提取商品ID);
  2. 若用户提供链接,自动解析提取商品ID;
  3. 调用 agent.py 中的 get_tb_detail 函数执行查询操作;
  4. 返回结果:告知用户商品详情数据以markdown形式展示,若查询失败,说明具体原因(如商品不存在、链接无效、网络异常)。

Comments

Loading comments...