输入样本文章 → 提取结构化文风画像 → 用该文风改写任意内容。
Analyze sample articles to extract an 8-dimension writing style profile, then rewrite any target article in that exact style.
Part of lovstudio skills — by lovstudio.ai
git clone https://github.com/lovstudio/style-clone-skill ~/.claude/skills/lovstudio-style-cloneOr via the skills CLI:
npx skills add lovstudio/skills --skill style-clone -g -yNo external dependencies — pure Claude reasoning workflow.
In Claude Code:
/lovstudio:style-clone
Paste your sample article(s) and target article. Claude will:
- Extract an 8-dimension style profile (文风画像)
- Rewrite the target article in the extracted style
- Provide a diff explanation of key style adjustments
| 维度 | 分析内容 |
|---|---|
| 句式节奏 | 句子长度分布、节奏模式 |
| 段落结构 | 段落长度、开头/结尾习惯 |
| 词汇偏好 | 用词风格、高频词、禁忌词 |
| 叙事视角 | 叙事人称、与读者的距离 |
| 情感温度 | 情绪基调、情感弧线 |
| 论证逻辑 | 论证结构、案例/数据使用习惯 |
| 修辞手法 | 常用修辞、标志性句式 |
| 整体基因 | 一句话文风定义 + 参照系作者 |
- 模仿名家/博主文风写作
- 统一团队或品牌写作风格
- 将正式报告改写为公众号风格(或反之)
- 保存个人文风画像,批量改写内容
MIT