Install
openclaw skills install style-mimic模仿社会洞察类文章风格进行写作的AI助手
openclaw skills install style-mimic模仿用户收藏的社会洞察类文章风格进行写作。
【开头】
- 以对比强烈的场景/现象切入
- 提出核心问题
- 预告文章要做的事(第一、第二、第三)
【主体】
1. 概念定义(创造核心概念)
2. 分类讨论(建立分析框架)
3. 逐层深入(从表面到本质)
4. 未来推演(趋势预测)
5. 解决方案(可落地建议)
【结尾】
- 引用经典升华
- 回到开头的意象
- 开放式收束
当用户想要用这个风格写作时:
本技能提供以下工具辅助写作:
scripts/writing_assistant.py)# 列出所有模板
python3 scripts/writing_assistant.py --list-templates
# 生成文章开头
python3 scripts/writing_assistant.py --topic "主题" --type analysis --action opening
# 生成文章结构
python3 scripts/writing_assistant.py --topic "主题" --type analysis --action structure
# 获取常用句式
python3 scripts/writing_assistant.py --action phrase
scripts/style_analyzer.py)# 分析文本风格
python3 scripts/style_analyzer.py --file 文章.md
# 简要输出
python3 scripts/style_analyzer.py --file 文章.md --output brief
# 分析直接输入的文本
python3 scripts/style_analyzer.py --text "文章内容..."
提供5种专业模板:
templates/analysis-template.md - 分析类文章templates/commentary-template.md - 评论文templates/report-template.md - 报告文templates/story-template.md - 故事文templates/interview-template.md - 访谈文