copywriting skill 用于创建、改写和优化以转化为目标的 homepage、landing page、pricing、feature、product 和 about page 文案,可结合受众、证明点、CTA 与用户异议等输入来生成更有说服力的页面内容。

Stars22.2k
收藏0
评论0
收录时间2026年7月11日
分类文案写作
安装命令
npx skills add alirezarezvani/claude-skills --skill copywriting
编辑评分

该 skill 得分 84/100,适合推荐给希望让 agent 产出或修订营销页面文案的目录用户。它通过结构化信息收集和可复用的 copywriting 框架,覆盖 homepage、landing page、pricing、feature、product 和 about page 等场景。整体看,它具备可触发性、内容厚度和足够的可操作性,值得安装;但用户应注意,它缺少 skill 本地安装说明,且评分脚本仅适合作为辅助参考。

84/100
亮点
  • 触发说明非常清晰,覆盖撰写、改写、优化营销文案、页面文案场景、headline 辅助和 CTA 文案,并明确将 email 与 popup 文案排除在适用范围外。
  • 执行指南从具体上下文收集开始,包括页面目的、受众、offer、异议、流量来源和证明点,相比通用提示词能显著减少猜测。
  • 提供可复用参考材料,包括 headline 公式、页面模块模板、自然过渡方式,以及 headline_scorer.py 工具,让 agent 不只依赖文字说明,还能使用实操工具。
注意点
  • 技能目录中没有提供安装命令或本地 README,用户可能需要根据上级仓库自行推断安装方式。
  • headline 评分脚本可用于辅助比较不同方案,但它基于启发式词表打分,应作为参考补充,而不是判断文案质量的最终标准。
概览

copywriting skill 概览

copywriting skill 能做什么

copywriting skill 是一个面向营销页面的文案写作助手,用于创建、改写和优化以转化为目标的文案。它适合 homepage、landing page、pricing page、feature page、product page、about page 等页面场景,核心目标是推动访客完成一个明确动作。

最适合的 copywriting 使用场景

当你需要的是结构化营销文案,而不是开放式头脑风暴时,适合使用这个 copywriting skill。它尤其适合已经明确 offer、受众和目标转化动作的创始人、市场团队、产品团队和代理机构,用来打磨 messaging、headline、CTA、页面段落顺序,或重写整页文案。

它和通用 prompt 有什么不同

这个 skill 在开始写作前会先收集实用的转化输入:页面类型、主要动作、受众痛点、顾虑、产品差异化、证明点和流量来源。它还包含 headline 公式、页面结构、自然转场的参考资料,并提供一个 headline_scorer.py 脚本,用于评估不同 headline 方案。

什么时候不适合使用这个 skill

不要把 copywriting 作为 email sequence 或 popup-specific conversion 工作的首选;上游 skill 本身也会建议用户在这些场景使用单独的 email-sequencepopup-cro skills。它也不是品牌策略的替代品:如果 positioning、ICP、offer 和 proof 都还不清楚,预期它会先追问澄清问题,再产出真正有用的文案。

如何使用 copywriting skill

copywriting 安装方式和仓库路径

使用以下命令从 GitHub repository 安装这个 skill:

npx skills add alirezarezvani/claude-skills --skill copywriting

源文件位于:

marketing-skill/skills/copywriting

安装后,先阅读 SKILL.md,因为它定义了 agent 什么时候应该触发这个 skill,以及写作前需要哪些上下文。然后如果你想理解输出背后的框架和评分逻辑,可以继续查看 references/copy-frameworks.mdreferences/natural-transitions.mdscripts/headline_scorer.py

写作前需要提供哪些输入

为了让 copywriting 效果更好,建议提供这个 skill 原本就会收集的信息:

  • Page type:homepage、landing page、pricing page、feature page、product page 或 about page
  • One primary action:book a demo、start a trial、buy now、join waitlist、download、contact sales
  • Audience:他们是谁、想要什么、担心什么,以及他们如何描述这个问题
  • Offer:product、service、key outcome、differentiation 和 proof
  • Context:traffic source、stage of awareness、existing page copy、brand voice 和 constraints

如果你的项目中有 .claude/product-marketing-context.md,这个 skill 设计上会先读取该文件,并避免重复询问其中已经记录的上下文。

把粗略需求变成高质量 prompt

一个较弱的 prompt 是:“Write copy for my landing page.”

更好的 prompt 是:

“Use the copywriting skill to rewrite a landing page for a B2B SaaS analytics tool. The primary CTA is Start free trial. The audience is ecommerce operators who cannot see which campaigns create profitable repeat buyers. Main objection: they already have GA4 but find it hard to use. Differentiator: cohort revenue and retention insights without SQL. Proof: used by 1,200 Shopify stores, average 18% lift in repeat purchase rate. Traffic comes from Google Search for customer retention analytics. Keep the tone clear, direct, and not hype-heavy. Return hero, problem section, benefits, proof section, FAQ, and CTAs.”

这个 prompt 更有效,因为 skill 可以把 headline、proof、objections 和 CTA 连接到一个具体的转化任务上,而不是凭空编造泛泛的 benefits。

获得更好输出的实用 workflow

先从一个页面目标开始,不要一上来就要求整个网站。如果 offer 比较复杂,先要求页面大纲,再写最终文案。然后可以基于 references/copy-frameworks.md 中的框架,请它给出多个 headline 角度,例如 outcome-focused、problem-focused、audience-focused、differentiation-focused 和 proof-focused headlines。

对于 headlines,你可以在 clone 或浏览 repository 后运行辅助脚本:

python3 scripts/headline_scorer.py "Turn repeat buyers into predictable revenue"

把评分当作诊断参考,而不是绝对真理。即使一个 headline 得分很高,如果它过度承诺、误导性描述产品,或不匹配访客意图,仍然可能是错误选择。

copywriting skill 常见问题

这个 copywriting skill 适合新手吗?

适合,前提是你能回答关于 offer 和 audience 的基础问题。这个 skill 的 intake 结构可以帮助新手避开最常见的错误:没有定义 reader、action、objection 或 proof,就直接要求“better copy”。新手建议先粘贴现有文案,请它做诊断,再要求完整重写。

它比普通 copywriting prompts 好在哪里?

普通 prompts 往往会产出看起来顺滑但很泛的文案。这个 skill 更有用,是因为它会强制关注页面目标、受众具体性、顾虑处理和基于 proof 的 messaging。内置的 reference files 也为 agent 提供了具体的 headline 和 transition patterns,而不是只依赖模型的宽泛记忆。

它能为任何行业写文案吗?

它可以适配很多行业,但输出质量取决于输入质量。对于受监管、技术性强、医疗、法律或金融类 offer,请提供 approved claims、prohibited claims、compliance notes 和 required disclaimers。这个 skill 可以提升清晰度和结构,但不应该编造证据,也不应该提出你的业务无法支持的 claims。

它能取代真人 conversion copywriter 吗?

不能。它可以加快初稿、改写、headline 探索、页面结构和 CTA 测试想法的产出。真人仍然需要验证 positioning、customer research、legal accuracy、brand nuance 和 conversion data。请把它当作生产和评审助手,而不是最终审批者。

如何改进 copywriting skill 的输出

用更扎实的素材改进 copywriting

提升 copywriting 输出最快的方法,是给这个 skill 提供真实客户语言。加入来自 sales calls、reviews、support tickets、surveys、search queries 和 competitor comparison pages 的片段。把 “saves time” 这类模糊说法,替换成 “cuts weekly reporting from 4 hours to 20 minutes” 这样的具体结果。

避免常见失败模式

重点留意三个问题:generic benefits、unsupported proof 和 mismatched tone。如果输出里出现 “boost productivity” 或 “streamline workflows”,要求它把抽象表达替换成具体的 before/after outcomes。如果它添加了你没有提供的数字或 claims,要求它只使用 verified proof 重新生成一个版本。如果语气太像硬销售,提供一些你的品牌会说和不会说的文案示例。

第一稿之后继续迭代

不要停在第一版输出。可以要求它做有针对性的修改:

  • “Make the hero section clearer for cold organic traffic.”
  • “Rewrite the CTA copy for a skeptical buyer.”
  • “Add objection handling for teams that already use spreadsheets.”
  • “Create five headline variants: outcome, pain, proof, differentiation, and audience.”
  • “Shorten the pricing-page copy without losing the main value proposition.”

这些聚焦的 revision,通常比反复要求完整重写更容易得到好结果。

有意识地使用 repository references

当你需要更多 headline 和 section structure 选项时,阅读 references/copy-frameworks.md。当页面文案感觉跳跃或像 AI 生成时,阅读 references/natural-transitions.md。使用 scripts/headline_scorer.py 对比 headline candidates,然后不要只看分数,而要结合 message-market fit、search intent 和 conversion context 做选择。

评分与评论

暂无评分
分享你的评价
登录后即可为这个技能评分并发表评论。
G
0/10000
最新评论
保存中...