Marketing Genius
Generate buyer psychology + ad copy for any product.
Usage
Tell OpenClaw:
用marketing-genius分析 [产品],受众是[受众]
What it does
- Analyze product (URL or description)
- Generate 3 cognitive shortcuts (heuristics)
- Generate 5 ad copy variations
API
{
"product": "Your product",
"audience": "Target audience",
"lang": "en" or "zh",
"copyCount": 5
}
Output
{
"heuristics": [
{"shortcut": "...", "explanation": "...", "applicationExample": "..."}
],
"messaging": {...},
"adCopy": [...]
}