skills/marketing-skills/SKILL.md
--- name: marketing-skills description: TL;DR: 23 marketing playbooks (CRO, SEO, copy, analytics, experiments, pricing, launches, ads, social). Use to get checklists + copy/paste deliverables fast. --- # Marketing Skills ## Summary One installed skill containing 23 marketing modules. Pick the relevant module under `references/` to get practical checklists, frameworks, and copy/paste deliverables. This skill vendors the full content from `coreyhaines31/marketingskills` under `references/` and
npx skillsauth add pr-e/openclaw-master-skills skills/marketing-skillsInstall 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.
One installed skill containing 23 marketing modules. Pick the relevant module under references/ to get practical checklists, frameworks, and copy/paste deliverables.
This skill vendors the full content from coreyhaines31/marketingskills under references/ and provides a simple router to load the right module.
references/<module>/SKILL.md file.Each module lives at references/<module>/SKILL.md.
ab-test-setup: plan and implement A/B testsanalytics-tracking: set up tracking and measurement (GA4/GTM/events)competitor-alternatives: competitor comparison + alternatives / “vs” pagescopy-editing: edit and polish existing copycopywriting: write or improve marketing copy (headlines, CTAs, page copy)email-sequence: build email sequences and drip campaignsform-cro: optimize lead capture and contact formsfree-tool-strategy: plan engineering-as-marketing free tools (calculators, generators)launch-strategy: product launches and announcementsmarketing-ideas: idea bank for growth + marketing tacticsmarketing-psychology: mental models / cognitive biases for better persuasiononboarding-cro: improve activation and onboardingpage-cro: conversion optimization for any marketing pagepaid-ads: create and optimize paid ad campaignspaywall-upgrade-cro: optimize in-app paywalls and upgrade screenspopup-cro: create/optimize popups and modalspricing-strategy: pricing, packaging, and monetizationprogrammatic-seo: build SEO pages at scale (templates + data)referral-program: design referral and affiliate programsschema-markup: add structured data and rich snippetsseo-audit: audit technical and on-page SEOsignup-flow-cro: optimize signup and registration flowssocial-content: create and schedule social media contentPick one of these modules and read the matching file:
references/page-cro/SKILL.mdreferences/signup-flow-cro/SKILL.mdreferences/onboarding-cro/SKILL.mdreferences/form-cro/SKILL.mdreferences/popup-cro/SKILL.mdreferences/paywall-upgrade-cro/SKILL.mdreferences/copywriting/SKILL.mdreferences/copy-editing/SKILL.mdreferences/email-sequence/SKILL.mdreferences/social-content/SKILL.mdreferences/analytics-tracking/SKILL.mdreferences/ab-test-setup/SKILL.mdreferences/seo-audit/SKILL.mdreferences/programmatic-seo/SKILL.mdreferences/schema-markup/SKILL.mdreferences/competitor-alternatives/SKILL.mdreferences/pricing-strategy/SKILL.mdreferences/launch-strategy/SKILL.mdreferences/paid-ads/SKILL.mdreferences/referral-program/SKILL.mdreferences/free-tool-strategy/SKILL.mdreferences/marketing-ideas/SKILL.mdreferences/marketing-psychology/SKILL.mddevelopment
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).