with one click
writing-style-coach
学习我的写作风格
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
学习我的写作风格
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | writing-style-coach |
| title | 写作风格教练 |
| description | 学习我的写作风格 |
| emoji | 👨🏫 |
| 场景 | ["想让AI模仿我的风格写","需要统一的文风","想分析自己的写作特点"] |
| 使用难度 | ⭐⭐⭐(需要提供样本文章) |
基于AI的写作风格学习工具,能够分析用户历史文章,提取写作风格特征,并基于风格生成新内容。
输入:10-50篇历史文章(纯文本)
步骤:
1. 分词和词性标注
2. 提取5个维度特征
3. 计算统计指标(平均句长、词汇多样性)
4. 识别常用模式和句式
5. 生成风格评分
输出:风格分析JSON + 风格描述 + 风格标签
输入:风格分析JSON
步骤:
1. 读取风格特征
2. 按维度组织描述
3. 生成可复用的Prompt模板
4. 添加示例和注意事项
输出:风格Prompt MD文件
输入:主题 + 风格Prompt
步骤:
1. 分析标题风格模式
2. 提取关键词和句式
3. 生成多个候选标题
4. 按风格匹配度排序
输出:候选标题列表 + 匹配度评分
输入:原文 + 风格Prompt
步骤:
1. 分析原文结构和内容
2. 按风格调整词汇和句式
3. 保持原文核心信息
4. 生成润色后文本
输出:润色后文本 + 改动说明
详见:references/analysis-dimensions.md
from style_learner import handler
# 分析写作风格
args = {
"action": "analyze_style",
"articles": "文章1内容\n\n文章2内容...",
"output_file": "style_analysis.json"
}
result = handler(args)
# 生成风格Prompt
args = {
"action": "generate_style_prompt",
"style_file": "style_analysis.json",
"output_file": "style_prompt.md"
}
result = handler(args)
# 基于风格生成标题
args = {
"action": "generate_title_from_style",
"topic": "AI写作工具",
"style_prompt_file": "style_prompt.md",
"count": 5
}
result = handler(args)
# 基于风格润色内容
args = {
"action": "polish_with_style",
"text": "待润色的文本",
"style_prompt_file": "style_prompt.md"
}
result = handler(args)
详见:references/api-reference.md
答案:保证分析准确性
数据支撑:
50篇:边际收益递减
权衡分析:
灵活应用:
答案:全面覆盖写作风格关键要素
维度选择:
数据支撑:
灵活应用:
答案:实现风格的可重用和可传递
传统问题:
Prompt优势:
数据支撑:
灵活应用:
详见:references/data-requirements.md
标题风格:
开头风格:
内容结构:
语言风格:
结尾风格:
详见:references/style-examples.md
直接说"学习风格"或"分析风格",系统会自动引导你完成!
详细使用说明:references/getting-started.md
帮我生成封面图和视觉内容
帮我找热门创作话题
内容插图规划工具。当用户说"给文章配图"、"为文章生成插图"、"文章配图"、 "分析文章并配图"、"自动插图"、"为文章生成配图"时触发此技能。 工作流程: 1. 读取文章内容(read_file) 2. 分析需要插图的位置 3. 选择合适的风格(14种风格可选) 4. 调用 image-generation 技能生成图片 5. 更新文章,插入图片引用 支持风格:tech、fresh、minimal、warm、business、elegant、bold、 playful、nature、sketch、notion(默认)
帮我分析内容数据
帮我润色文章、换个风格、扩充内容
让文字更像人写的