← Back to Skills Marketplace
152
Downloads
1
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install xhs-content-qc
Description
对小红书达人笔记做品牌词、必带话题、@官号、调性、链接与广告法/竞品合规的自动化质检, 输出结构化报告;品牌名正确/错误写法分表(assets/brand-names-correct.txt / assets/brand-names-wrong.txt), 并支持在 skill 目录内更新各词表文件。在用户粘贴小...
Usage Guidance
This skill is coherent with its goal: it reads local wordlists, fetches content from user-provided Xiaohongshu URLs, and runs checks described in SKILL.md. Things to consider before enabling: (1) The agent will make HTTP GET requests to URLs provided by users — those endpoints will see requests from the runtime environment. (2) The skill allows whole-file replacements of files inside its own skill directory when the user asks to '更新词表' — only allow this if you trust the agent/user input and prefer edits to be limited to non-executable asset files (txt/md). (3) The official-account validation logic is documented in a markdown file rather than a structured list; verify this meets your exact matching needs. If you want to tighten safety, require manual confirmation before the agent writes skill files and run the fetch scripts in a network-restricted sandbox.
Capability Analysis
Type: OpenClaw Skill
Name: xhs-content-qc
Version: 1.0.2
The skill bundle facilitates automated quality control for Xiaohongshu content by fetching external URLs and performing text analysis against local word lists. It includes a shell script (`fetch_xhs_content.sh`) and a Python script (`fetch_xhs_content.py`) that use `curl` to retrieve web content. A significant vulnerability exists in `SKILL.md`, which instructs the AI agent to execute these scripts using user-provided URLs, potentially leading to command injection if the input is not sanitized. Furthermore, the 'Word List Update' feature grants the agent the capability to overwrite local files in the `assets/` and `references/` directories. While these features align with the stated purpose of content moderation and configuration management, the combination of external network requests, shell execution, and file-writing capabilities presents a high-risk surface without evidence of direct malicious intent.
Capability Assessment
Purpose & Capability
Name/description match what the skill does: reading local brand/topic/compliance wordlists and performing QC on Xiaohongshu notes. The provided shell/Python fetch scripts and assets are appropriate and expected for that purpose; no unrelated credentials, binaries, or external services are requested.
Instruction Scope
SKILL.md instructs the agent to (a) read assets in the skill directory, (b) run the included fetch scripts against user-supplied Xiaohongshu URLs, and (c) perform file updates when the user requests '更新词表'. This is consistent with the purpose, but the ability to perform whole-file replacements of files inside the skill directory is a capability to note: it allows arbitrary changes to asset/markdown files (not arbitrary external endpoints). Also, official-account checks are specified in a human-readable references file rather than a structured asset; that may cause brittle exact-match behavior unless the agent implements the human rules correctly.
Install Mechanism
Instruction-only skill with no install spec. The two included scripts are local and use only standard system tools (curl, sed, awk, python3). Nothing is downloaded from external or untrusted URLs during install.
Credentials
The skill declares no required environment variables, no credentials, and no config paths beyond its own skill directory. The scripts do network GETs only to URLs supplied by the user (Xiaohongshu links), which is appropriate for the stated functionality.
Persistence & Privilege
always:false and no cross-skill modifications requested. The skill does instruct the agent to update files inside its own skill directory (assets and references) per user requests; this self-contained write capability is expected for maintaining wordlists but should be considered when deciding whether to allow the agent to perform edits automatically.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install xhs-content-qc - After installation, invoke the skill by name or use
/xhs-content-qc - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
**Changelog for xhs-content-qc v1.0.2**
- Migrated all词表 and配置 files into dedicated assets/ and references/ subdirectories for better organization.
- Added fetch_xhs_content.sh (shell) and fetch_xhs_content.ps1 (PowerShell) scripts for content extraction from note links, with a new preference for non-Python tools.
- Updated SKILL.md to align all file paths and instructions with the new directory structure.
- Changed compliance wordlist file from .md to .txt format (`assets/compliance-words.txt`).
- Clarified and enhanced the workflow: always prefer provided shell scripts for link content fetching and fall back to Python only if necessary.
- Improved user instructions for file updates and clarified acceptable file formats.
v1.0.1
- 品牌名错写判定逻辑升级:品牌名分为 `brand-names-correct.txt`(正确写法)与 `brand-names-wrong.txt`(错误写法/黑名单),逐行匹配,显著减少误报漏报。
- 新增并读取 `brand-names-correct.txt`、`brand-names-wrong.txt` 两个品牌名配置文件,作为质检必读词表。
- 词表维护功能扩充:增加对品牌名正确/错误词表的独立维护入口,并优化交互说明。
- 品牌名检查规则更新:命中错误词表即 FAIL,疑似推广品牌但未命中正确词表则 WARNING,未涉及品牌表述可直接说明。
- 文档同步调整,所有配置文件须按照「每行一条、空行忽略」解析。
v1.0.0
xhs-content-qc 1.0.0 初始版本发布:
- 支持对小红书达人笔记进行品牌词、话题、@官号、调性、合规、竞品等多维度自动化质检,输出结构化报告。
- 支持接收多种输入格式,包括粘贴内容和小红书笔记链接。
- 实现品牌词、必带话题、官号、错别字、调性、情感分析、链接有效性和内容合规的全流程检查,严格判定并给出修改建议。
- 支持 skill 目录内品牌、必带话题、合规敏感词和竞品名单的词表文件交互式更新。
- 详细质检报告模板及操作流程,所有结果分级判定(PASS/WARNING/FAIL)。
- 明确区分词表维护和内容质检流程,确保操作清晰。
Metadata
Frequently Asked Questions
What is 小红书达人笔记质检 for bbt?
对小红书达人笔记做品牌词、必带话题、@官号、调性、链接与广告法/竞品合规的自动化质检, 输出结构化报告;品牌名正确/错误写法分表(assets/brand-names-correct.txt / assets/brand-names-wrong.txt), 并支持在 skill 目录内更新各词表文件。在用户粘贴小... It is an AI Agent Skill for Claude Code / OpenClaw, with 152 downloads so far.
How do I install 小红书达人笔记质检 for bbt?
Run "/install xhs-content-qc" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 小红书达人笔记质检 for bbt free?
Yes, 小红书达人笔记质检 for bbt is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 小红书达人笔记质检 for bbt support?
小红书达人笔记质检 for bbt is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 小红书达人笔记质检 for bbt?
It is built and maintained by Wan Wei (@wandervine); the current version is v1.0.2.
More Skills