space-xhs-note-analytics

Analyze Xiaohongshu note performance data to diagnose funnel bottlenecks and find cross-note patterns.

Updated Aug 16, 2026
One-click install
npx skills add https://github.com/chuanyue98/skillhub --skill space-xhs-note-analytics-chuanyue98
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: space-xhs-note-analytics
Source: https://github.com/chuanyue98/skillhub/tree/main/vendored/SpaceZephyr/creator-buddy/xhs-Skills/space-xhs-note-analytics
Command: npx skills add https://github.com/chuanyue98/skillhub --skill space-xhs-note-analytics-chuanyue98

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pandas, openpyxl, and includes scripts (resource) components.

What problem does it solve? Creators on Xiaohongshu (RED) often export backend analytics or screenshot their dashboard but cannot tell why a note underperformed or which content direction to double down on. This Skill turns raw exposure, click, engagement, and follower numbers into a clear diagnosis of which funnel layer is broken and what to change next. ## Core Features & Use Cases - Six-layer funnel diagnosis: Walks exposure, CTR, completion, engagement, follower conversion, and conversion layers in order, stopping at the first broken layer with concrete fix suggestions. - Multi-note pattern analysis: Uses medians, quantiles, outlier inspection, and grouped comparisons (topic type, title style, cover format) to surface repeatable patterns while enforcing sample-size honesty rules. - CSV/Excel processing script: The bundled xhs_notes.py script probes column names, maps Chinese column aliases, normalizes units (percent, 万), computes all rate metrics, and runs data-quality checks without loading full tables into context. - Use Case: A creator exports 20 notes of backend data and asks why growth stalled; the Skill computes CTR and engagement medians, finds that tutorial-style notes have 3x the save rate of review-style notes, and recommends one verifiable change for the next post. ## Quick Start Ask the AI to analyze your Xiaohongshu note data by pasting backend numbers, uploading a screenshot, or attaching an exported CSV/Excel file and requesting a funnel diagnosis.

Frequently Asked Questions about space-xhs-note-analytics

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I analyze Xiaohongshu note analytics data?▼

Provide your creator backend data as a screenshot, exported CSV/Excel, or spoken numbers. The Skill computes CTR, engagement, save, and follower rates, then walks a six-layer funnel to identify exactly which layer is underperforming and what to change.

What is a good CTR for Xiaohongshu notes?▼

Community experience ranges suggest 5-10% is normal and above 12% is excellent, but these are unofficial estimates. The Skill emphasizes comparing against your own historical median rather than generic benchmarks, especially with small sample sizes.

Can I analyze an exported Excel file of multiple notes?▼

Yes. The bundled xhs_notes.py script reads CSV and Excel files, maps Chinese column name aliases automatically, normalizes units like percentages and 万, then outputs metric distributions and grouped median comparisons without loading full data into context.

Why does the analysis refuse to give conclusions from few notes?▼

With fewer than 5 notes, ratios are statistically noisy and any pattern would be a guess. The Skill enforces honesty rules: under 5 notes only per-note diagnosis is allowed, and groups under 3 notes are excluded from comparison.

Does this Skill fetch data from Xiaohongshu automatically?▼

No. It only analyzes data you provide from your own creator dashboard, such as screenshots or exported files. It does not scrape platform data, access your account, or perform any engagement manipulation.