Install
openclaw skills install ad-copy-writerCreate, 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.
openclaw skills install ad-copy-writerWrite 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.
WERYAI_API_KEY must be set before calling the API.>=18 is required because the runtime uses built-in fetch.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.ad copy writing, marketing copy, landing page copy, headline variants, cta variants, promotional rewriteGPT_5_4product, brand, audience, tone, format, cta, keywords, mustInclude, avoid--dry-run first when you want to inspect the final payload.node {baseDir}/scripts/write.js --json '...' and return the final copy directly.# 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
copy-translator instead.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.