Loading...
Loading...
Install and use marketing framework skills for Claude Code and other AI coding agents
npx skill4agent add aradotso/marketing-skills ai-marketing-claude-code-skillsSkill by ara.so — Marketing Skills collection.
git clone https://github.com/BrianRWagner/ai-marketing-claude-code-skills.git
cd ai-marketing-claude-code-skills
bash scripts/install.sh# Clone the repository
git clone https://github.com/BrianRWagner/ai-marketing-claude-code-skills.git
# Create Claude Code skills directory if it doesn't exist
mkdir -p ~/.claude/skills
# Copy all skills
cp -r ai-marketing-claude-code-skills/* ~/.claude/skills/mkdir -p ~/.openclaw/skills
cp -r ai-marketing-claude-code-skills/* ~/.openclaw/skills/SKILL-OC.mdSKILL.md# From project root
bash scripts/convert.sh --platform=cursor --output-dir=./.cursor/rulesSKILL.md.mdcbash scripts/convert.sh --platform=windsurf --output-dir=./.windsurf/rules# Install to all detected platforms
bash scripts/install.sh --all
# Install to specific platform only
bash scripts/install.sh --platform=cursor
# Include premium skills (if you've purchased them)
bash scripts/install.sh --include-pro
# Preview without actually installing
bash scripts/install.sh --dry-runcd ai-marketing-claude-code-skills
bash scripts/list-skills.shpositioning-basicsai-discoverability-auditmarketing-principleslinkedin-authority-buildercontent-idea-generatorvoice-extractorde-ai-ifysocial-card-genlast30daysreddit-insightsyoutube-summarizerlinkedin-profile-optimizerhomepage-auditcold-outreach-sequencecase-study-buildertestimonial-collectorplan-my-daynewsletter-creation-curationgo-modeYou: "Help me with positioning for my SaaS product"
→ Activates positioning-basics skill
You: "How do I show up in ChatGPT search?"
→ Activates ai-discoverability-audit skill
You: "What should I post on LinkedIn this week?"
→ Activates content-idea-generator skillYou: "Quick positioning help for my startup"
→ Quick mode: Fast answers, minimal questions
You: "Standard positioning audit"
→ Standard mode: Balanced depth
You: "Deep positioning analysis for enterprise rebrand"
→ Deep mode: Comprehensive audit, all phasesYou: "Use the homepage-audit skill on https://example.com"
You: "Run linkedin-authority-builder in deep mode"
You: "Apply marketing-principles to this decision: [paste context]"skill-name/
├── SKILL.md # Full Claude Code version (verbose, all phases)
├── SKILL-OC.md # OpenClaw version (token-efficient, ~200 lines)
├── README.md # Human-readable documentation
└── examples/ # Optional usage examples---
name: skill-name
description: One-line description of what the skill does
triggers:
- "natural phrase 1"
- "natural phrase 2"
- "natural phrase 3"
---
# Skill Name
## Context
[When to use this skill]
## Execution Modes
- **Quick**: Fast answers, 2-3 questions
- **Standard**: Balanced depth, 5-7 questions
- **Deep**: Comprehensive, all phases
## Framework
[Step-by-step methodology]
## Output Format
[Structured deliverable format]
## Examples
[Real usage examples]# For skills that search Reddit
export REDDIT_API_KEY="your_reddit_api_key"
# For skills that use web search
export SERP_API_KEY="your_serp_api_key"
# For YouTube transcript fetching
# No API key needed - uses public endpoints~/.bashrc~/.zshrc.env# .env file in project root
REDDIT_API_KEY=your_reddit_api_key
SERP_API_KEY=your_serp_api_key| Platform | Default Skills Location |
|---|---|
| Claude Code | |
| OpenClaw | |
| Cursor | |
| Windsurf | |
| Generic | |
You: "Should I focus on LinkedIn or Twitter for B2B SaaS?"
Claude (using marketing-principles):
→ Applies first principles from Drucker, Godin
→ Evaluates based on your ICP
→ Provides framework-backed recommendationYou: "I need to build LinkedIn presence"
Step 1: Use linkedin-authority-builder
→ Get positioning, content pillars, posting rhythm
Step 2: Use content-idea-generator
→ Generate 30 days of content ideas
Step 3: Use voice-extractor (on your existing content)
→ Document your authentic voice
Step 4: Use social-card-gen
→ Generate platform-specific variantsYou: "Research AI agent trends and create a LinkedIn post"
Step 1: Use last30days
→ Research "AI agents" across Reddit, X, web (last 30 days)
→ Get trends, sentiment, key themes
Step 2: Use content-idea-generator
→ Turn insights into post angles
Step 3: Use de-ai-ify
→ Remove AI jargon from final draftYou: "Audit my homepage and LinkedIn profile"
Step 1: Use homepage-audit
→ Get conversion feedback on landing page
Step 2: Use linkedin-profile-optimizer
→ Rewrite headline, about section
→ AI visibility checklist
Step 3: Use ai-discoverability-audit
→ Check how you appear in ChatGPT, Perplexity, Claudebash scripts/convert.sh --platform=cursor --output-dir=./.cursor/rules.mdc---
rule: skill-name
description: Skill description
triggers:
- trigger phrase 1
- trigger phrase 2
---
[SKILL.md content converted]bash scripts/convert.sh --platform=windsurf --output-dir=./.windsurf/rules.mdbash scripts/convert.sh --all./converted/cursor/./converted/windsurf/# Create skill directory
mkdir -p ~/.claude/skills/my-custom-skill
# Create SKILL.md
cat > ~/.claude/skills/my-custom-skill/SKILL.md << 'EOF'
---
name: my-custom-skill
description: What this skill does
triggers:
- "trigger phrase 1"
- "trigger phrase 2"
- "trigger phrase 3"
---
# My Custom Skill
## Context
When to use this skill
## Framework
Step-by-step methodology
## Output Format
What the skill delivers
## Examples
Real usage examples
EOF# Verify installation path
ls -la ~/.claude/skills/
# Check permissions
chmod -R 755 ~/.claude/skills/
# Restart Claude Code# Check if SKILL-OC.md exists (preferred) or SKILL.md (fallback)
ls -la ~/.openclaw/skills/*/SKILL*.md
# Verify OpenClaw config
cat ~/.openclaw/config.json# Check environment variables
echo $REDDIT_API_KEY
echo $SERP_API_KEY
# Reload environment
source ~/.bashrc # or ~/.zshrc
# Test API access
curl -H "Authorization: Bearer $REDDIT_API_KEY" https://oauth.reddit.com/api/v1/me# Make script executable
chmod +x scripts/convert.sh
chmod +x scripts/install.sh
chmod +x scripts/list-skills.sh
# Run with verbose output
bash -x scripts/install.sh
# Check script dependencies
which jq # Required for some conversions# Manually specify platform
bash scripts/install.sh --platform=cursor
# Check if platform directories exist
ls -la ~/.claude/
ls -la ~/.openclaw/
ls -la ./.cursor/| Skill | Price | What It Does |
|---|---|---|
| AI Marketing Bundle | $49 | All 7 premium skills |
| AI Discoverability Audit v2 | $19 | Deep audit of AI search presence |
| Founder Intelligence | $15 | Competitive founder/company research |
| Competitor Intel Brief | $12 | Structured competitor analysis |
| Morning Brief System | $14 | Personalized daily intelligence brief |
| Brand Voice Extractor | $9 | Extract brand voice from content samples |
| AI Employee Onboarding | $9 | Onboard AI agents to your business |
| Brand Positioning Audit | $9 | Deep positioning framework audit |
pro/--include-pro# Unzip purchased skills
unzip ai-marketing-pro-skills.zip -d ./pro/
# Install with premium skills
bash scripts/install.sh --include-proYou: "I'm launching a new AI tool for marketers. Help me with positioning."
Claude (using positioning-basics in standard mode):
1. Who is this for? (ICP definition)
2. What do you do? (Core offering)
3. Why are you different? (Unique positioning)
4. What's the category? (Market context)
5. What's the promise? (Value proposition)
→ Delivers: Structured positioning framework documentYou: "Build me a LinkedIn content system for SaaS founders"
Claude (using linkedin-authority-builder):
→ Positioning audit
→ 3-5 content pillars
→ Content formats (frameworks, stories, hot takes)
→ Posting rhythm (3-5x/week)
→ 30-day content calendar
Then use content-idea-generator:
→ 30 specific post ideas across pillars
Then use voice-extractor (on your existing writing):
→ Voice guide for AI-assisted writingYou: "Research what people are saying about Notion vs ClickUp in the last 30 days"
Claude (using last30days):
→ Searches Reddit, X, web
→ Aggregates sentiment and themes
→ Identifies switching triggers
→ Highlights feature gaps
Then use competitor-intel-brief (premium):
→ Structured competitive analysis
→ Feature comparison matrix
→ Positioning gaps
→ Opportunity areasSKILL.mdSKILL-OC.mdREADME.mdai-marketing-claude-code-skills/
├── scripts/
│ ├── install.sh # Auto-install to detected platforms
│ ├── convert.sh # Convert to platform formats
│ └── list-skills.sh # List all available skills
├── positioning-basics/
│ ├── SKILL.md # Claude Code version
│ ├── SKILL-OC.md # OpenClaw version
│ └── README.md # Documentation
├── ai-discoverability-audit/
│ ├── SKILL.md
│ ├── SKILL-OC.md
│ └── README.md
├── [23 free skills total]
├── pro/ # Premium skills (not included)
│ ├── founder-intelligence/
│ ├── competitor-intel-brief/
│ └── [10 premium skills]
└── README.md # This file