← Back to Skills Marketplace
simoncai519

Alibaba Store Analysis

by simoncai519 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
217
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install alibaba-store-analysis
Description
Alibaba International Station weekly business report analysis skill. Retrieves store weekly report data via browser session, validates, and presents structur...
README (SKILL.md)

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)

  1. 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.
  2. Fetch Summary Data – Call diagnoseData.json API and obtain encryptedReportId, receipt and diagnostic arrays.
  3. Validate Data – Silent checks for empty response, missing encryptedReportId or receipt. On failure, display a friendly fallback message and stop.
  4. 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.
  5. Full Report Retrieval – Using the receipt token, call queryWeekReportAllData.json to 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

Usage Guidance
This skill appears coherent with its stated purpose: it uses your browser session to fetch report data from Alibaba and does not request extra credentials or install code. Before installing: (1) confirm you trust the skill author (homepage is missing and the README links to a GitHub user; consider reviewing that repo if available), (2) be aware the skill runs fetch calls in your browser context and will read data accessible via your logged-in session (cookies), (3) do not paste or run arbitrary scripts in your primary browser profile — consider using an isolated browser profile or a dedicated account if data sensitivity is a concern, (4) the SKILL.md states 'do not store or transmit elsewhere' but that is a guideline, not a technical guarantee; avoid using the skill with accounts containing highly sensitive data unless you reviewed the workflow and trust the skill. If you want stronger assurance, ask the developer for the original repo/source or request the skill be packaged with a signed homepage link and explicit provenance.
Capability Assessment
Purpose & Capability
The skill's purpose (pulling Alibaba weekly report data via a browser session) matches the instructions: open i.alibaba.com, use the browser context to call Alibaba CRM endpoints, and present structured diagnostics. It does not request unrelated binaries, environment variables, or installs.
Instruction Scope
Instructions confine actions to the user's browser session and Alibaba CRM endpoints (diagnoseData.json and queryWeekReportAllData.json). The agent is instructed to prompt the user to log in and to fetch using credentials:'include'. This is appropriate for the task, but the skill relies on executing fetch in the browser context and on holding the retrieved full-report JSON in memory for later queries — both are functional but merit user attention because the privacy guarantee is only normative (not enforced). The instructions do not direct data to any external domains beyond Alibaba.
Install Mechanism
Instruction-only skill with no install spec and no code files; nothing is written to disk or downloaded. This is the lowest-risk install model.
Credentials
The skill requests no environment variables, credentials, or config paths. It operates using the user's existing browser session (cookies) which is proportional to the stated function.
Persistence & Privilege
always is false and the skill is user-invocable. The skill does not request persistent system privileges or modifications to other skills. It will retain the report JSON in session memory to answer follow-up questions, which is expected behavior for this use case.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install alibaba-store-analysis
  3. After installation, invoke the skill by name or use /alibaba-store-analysis
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
alibaba-store-analysis 1.0.0 - Added version metadata and improved attribution in SKILL.md. - Moved external repository credit to a footer for better visibility. - No changes to functionality or workflow; documentation only.
v0.1.1
- Added reference and credit to the GitHub repository https://github.com/simoncai519/open-accio-skill at the top of the SKILL.md. - Mentioned the availability of additional e-commerce skills in the referenced repository. - No changes to functionality or workflow; documentation update only.
v0.1.0
initial release
Metadata
Slug alibaba-store-analysis
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 3
Frequently Asked Questions

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.

💬 Comments