1688 E-commerce Data Daily Report
Paste the following prompt into your AI chat to install this skill:
Please install @daze/1688-alibaba-data-fetcher according to the guide at https://skillhub.cn/install/skillhub.md.
About this skill
Problem: Pain Points in Manual Operations Data Reporting
1688 sellers need to regularly review key metrics such as product performance, traffic sources, transaction data, and customer structure. The traditional method involves manually logging into the seller backend, checking Sycm (business advisor) and workbench data item by item, and organizing it into Excel or documents. This approach is not only time-consuming and labor-intensive but also prone to omissions or errors due to human oversight. For teams operating multiple stores, repetitive tasks multiply, diverting focus from data analysis and strategic optimization.
Solution: Script-Driven Automated Collection and Report Generation
This skill automates the entire workflow using a set of pre-packaged Python scripts:
-
Secure Login and Cookie Management: Uses an isolated Chromium browser instance (separate from the user's daily Chrome) to complete QR code login and automatically extract and save cookies. The
cookie_manager.pyscript manages cookies by store name and expiration, supporting seamless switching between multiple stores and avoiding frequent logins. -
API-Driven Data Collection: Core data is fetched directly via the
api_client.pyscript calling 1688's internal APIs, avoiding reliance on browser plugins or page parsing. This includes retrieving Sycm data (e.g., traffic, transactions, keywords) fromsycm.1688.comand workbench data (e.g., New Lighthouse fulfillment) fromh5api.m.1688.com. Raw data is saved as structured JSON files. -
Standardized Daily Report Generation: Running the
generate_report_v3.pyscript reads the collected JSON data and automatically generates a Markdown daily report with 8 data sections covering product basics, traffic data, trade & after-sales, new vs. returning customers, New Lighthouse fulfillment, top traffic channels, top keywords, and top-selling products. The filename includes the store name for easy differentiation. -
Intelligent Delivery and Push: Based on the usage scenario, the delivery method is automatically selected. In Feishu group chats,
push_feishu_post.pyis called to push formatted tables directly. In local or native chat environments, an HTML report is generated and uploaded to OSS, returning only a viewable link to avoid chat flooding.
Considerations and Applicable Scenarios
- Mandatory Browser Isolation: On Windows, the skill must use a pre-packaged standalone Chromium, isolated via a specific CDP port and user data directory. Connecting to or reusing the user's daily browser is strictly prohibited.
- Data Sections Read-Only: In the generated report, the first 8 data sections are output by scripts; the model is absolutely forbidden from modifying, deleting, or rewriting them. Only the
⚠️Data Diagnosisand✅Tomorrow's Work Checklistplaceholders are allowed to be filled with analysis content. - Channel Dictates Delivery: The corresponding push logic must be executed based on the current conversation channel (e.g., Feishu vs. others). Incorrect selection will lead to table rendering failures or broken links.
- Operations Limited to Scripts: All steps, from data collection to report generation, must be strictly performed through scripts in the
$SKILL_DIR/scripts/directory. Writing temporary code in the chat to bypass scripts is prohibited.
Use Cases
- E-commerce operators need to quickly obtain daily store data from Sycm and the workbench to monitor traffic, transactions, and product performance, but manual backend login and data compilation are time-consuming.
- Teams managing multiple 1688 stores need to automatically collect data and generate independent reports for each store, then push them to corresponding Feishu groups with one click for synchronized and consistently formatted updates.
- Operations analysts require raw JSON data for in-depth trend analysis; this skill fetches data directly via API, outputting structured data files to avoid manual copying or reliance on unreliable scraping tools.
- Operations supervisors need to view detailed reports locally for printing or internal discussions; this skill generates responsive HTML reports that support offline browsing and sharing.
Best For
- Daily operations staff for 1688 stores who spend at least 30 minutes manually compiling data reports, seeking automated generation of structured daily reports to focus on strategic optimization.
- E-commerce team leaders overseeing operations for 3 or more stores, needing unified report formats and automatic distribution to reduce repetitive manual work across the team.
- Business data analysts who regularly need to source data from 1688 for cross-analysis, but lack a stable data collection pipeline and suffer from low-efficiency manual exports.
- Operations department supervisors requiring weekly performance reports for management, needing rapid generation of规范-format reports with core metrics without manual layout adjustments.
Related Skills
Bid Proposal Verification Tool is used to verify the consistency between bid proposals and tender documents, checking table of contents, page numbers, attachments, and seals, based on Shibot Technology's bid data API.
An AI engine built on extensive bidding data to precisely search for tender projects and potential clients using natural language or structured criteria.
Automates bid document, response table, and material list generation from bid files and enterprise data using Shibuo Technology API.
An AI assistant built on Shibona Tech's full-spectrum bid data API for analyzing market intelligence, competitor moves, client preferences, and regional trends, with natural language querying and deep insights.