Alibaba Store Analysis
/install alibaba-store-analysis
Alibaba Store Analysis Skill
Overview
This skill automates the retrieval and analysis of Alibaba International Station weekly business reports. It logs in via a browser, pulls summary data, validates it, displays key metrics and diagnostics, and optionally fetches the full report for on‑demand queries.
Core Workflow (high‑level)
- Login Check – Open
https://i.alibaba.com/. If redirected to the login page, prompt the user to log in and wait until the session is authenticated. - Fetch Summary Data – Call
diagnoseData.jsonAPI and obtainencryptedReportId,receiptand diagnostic arrays. - Validate Data – Silent checks for empty response, missing
encryptedReportIdorreceipt. On failure, display a friendly fallback message and stop. - Display Summary – Render four sections in one output:
- Store data overview (metrics table)
- Diagnostic summary text
- Merchant task list
- Link to the weekly report using
encryptedReportId.
- Full Report Retrieval – Using the
receipttoken, callqueryWeekReportAllData.jsonto obtain the detailed report. Validate silently; on success announce "Full data analysis complete. Feel free to ask me any questions about your store data!" and wait for user queries.
Usage
openclaw run alibaba-store-analysis
The skill will guide the user through any required login steps and then output the analysis automatically.
For the complete step‑by‑step workflow, API payloads, error handling and module explanations, see references/workflow.md.
Created by Simon Cai · More e-commerce skills: github.com/simoncai519/open-accio-skill
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install alibaba-store-analysis - 安装完成后,直接呼叫该 Skill 的名称或使用
/alibaba-store-analysis触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Alibaba Store Analysis 是什么?
Alibaba International Station weekly business report analysis skill. Retrieves store weekly report data via browser session, validates, and presents structur... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 217 次。
如何安装 Alibaba Store Analysis?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install alibaba-store-analysis」即可一键安装,无需额外配置。
Alibaba Store Analysis 是免费的吗?
是的,Alibaba Store Analysis 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Alibaba Store Analysis 支持哪些平台?
Alibaba Store Analysis 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Alibaba Store Analysis?
由 simoncai519(@simoncai519)开发并维护,当前版本 v1.0.0。