xhs-style-profiler

Extract 16-dimension style DNA reports from Xiaohongshu notes and aggregate them into production templates.

8.5k|1.4k|Updated Apr 24, 2024
One-click install
npx skills add https://github.com/TeamWiseFlow/wiseflow --skill xhs-style-profiler
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xhs-style-profiler
Source: https://github.com/TeamWiseFlow/wiseflow/tree/main/crews/main/skills/expert-xhs/tools/xhs-style-profiler
Command: npx skills add https://github.com/TeamWiseFlow/wiseflow --skill xhs-style-profiler

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Replicating the style of successful Xiaohongshu (Little Red Book) accounts is usually guesswork. This Skill turns individual notes into structured 16-dimension DNA reports, aggregates multiple reports into a weighted DNA document, and derives an executable production template so new content consistently matches a reference style.

Core Features & Use Cases

  • Single-note DNA report: Analyze one note's text (title, body, inline hashtags) plus a cover image across 16 dimensions covering topic angle, title style, opening hook, body structure, tone, emoji rhythm, visuals, interaction design, and CTA.
  • DNA aggregation and templating: Merge multiple reports with per-sample weights and focus scopes into a DNA document, then derive a seven-part production template (topic, title, opening, body, ending, CTA, image set).
  • Incremental updates and user input translation: Add new samples to an existing DNA, or translate free-form user feedback into concrete dimension-level rules.
  • Use Case: Collect 10 top-performing notes from a competitor account, generate a report for each, then build a DNA template that guides every new note your team publishes.

Quick Start

Ask the agent to run xhs-style-profiler report on a prepared note text file with a DNA ID and sample ID, then run the build command to generate the aggregated DNA document and production template.

Frequently Asked Questions about xhs-style-profiler

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

FAQPage Schema
How do I analyze the writing style of a Xiaohongshu note?

Prepare the note as a Markdown or text file with the title as the first heading and hashtags inline, then run the report command with a DNA ID and sample ID. The script computes statistics and scaffolds a 16-dimension report that the agent completes by re-reading the original text.

How to build a content style template from multiple reference notes?

Generate one DNA report per note, then run the build command with the shared DNA ID. It aggregates all reports with their weights and focus settings into a DNA document and derives a seven-part production template covering topic, title, opening, body, ending, CTA, and image set.

Can I analyze Xiaohongshu video notes with this tool?

Not directly. Video notes must first be decomposed into transcript and cover frames using a separate viral-chaser tool, then organized into the standard text sample format. This tool only accepts note text files and local cover images as input.

Does the tool accept Xiaohongshu note URLs as input?

No, note links are not accepted as primary input. Download the note content first with a content operations tool, format it as a Markdown or text file, and pass the original URL via the source-url flag only as evidence in the report.

What are the limitations of the automated statistics?

The script only computes surface metrics like title length, sentence counts, emoji density, and hashtag counts as an evidence base. Semantic judgments for all 16 dimensions, including cover image analysis, must be completed by the agent and vision model; statistics never produce scores or final conclusions.