安全风险
OpenViking
基于OpenViking的RAG系统,支持文档查询、知识管理与向量检索。
下载 196
基于爆款逻辑深度改写内容,保留传播基因并规避重复风险。
openclaw skills install @tujinsama/content-rewriter-claw命令、参数、文件名以原文为准
分析原文的核心要素:
识别内容为什么会爆的关键因素,参考 references/viral-gene-model.md:
根据用户需求或内容风险选择改写深度,详见 references/rewrite-rules.md:
shallow:浅层改写(快速产出,重复率30-50%)medium:中层改写(大多数场景,重复率10-30%)deep:深度重构(高风险内容,重复率<10%)full:完全原创(仅保留核心观点,重复率<5%)用户未指定时,默认使用 deep(安全优先)。
按选定深度改写内容,同时:
改写完成后,对照 references/compliance-rules.md 检查:
输出格式:
scripts/rewrite-content.py:生成结构化改写 prompt,适合批量处理场景。
python3 scripts/rewrite-content.py --input "原文内容" --depth deep --style "轻松幽默" --platform xiaohongshu
python3 scripts/rewrite-content.py --input-file content.txt --depth medium --output result.json参数:
--depth:shallow / medium / deep / full--style:目标风格描述(如"专业严谨"、"轻松幽默")--platform:目标平台(douyin / xiaohongshu / wechat / bilibili)--keep:必须保留的要素(逗号分隔)--avoid:需要规避的要素(逗号分隔)references/rewrite-rules.md:改写深度层级定义和操作清单references/viral-gene-model.md:爆款基因提炼模型(钩子公式、情绪触发器、传播结构)references/compliance-rules.md:查重阈值、平台敏感词、版权风险评估已收录 1 个 Skill