营销文案助手。标题公式(100个)、正文写作、AIDA框架、痛点挖掘、客户证言、落地页文案。Copywriting with 100 headline formulas, body copy, AIDA framework, pain points, testimonials, landing pages. Use when you need adwords capabilities. Triggers on: adwords.
Install with the open skills CLI (global, non-interactive — available in every Claude Code session):
npx skills add LeoYeAI/openclaw-master-skills --skill "adwords" -g -a claude-code -yOr manually — clone and copy the skill directory (SKILL.md + companion files):
git clone --depth 1 https://github.com/LeoYeAI/openclaw-master-skills /tmp/openclaw-master-skills && cp -r /tmp/openclaw-master-skills/skills/adwords ~/.claude/skills/adwordsThis skill is a directory: SKILL.md is the entry point; the files below ship with it.
---
name: adwords
description: "营销文案助手。标题公式(100个)、正文写作、AIDA框架、痛点挖掘、客户证言、落地页文案。Copywriting with 100 headline formulas, body copy, AIDA framework, pain points, testimonials, landing pages. Use when you need adwords capabilities. Triggers on: adwords."
---
# Copywriter ✍️
营销文案全能助手,从标题到落地页一站搞定。
## 使用方式
| 需求 | 命令 | 说明 |
| Command | Description |
|---------|-------------|
| `headline` | 标题公式库(100个)+变体生成 |
| `body` | 正文撰写(多种风格) |
| `aida` | AIDA框架文案生成 |
| `pains` | 用户痛点挖掘+文案转化 |
| `testimonial` | 客户证言/评价文案 |
| `landing` | 完整落地页文案 |
## 运行
```bash
bash scripts/copy.sh <command> [args...]
```
---
💬 Feedback & Feature Requests: https://bytesagain.com/feedback
Powered by BytesAgain | bytesagain.com
- Run `adwords help` for all commands
## Commands
Run `adwords help` to see all available commands.
## When to Use
- to automate adwords tasks in your workflow
- for batch processing adwords operations
## Output
Returns formatted output to stdout. Redirect to a file with `adwords run > output.txt`.
## Configuration
Set `ADWORDS_DIR` environment variable to change the data directory. Default: `~/.local/share/adwords/`
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
Use when you have a written implementation plan to execute in a separate session with review checkpoints
Use when executing implementation plans with independent tasks in the current session