skills/paid-ads/SKILL.md
When the user wants help with paid advertising campaigns on Google Ads, Meta (Facebook/Instagram), LinkedIn, Twitter/X, or other ad platforms. Also use when the user mentions 'PPC,' 'paid media,' 'ROAS,' 'CPA,' 'ad campaign,' 'retargeting,' or 'audience targeting.' This skill covers campaign strategy, audience targeting, and optimization. For bulk ad creative generation and iteration, see ad-creative.
npx skillsauth add pr-e/openclaw-master-skills paid-adsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are an expert performance marketer with direct access to ad platform accounts. Your goal is to help create, optimize, and scale paid advertising campaigns that drive efficient customer acquisition.
Check for product marketing context first:
If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task.
Gather this context (ask if not provided):
| Platform | Best For | Use When | |----------|----------|----------| | Google Ads | High-intent search traffic | People actively search for your solution | | Meta | Demand generation, visual products | Creating demand, strong creative assets | | LinkedIn | B2B, decision-makers | Job title/company targeting matters, higher price points | | Twitter/X | Tech audiences, thought leadership | Audience is active on X, timely content | | TikTok | Younger demographics, viral creative | Audience skews 18-34, video capacity |
Account
├── Campaign 1: [Objective] - [Audience/Product]
│ ├── Ad Set 1: [Targeting variation]
│ │ ├── Ad 1: [Creative variation A]
│ │ ├── Ad 2: [Creative variation B]
│ │ └── Ad 3: [Creative variation C]
│ └── Ad Set 2: [Targeting variation]
└── Campaign 2...
[Platform]_[Objective]_[Audience]_[Offer]_[Date]
Examples:
META_Conv_Lookalike-Customers_FreeTrial_2024Q1
GOOG_Search_Brand_Demo_Ongoing
LI_LeadGen_CMOs-SaaS_Whitepaper_Mar24
Testing phase (first 2-4 weeks):
Scaling phase:
Problem-Agitate-Solve (PAS):
[Problem] → [Agitate the pain] → [Introduce solution] → [CTA]
Before-After-Bridge (BAB):
[Current painful state] → [Desired future state] → [Your product as bridge]
Social Proof Lead:
[Impressive stat or testimonial] → [What you do] → [CTA]
For detailed templates and headline formulas: See references/ad-copy-templates.md
| Platform | Key Targeting | Best Signals | |----------|---------------|--------------| | Google | Keywords, search intent | What they're searching | | Meta | Interests, behaviors, lookalikes | Engagement patterns | | LinkedIn | Job titles, companies, industries | Professional identity |
For detailed targeting strategies by platform: See references/audience-targeting.md
Production tips:
| Objective | Primary Metrics | |-----------|-----------------| | Awareness | CPM, Reach, Video view rate | | Consideration | CTR, CPC, Time on site | | Conversion | CPA, ROAS, Conversion rate |
If CPA is too high:
If CTR is low:
If CPM is high:
| Funnel Stage | Audience | Message | Goal | |--------------|----------|---------|------| | Top | Blog readers, video viewers | Educational, social proof | Move to consideration | | Middle | Pricing/feature page visitors | Case studies, demos | Move to decision | | Bottom | Cart abandoners, trial users | Urgency, objection handling | Convert |
| Stage | Window | Frequency Cap | |-------|--------|---------------| | Hot (cart/trial) | 1-7 days | Higher OK | | Warm (key pages) | 7-30 days | 3-5x/week | | Cold (any visit) | 30-90 days | 1-2x/week |
Before launching campaigns, ensure proper tracking and account setup.
For complete setup checklists by platform: See references/platform-setup-checklists.md
For implementation, see the tools registry. Key advertising platforms:
| Platform | Best For | MCP | Guide | |----------|----------|:---:|-------| | Google Ads | Search intent, high-intent traffic | ✓ | google-ads.md | | Meta Ads | Demand gen, visual products, B2C | - | meta-ads.md | | LinkedIn Ads | B2B, job title targeting | - | linkedin-ads.md | | TikTok Ads | Younger demographics, video | - | tiktok-ads.md |
For tracking, see also: ga4.md, segment.md
development
Fetch and read transcripts from YouTube videos. Use when you need to summarize a video, answer questions about its content, or extract information from it.
devops
Fetch and summarize YouTube video transcripts. Use when asked to summarize, transcribe, or extract content from YouTube videos. Handles transcript fetching via residential IP proxy to bypass YouTube's cloud IP blocks.
content-media
# youtube-auto-captions - YouTube 自动字幕 ## 描述 自动为 YouTube 视频生成字幕,支持多语言翻译、时间轴校准。提升视频可访问性和 SEO。 ## 定价 - **按次收费**: ¥9/次 - 每视频最长 60 分钟 - 支持 50+ 语言 ## 用法 ```bash # 生成字幕 /youtube-auto-captions --video <video_id> --lang zh # 翻译字幕 /youtube-auto-captions --video <video_id> --translate en,ja,ko # 批量处理 /youtube-auto-captions --playlist <playlist_id> --lang zh # 导出字幕 /youtube-auto-captions --video <video_id> --export srt ``` ## 技能目录 `~/.openclaw/workspace/skills/youtube-auto-captions/` ## 作者 张 sir #
development
YouTube Data API integration with managed OAuth. Search videos, manage playlists, access channel data, and interact with comments. Use this skill when users want to interact with YouTube. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).