- name
- sycm-analysis-skill
- description
- |
- version
- 1.0.0
Sycm Analysis Skill
Overview
This skill retrieves weekly business reports from Taobao Sycm by calling internal APIs via a browser session. It handles login verification, asynchronous polling for report generation, and returns the full Markdown report.
Core Workflow Steps
- Login Check – Ensure the user is logged into
sycm.taobao.com. If redirected tologin.taobao.com, prompt the user to complete QR‑code login and poll until the session is authenticated. - Initiate Report Request – Send a request to
https://sycm.taobao.com/ucc/next/message/send.jsonwith the query查看周报. ExtractconversationCodeandsendTimefrom the JSON response. - Poll for Result – Every 5 seconds, request
https://sycm.taobao.com/ucc/next/message/getReportResult.json?conversationCode={conversationCode}&sendTime={sendTime}untildata.contentis non‑empty or a 5‑minute timeout is reached. - Return Report – Output the
data.contentMarkdown directly to the user, preserving charts, links, and Qianniu URLs.
Usage Example
openclaw skill run sycm-analysis-skillThe skill will guide the user through login if needed and then provide the weekly report.
References
Full technical details, API endpoints, and error‑handling matrix are in references/workflow.md.
Created by Simon Cai · More e-commerce skills: github.com/simoncai519/open-accio-skill