Ad Copy Writer
by @fwwdn
Create, generate, convert, and polish ad copy, marketing copy, product copy, landing page copy, headline variants, CTA variants, and promotional messaging th...
clawhub install ad-copy-writerπ About This Skill
name: ad-copy-writer description: Create, generate, convert, and polish ad copy, marketing copy, product copy, landing page copy, headline variants, CTA variants, and promotional messaging through the WeryAI chat completion API. Use when you need advertising copy, campaign copy, product messaging, launch copy, performance copy variations, or concise persuasive text for marketing channels. metadata: { "openclaw": { "emoji": "π―", "primaryEnv": "WERYAI_API_KEY", "paid": true, "network_required": true, "requires": { "env": ["WERYAI_API_KEY"], "bins": ["node"], "node": ">=18" } } }
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.>=18 is required because the runtime uses built-in fetch.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
ad copy writing, marketing copy, landing page copy, headline variants, cta variants, promotional rewriteGPT_5_4product, brand, audience, tone, format, cta, keywords, mustInclude, avoidWorkflow
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.jsWrite 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
When Not to Use
copy-translator instead.Re-run Behavior
write.js creates fresh copy variations and may consume additional credits.write.js --dry-run is safe and does not call the API.models.js is safe and only refreshes the available chat model list.Resources
βοΈ Configuration
WERYAI_API_KEY must be set before calling the API.>=18 is required because the runtime uses built-in fetch.