xiaohongshu-dashboard

Generate a beautiful dark-mode analytics dashboard for Xiaohongshu (Little Red Book / RED) creator data. Use when the user wants to: (1) create a data dashboard for their Xiaohongshu account, (2) visualize their Xiaohongshu/RED post performance data, (3) analyze their content metrics including impressions, CTR, likes, followers, keyword analysis, etc. Triggers on mentions of "xiaohongshu dashboard", "xiaohongshu analytics", "RED analytics", or similar requests in Chinese like "xiaohongshu kanban", "xiaohongshu shuju fenxi".

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "xiaohongshu-dashboard" with this command: npx skills add belljia95/xiaohongshu-dashboard-skill/belljia95-xiaohongshu-dashboard-skill-xiaohongshu-dashboard

Xiaohongshu Dashboard Skill

Generate a tech-minimalist dark-mode analytics dashboard from Xiaohongshu creator center Excel exports.

Output

A single index.html file containing:

  • 5 KPI metric cards (impressions, CTR, interactions, utility ratio, follower gain)
  • North Star trend chart (impressions vs followers over time)
  • Follower growth trend (cumulative + daily bar)
  • Follower conversion efficiency Top 10 (followers per 1K impressions)
  • Note ranking list with tabs (by impressions / interactions / followers)
  • Title keyword analysis (high-engagement + high-conversion keywords)
  • Date range filter (month picker)
  • Fully responsive (desktop / iPad / iPhone)

Tech stack: vanilla HTML/CSS/JS + Chart.js CDN. No build tools needed.

Workflow

Step 1: Collect the Excel file

Ask the user to provide their Xiaohongshu creator center data export Excel file (.xlsx).

The Excel typically contains columns like:

  • Title / Content title
  • Publish date
  • Content type (image-text / video)
  • Impressions / Views / CTR
  • Likes / Comments / Collects / Shares
  • Follower gain
  • Average view time

Step 2: Process the data

Run scripts/process_excel.py to read the Excel and output a JSON data blob.

python scripts/process_excel.py <path-to-excel-file>

The script handles:

  • Flexible column name matching (different Xiaohongshu export versions use different names)
  • Date parsing and month extraction
  • CTR normalization (percentage vs decimal)
  • Chinese keyword n-gram analysis for title keywords
  • Outputs JSON to stdout

If pandas/openpyxl are not installed, install them first:

pip install pandas openpyxl

Step 3: Generate the dashboard

  1. Read assets/template.html
  2. Replace the placeholder __RAW_DATA_PLACEHOLDER__ with the JSON output from Step 2
  3. Write the result as index.html in the user's chosen output directory

Step 4: Open for preview

Open the generated index.html in the user's default browser so they can preview it immediately.

Design Specs

  • Theme: Tech-minimalist dark mode (inspired by Linear/Vercel/Raycast)
  • Background: zinc-950 (#09090b) with subtle grid pattern
  • Cards: Glass-morphism with backdrop-filter blur
  • Accent: Neon red (#FF4D6D) for primary metrics, neon green (#10B981) for growth metrics
  • Fonts: Inter (sans) + JetBrains Mono (mono) from Google Fonts CDN
  • Charts: Chart.js with gradient fills, custom tooltips, monospace axis labels

Customization

If the user wants to customize the dashboard:

  • Colors: Modify CSS variables in :root
  • Metrics: Add/remove metric cards in the metrics-grid section
  • Charts: Modify Chart.js config in the <script> section

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

Amazon-analysis-skill

Find winning Amazon products with 14 battle-tested selection strategies & 6-dimension risk assessment. Backed by 200M+ product database. Use when user asks a...

Registry SourceRecently Updated
Research

师生共创模式指导-高校科技成果转化方法论

高校师生共创模式指导助手。当用户需要进行科技成果转化、组建师生共创团队、选择共创模式或解决共创过程中的问题时使用此技能。

Registry SourceRecently Updated
Research

Budget vs Actual

Monthly and quarterly budget vs. actual variance analysis for businesses. Compare planned vs. realized revenue, expenses, and margins. Identify favorable/unf...

Registry SourceRecently Updated
00Profile unavailable
Research

Qmd

Search markdown knowledge bases, notes, and documentation using QMD. Use when users ask to search notes, find documents, or look up information.

Registry SourceRecently Updated
00Profile unavailable