Xiaohongshu Dashboard Skill banner
belljia95 belljia95

Xiaohongshu Dashboard Skill

Data community

Description

A Claude Code skill that generates a dark-mode analytics dashboard for Xiaohongshu (Little Red Book) creator data

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Xiaohongshu Dashboard Skill

A Claude Code skill that generates a beautiful dark-mode analytics dashboard from your Xiaohongshu (Little Red Book) creator center data.

Preview

The dashboard includes:

  • 5 KPI metric cards (impressions, CTR, interactions, utility ratio, follower gain)
  • North Star trend chart (impressions vs followers)
  • Follower growth trend
  • Follower conversion efficiency Top 10
  • Note ranking list (by impressions / interactions / followers)
  • Title keyword analysis
  • Date range filter
  • Fully responsive (desktop / iPad / iPhone)

How to Use

1. Install the skill

Download `xiaohongshu-dashboard.skill` from [Releases](../../releases) and install it in Claude Code:

claude install-skill xiaohongshu-dashboard.skill

Or manually copy the `xiaohongshu-dashboard` folder to `~/.claude/skills/`.

2. Prepare your data

Download your data Excel file from the Xiaohongshu creator center (Settings > Data Analysis > Export).

3. Generate your dashboard

Tell Claude Code:

"Help me generate a Xiaohongshu analytics dashboard" and provide the path to your Excel file.

Claude will process your data and generate a beautiful `index.html` dashboard file.

4. View your dashboard

Open the generated `index.html` in any browser. No server needed - it's a single self-contained file.

Requirements

  • Claude Code
  • Python 3.8+ with pandas and openpyxl (pip install pandas openpyxl)

Tech Stack

  • Vanilla HTML/CSS/JS (no build tools)
  • Chart.js for data visualization
  • Inter + JetBrains Mono fonts (Google Fonts CDN)
  • Dark theme inspired by Linear / Vercel / Raycast