Skills / marketing skill pack
marketing skill pack
One-command installer for all AI Marketing Hub tools: Claude SEO, Claude Blog, Skill Forge, WP MCP Ultimate
Installation
Kompatibilitaet
Beschreibung
AI Marketing Hub — Marketing Skill Pack
Install all AI Marketing Hub tools in one command. Works on macOS, Linux, and Windows.
Install
macOS / Linux:
curl -fsSL https://raw.githubusercontent.com/AgriciDaniel/marketing-skill-pack/main/install.sh | bash
Windows (PowerShell):
irm https://raw.githubusercontent.com/AgriciDaniel/marketing-skill-pack/main/install.ps1 | iex
Already installed? Run the same command again to update everything to the latest version.
What Gets Installed
| Tool | Type | Slash Command |
|------|------|--------------|
| Claude Code + VS Code Essentials | Dev environment setup (26 extensions + Claude Code CLI) | — |
| Claude SEO | SEO audits, page analysis, schema markup, sitemap | /seo |
| Claude Blog | Write, rewrite, analyze, and schedule blog content | /blog |
| Skill Forge | Design and build new Claude Code skills | /skill-forge |
| WP MCP Ultimate | WordPress plugin — 57 AI-powered WP abilities | MCP server |
Requirements
| Requirement | macOS | Linux | Windows |
|-------------|-------|-------|---------|
| git 2.x | brew install git | apt install git | git-scm.com |
| Node.js 18+ | nodejs.org | nodejs.org | nodejs.org |
| curl | pre-installed | apt install curl | pre-installed (Win 10+) |
| bash | pre-installed | pre-installed | Git Bash (included with Git) or WSL |
WordPress Plugin
The WP MCP Ultimate plugin ZIP is downloaded automatically to ~/Downloads/wp-mcp-ultimate.zip.
Install it manually after the script finishes:
- Go to WP Admin → Plugins → Add New → Upload Plugin
- Upload
wp-mcp-ultimate.zip - Activate it, then go to Tools → MCP Ultimate to get your API key
Cloudways users: upload via the Cloudways WordPress panel instead.
After Install
Restart Claude Code (close and reopen), then try:
/seo audit https://yoursite.com
/blog write "10 ways to use AI in marketing"
/skill-forge plan my-new-skill
Updating
Run the same install command again at any time. The script detects existing installations and updates each one automatically — no extra steps needed.
How It Works
Skill repos are cloned to ~/.claude/packs/ on first install. On re-runs, each repo is updated with git pull and its installer is re-run. This gives you:
- Fresh install → clones all repos and installs skills
- Re-run → updates each repo to the latest version and reinstalls
- Partial install → picks up where it left off
Errors in individual steps are reported but do not abort the rest of the installation.
Windows Details
The PowerShell script (install.ps1) automatically finds Git Bash in common installation paths. If Git Bash is not found, it detects WSL bash as a fallback. If neither is available, it prints step-by-step instructions.
Git Bash comes bundled with Git for Windows — most developers already have it.
Author
Built by Agrici Daniel - AI Workflow Architect.
- Blog - Deep dives on AI marketing automation
- AI Marketing Hub - Free community, 2,800+ members
- YouTube - Tutorials and demos
- All open-source tools
Aehnliche Skills
last30days skill
AI agent skill that researches any topic across Reddit, X, YouTube, HN, Polymarket, and the web - then synthesizes a grounded summary
context mode
Context window optimization for AI coding agents. Sandboxes tool output, 98% reduction. 12 platforms
claude seo
Universal SEO skill for Claude Code. 19 sub-skills, 12 subagents, 3 extensions (DataForSEO, Firecrawl, Banana). Technical SEO, E-E-A-T, schema, GEO/AEO, backlinks, local SEO, maps intelligence, Google APIs, and PDF/Excel reporting.
pinme
Deploy Your Frontend in a Single Command. Claude Code Skills supported.
claude ads
Comprehensive paid advertising audit & optimization skill for Claude Code. 250+ checks across Google, Meta, YouTube, LinkedIn, TikTok, Microsoft & Apple Ads with weighted scoring, parallel agents, industry templates, and AI creative generation.
claude code
Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.