Documents

小红书违禁词·敏感词·限流词检测(离线)

Try it

小红书违禁词离线检测(单一真相源)。纯本地词库 + 扫描脚本,不依赖付费 API,覆盖免费课程/证书等场景实测限流词 + 通用违禁词。发布前必跑,退出码 0 才可发布。词库带入库/出库维护机制,持续养护不过时。

What it does

小红书内容发布前的违禁词闸门。**这是违禁词库的单一真相源**——其他 skill(free-course-share、xiaohongshu-content-workflow 等)需要违禁词检查时,都引用本 skill,不要各自维护一份。

The skill document

小红书违禁词离线检测

小红书内容发布前的违禁词闸门。这是违禁词库的单一真相源——其他 skill(free-course-share、xiaohongshu-content-workflow 等)需要违禁词检查时,都引用本 skill,不要各自维护一份。

Trigger

  • 任何小红书笔记发布前,需要做违禁词/敏感词检查
  • 需要判断某文案是否会触发限流、下架或驳回
  • 需要维护违禁词库(新增实测雷、降级误杀词、过期删除)

为什么用离线库而不是付费 API

  • multi-wordcheck 依赖 REDFOX API(付费,积分耗尽时无法运行)
  • 本 skill 纯本地、零依赖、随时可跑,作为发布前强制兜底
  • REDFOX 充值后可补跑 API 做双保险,但离线扫描是底线

使用

1. 发布前扫描(强制)

# 从物料 md 扫描(只提取「## 标题」+「## 正文」两段,跳过审查记录避免误报)
python3 scripts/check_prohibited.py --file 笔记终稿.md

# 或直接传纯发布文案
python3 scripts/check_prohibited.py "标题" "正文" "标签"

退出码:0 = 无 P0 硬词(PASS);1 = 有 P0 硬词需改;2 = 运行错误。

规则:P0 硬词未清空 = 禁止发布。 P1/P2 命中建议顺手改,但不阻塞发布。

2. 词库维护(入库 / 出库)

词库在 references/prohibited-words.md不是静态清单,必须持续养护,否则会越滚越臃肿、把能发的词误杀。

入库(满足任一才加,禁止"感觉像敏感词"就加):

  1. 实测触发限流/下架(要有日期+场景+可复现)
  2. 官方公告明文列出
  3. 可核验的第三方词库(标注来源)

入库写全 5 字段:词 | 级别 | 触发场景 | 替代 | 入库日期

出库 / 降级(定期做,建议每月一次):

  1. P0→P1:确认不再触发硬限流(平台更新或连续 3 次使用未限流)
  2. P1→删除:确认是误杀(正常使用无影响)
  3. 合并去重:同一词的不同变体合并
  4. 过期删除:规则变化后不再适用的词

校准信号

  • 限流了但词库没扫出 = 漏词 → 补进库
  • 用了"违禁词"却没限流 = 误杀词 → 降级/删除
  • 平台更新审核规则 → 主动重审

原则:宁可禁得准,不要滥禁。 误杀损失正常表达空间,漏词才损失一篇笔记。两害相权,优先保证禁得准。

资源

  • references/prohibited-words.md — 违禁词库(7 大类:实测硬词/外部平台名/极限词/价格诱导/导流话术/账号禁区词/强制标注项)
  • scripts/check_prohibited.py — 离线扫描脚本(纯 stdlib,零依赖)

引用关系

  • free-course-share 引用(免费课程/证书笔记发布前必跑)
  • xiaohongshu-content-workflow 引用(通用内容生产第 7 步风险检查)

Related skills

Stores durable facts in a categorized, plain-markdown vault on disk, alongside your agent's built-in memory.

by Iván1 installs

Fetch raw ad creative, app, ranking, and revenue data from AdMapix as structured JSON.

by fly0pants

Find why your productivity system keeps failing, then apply the smallest fix — capacity math, bottleneck routing, durable local notes.

by Iván1 installs

Generate and edit Draw.io, Mermaid, and Excalidraw diagrams from natural language using a structured JSON spec.

by nssa.io1.0k installs47 stars

Join a video meeting as an AI bot with voice, avatar, and screenshare across four operating modes.

by johnpatternai21 installs8 stars

More from bonniegeng-max

Browse all skills

Turn text, dialog, diary entries, photo notes, or knowledge notes into a comic, picture book, infographic, or hybrid comic+diagram — storyboard and panel plan first, then panel-by-panel rendering, with style presets and consistent characters. 把文字、对话、日记、照片说明或知识内容转成漫画/绘本/信息图,先出分镜再逐格出图,角色一致、可只改单格。Use when 想画故事、对话变漫画、概念变信息图、旅行日记配图、改某一格而不重画整页。Not for 纯文字写作、模仿在世画家的标志性风格、复制受版权保护的素材。

by bonniegeng-max1 installs

将当前对话中用户已提供的内容组织成单页信息图规格,并可在用户明确要求时输出可复制的独立静态 HTML 源码。仅在用户明确请求信息图规格、独立信息图 HTML,或要求把已提供内容组织成信息图布局时调用。

by bonniegeng-max1 installs

把 Markdown 文件变成手机能直接打开的单页 HTML——本地运行、不上传、不需要账号和 API Key。Convert a Markdown file into a mobile-friendly, local HTML page that opens in any phone browser — markdown to html, chat export reader, WeChat/Feishu/Slack/Discord-friendly view. Use when a .md report, note, or chat export needs to be read or shared on a phone. Runs 100% locally with no API key, no account, no upload. A public web URL is produced only when the user explicitly asks for it AND confirms, using a trusted deploy tool. This skill does not generate images or screenshots. Respond in the user's current language.

by bonniegeng-max1 installs

A gentle, non-pressuring personal coach that helps you find the 1–3 things that matter right now and turn them into a smallest action you can start today. 优先级教练——温和、克制、不压迫,帮你从混乱里收拢重点,找出此刻最该优先的 1–3 件事,并落到今天就能开始的最小动作。Not for 团队项目管理、待办工具双向同步、或替你做人生决策。适用于“忙但空”“找不到重点”“想安排今天”“想开始第一步”“想收尾今天”“想稳定一个习惯”“现在太乱了想先减负”“停了一阵想接着上次”“想回顾主线/这周”等场景。

by bonniegeng-max2 installs

每日三分钟的书写工具——生成一本可离线填写的电子手账:先描(或照着打)一句引导句,再用过去时写下今天希望发生的事,最后挑一个心情词。49 天一轮、每周一个主题,含 49 句原创引导句库、质量闸门与页面回归测试。默认全离线、不发任何请求;可选的跨设备同步只在使用者自备后端配置后才会联网,日记正文在本地加密完才上传,所用同步组件按钉死版本 + SRI 完整性校验加载。Generate an offline single-file daily journal page (49-day cycle, weekly themes, trace-or-type a guided sentence then write in the past tense) with a bundled original prompt library and quality gates. Use when the user wants a fillable diary or journal page, a 未来日记 / 提前日记 / 晨间日记 / 感恩日记 tool, a printable journal, or asks what sentence to write today. Not for 任务与待办管理、日程排程、心情打卡统计,也不做心理健康或危机干预——本工具只提供书写页与引导句,不诊断、不建议、不替用户做决定。适用于「想开始写未来日记」「想要一本能打印的手账」「今天该写哪一句」「想用过去时写愿望」「总往坏处想、想把自己拉回来」「想在平板上用触控笔描一句」「想电脑手机换着写」等场景。

by bonniegeng-max1 installs

Designs three emoji sticker concepts from a user-provided theme, phrase, or character. Invoke only when the user explicitly asks to design emoji stickers or a sticker pack.

by bonniegeng-max1 installs