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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install alibaba-store-analysis - After installation, invoke the skill by name or use
/alibaba-store-analysis - Provide required inputs per the skill's parameter spec and get structured output
What is Alibaba Store Analysis?
Alibaba International Station weekly business report analysis skill. Retrieves store weekly report data via browser session, validates, and presents structur... It is an AI Agent Skill for Claude Code / OpenClaw, with 217 downloads so far.
How do I install Alibaba Store Analysis?
Run "/install alibaba-store-analysis" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Alibaba Store Analysis free?
Yes, Alibaba Store Analysis is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Alibaba Store Analysis support?
Alibaba Store Analysis is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Alibaba Store Analysis?
It is built and maintained by simoncai519 (@simoncai519); the current version is v1.0.0.