← 返回 Skills 市场
simoncai519

Alibaba Store Analysis

作者 simoncai519 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
217
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install alibaba-store-analysis
功能描述
Alibaba International Station weekly business report analysis skill. Retrieves store weekly report data via browser session, validates, and presents structur...
使用说明 (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

安全使用建议
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install alibaba-store-analysis
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /alibaba-store-analysis 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
Slug alibaba-store-analysis
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 3
常见问题

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。

💬 留言讨论