agentsclimarketplace

Xiaohongshu note audit

Skill WSD-MJ/xhs-audit/xiaohongshu-note-audit

Audit Xiaohongshu (小红书 / RED / RedNote / XHS) note content for policy compliance and shadowban / traffic-throttling risk. Scans for banned words, superlative / absolute-claim (极限词) violations, and sensitive content, flags the risks, and returns actionable, compliant rewrite suggestions to avoid throttling, takedown, or account penalties. Use when the user wants to check a Xiaohongshu note before posting, do 小红书违禁词检测 / 合规审核 / 笔记预审, review 小红书文案 for compliance, or assess shadowban / 限流 risk. Trigger keywords: xiaohongshu, 小红书, RED, RedNote, XHS, compliance, audit, 审核, 违禁词, 极限词, 限流, shadowban, moderation. Requires an API key from wsdsocial.com.From its SKILL.md

Install
npx -y skills add WSD-MJ/xhs-audit --skill xiaohongshu-note-audit

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.7 KB, 251 tokens by cl100k_base, as published. Nobody here has run it

Xiaohongshu (RED) Note Compliance Audit

Audit Xiaohongshu (小红书 / RED / RedNote) note content for compliance and performance. Checks for policy violations, banned / superlative words, shadowban (限流) risk, and provides actionable optimization suggestions to improve visibility and pass review.

Setup

  1. Get your API key at https://ai.wsdsocial.com/skills
  2. Set as environment variable: WSD_API_KEY

Usage

curl -X POST "https://ai.wsdsocial.com/api/pub/skills/red-note-audit/_tool_87" \
  -H "Content-Type: application/json" \
  -H "key: ${WSD_API_KEY}" \
  -d '{
    "content": "Your full RED note content (title + body)"
  }'

Parameters

ParamTypeRequiredDescription
contentStringYesThe full RED note content including title and body text

Response

Returns compliance analysis, shadowban / throttling risk assessment, and optimization tips.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,790. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.