What problem does it solve?
Manually checking views, comments, likes, favorites, and shares for every published Xiaohongshu (RED) note is tedious and error-prone. This Skill automates the collection of those five engagement metrics from the official creator backend and records them into a published-content tracking database for daily review and data-driven content iteration.
Core Features & Use Cases
- Single-note metric fetch: Retrieve the five engagement columns (views, comments, likes, favorites, shares) for one note by database row ID or by title, with automatic database write-back.
- Batch refresh: Open the creator backend note manager once, parse all notes on the first page, and update every matching row in the pub_xhs table.
- Session health check and debugging: Verify creator backend login state before fetching, and dump screenshots, DOM, and parsed JSON for troubleshooting page structure changes.
- Use Case: A social media operator runs a daily scheduled job that refreshes engagement numbers for all recently published Xiaohongshu notes, then feeds the data into a performance review workflow to decide which content style to replicate.
Quick Start
Ask the agent to run xhs-engagement fetch with the row ID of a published Xiaohongshu note to pull its latest engagement metrics into the tracking database.