← Back to Skills Marketplace
275
Downloads
0
Stars
0
Active Installs
6
Versions
Install in OpenClaw
/install taobao-detail-query
Description
查询阿里平台(淘宝/天猫)商品详情,支持商品ID或链接输入,返回详情数据
Usage Guidance
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install taobao-detail-query - After installation, invoke the skill by name or use
/taobao-detail-query - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.5
- Added a new API reference documentation file (references/api_reference.md).
- Updated SKILL.md to remove duplicated sections related to edge case handling and API usage, streamlining the documentation for clarity.
v1.0.4
- Refactored code layout by moving agent.py into scripts/ and removing obsolete files.
- Updated documentation in SKILL.md: removed API认证信息,streamlined API配置说明.
- No changes to API behavior or core workflow.
v1.0.3
- Updated API usage and privacy notes to clarify the skill retrieves full product detail data, not just monthly sales.
- Incremented version to 1.0.3.
- No functional or interface changes.
v1.0.2
- Updated version to 1.0.2 in SKILL.md.
- No significant feature, logic, or usage changes detected.
- Minor documentation or metadata adjustments.
v1.0.1
- Updated version to 1.0.1
- Minor documentation cleanup in SKILL.md
- No functional changes to code or dependencies
v1.0.0
Taobao/Tmall Product Detail Query Skill v1.0.0
- First release: Query product details from Taobao/Tmall by item ID or link.
- Automatically extracts item ID from user input or link.
- Handles edge cases such as invalid links, missing IDs, non-existent products, network issues, and rate limiting.
- Uses EarlyData third-party API (mi.earlydata.com) for data retrieval via Python requests.
- Returns product detail results in markdown format; error messages are user-friendly.
Metadata
Frequently Asked Questions
What is 阿里商品详情查询?
查询阿里平台(淘宝/天猫)商品详情,支持商品ID或链接输入,返回详情数据. It is an AI Agent Skill for Claude Code / OpenClaw, with 275 downloads so far.
How do I install 阿里商品详情查询?
Run "/install taobao-detail-query" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 阿里商品详情查询 free?
Yes, 阿里商品详情查询 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 阿里商品详情查询 support?
阿里商品详情查询 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 阿里商品详情查询?
It is built and maintained by YanJun (@yjcia); the current version is v1.0.5.
More Skills