← 返回 Skills 市场
yjcia

阿里商品详情查询

作者 YanJun · GitHub ↗ · v1.0.5 · MIT-0
cross-platform ✓ 安全检测通过
275
总下载
0
收藏
0
当前安装
6
版本数
在 OpenClaw 中安装
/install taobao-detail-query
功能描述
查询阿里平台(淘宝/天猫)商品详情,支持商品ID或链接输入,返回详情数据
安全使用建议
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install taobao-detail-query
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /taobao-detail-query 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug taobao-detail-query
版本 1.0.5
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 6
常见问题

阿里商品详情查询 是什么?

查询阿里平台(淘宝/天猫)商品详情,支持商品ID或链接输入,返回详情数据. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 275 次。

如何安装 阿里商品详情查询?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install taobao-detail-query」即可一键安装,无需额外配置。

阿里商品详情查询 是免费的吗?

是的,阿里商品详情查询 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

阿里商品详情查询 支持哪些平台?

阿里商品详情查询 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 阿里商品详情查询?

由 YanJun(@yjcia)开发并维护,当前版本 v1.0.5。

💬 留言讨论