Install
openclaw skills install @simoncai519/sycm-analysis-skillTaobao Sycm (Business Advisor) data analysis tool. Use when the user wants to retrieve a store's weekly business report, generate business insights, or fetch Sycm data for a Taobao store. Requires the user to be logged into sycm.taobao.com.
openclaw skills install @simoncai519/sycm-analysis-skillThis 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.
sycm.taobao.com. If redirected to login.taobao.com, prompt the user to complete QR‑code login and poll until the session is authenticated.https://sycm.taobao.com/ucc/next/message/send.json with the query 查看周报. Extract conversationCode and sendTime from the JSON response.https://sycm.taobao.com/ucc/next/message/getReportResult.json?conversationCode={conversationCode}&sendTime={sendTime} until data.content is non‑empty or a 5‑minute timeout is reached.data.content Markdown directly to the user, preserving charts, links, and Qianniu URLs.openclaw skill run sycm-analysis-skill
The skill will guide the user through login if needed and then provide the weekly report.
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