← 返回
未分类 Key 中文

Ad Copy Writer

Create, generate, convert, and polish ad copy, marketing copy, product copy, landing page copy, headline variants, CTA variants, and promotional messaging th...
创建、生成、转化并润色广告文案、营销文案、产品文案、落地页文案、标题变体、CTA变体以及促成转化的促销信息。
fwwdn
未分类 clawhub v0.1.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 438
下载
💾 5
安装
1
版本
#latest

概述

Ad Copy Writer

Write ad copy, marketing copy, product copy, headline variants, CTA variants, and promotional messaging that are concise, persuasive, and channel-aware. Use this skill when the user wants to draft, rewrite, or polish persuasive copy for ads, landing pages, launches, or campaigns.

Prerequisites

  • WERYAI_API_KEY must be set before calling the API.
  • Node.js >=18 is required because the runtime uses built-in fetch.
  • Real runs use the WeryAI chat completion API and may consume credits.

Example Prompts

  • Write 5 ad copy variations for a productivity app launch.
  • Turn this product brief into landing page copy with a stronger CTA.
  • Rewrite this ad so it sounds less generic and more benefit-driven.
  • Draft short paid social copy for a skincare product in English.

Quick Summary

  • Main jobs: ad copy writing, marketing copy, landing page copy, headline variants, cta variants, promotional rewrite
  • Default model: GPT_5_4
  • Main optional controls: product, brand, audience, tone, format, cta, keywords, mustInclude, avoid
  • Main trust signals: dry-run support, model lookup, channel-aware preset, direct copy-ready output

Workflow

  1. Capture the product, offer, audience, channel, tone, and desired call to action.
  2. If the user wants a specific ad shape such as headline set, landing page copy, CTA variants, or paid social copy, read references/domain.md and match the closest pattern.
  3. Ask only for the smallest missing detail needed to write persuasive copy.
  4. Use --dry-run first when you want to inspect the final payload.
  5. Run node {baseDir}/scripts/write.js --json '...' and return the final copy directly.

Commands

# List available chat models
node {baseDir}/scripts/models.js

# Write ad copy
node {baseDir}/scripts/write.js --json '{
  "prompt":"Write 5 ad copy variations for a productivity app launch",
  "product":"AI productivity app",
  "audience":"busy professionals",
  "format":"paid social ad",
  "cta":"Start free trial"
}'

# Rewrite marketing copy without calling the API
node {baseDir}/scripts/write.js --json '{
  "prompt":"Rewrite this ad so it feels sharper and more benefit-driven",
  "sourceText":"...",
  "product":"skincare serum",
  "tone":"premium but clear"
}' --dry-run

Definition of Done

  • The final output reads like persuasive copy rather than a memo or explanation.
  • The wording matches the requested channel, audience, and CTA closely enough to use as a draft.
  • If the user asked for variations, the output clearly separates them.

When Not to Use

  • Do not use this for long-form articles or blog posts.
  • Do not use this for pure translation without copy adaptation; use copy-translator instead.
  • Do not use this for general brainstorming with no copy deliverable.

Re-run Behavior

  • Re-running write.js creates fresh copy variations and may consume additional credits.
  • Re-running write.js --dry-run is safe and does not call the API.
  • Re-running models.js is safe and only refreshes the available chat model list.

Resources

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-03-31 03:33 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Skill Test

fwwdn
在发布到 ClawHub、skills.sh 等类似目录前,对技能进行评估和质量检查。包括捆绑的静态评估器 `scripts/eval_skill.py` 及 GUI。
★ 0 📥 433

Skill Creator

fwwdn
通过引导式分步协助从零开始创建新的代理技能。生成包含前置信息、工作流、示例和代码的完整SKILL.md包。
★ 0 📥 485

Skill Seo

fwwdn
分析并优化技能在ClawHub、skills.sh及类似技能目录中的可发现性,适用于需要改进命名、slug选择、技能描述等以提升搜索排名和曝光度的场景。
★ 0 📥 410