seo-content-marketing-commands

Automates keyword research, content audits, technical SEO diagnostics, and competitor gap analysis.

10|1|Updated May 16, 2026
One-click install
npx skills add https://github.com/reason-machines/marketing-skills --skill seo-content-marketing-commands-reason-machines
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: seo-content-marketing-commands
Source: https://github.com/reason-machines/marketing-skills/tree/main/skills/seo-content-marketing-commands
Command: npx skills add https://github.com/reason-machines/marketing-skills --skill seo-content-marketing-commands-reason-machines

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Running SEO and content marketing work manually requires juggling multiple tools for keyword research, site audits, rank tracking, and competitor analysis, with no consistent workflow tying them together. ## Core Features & Use Cases - Keyword Research & Content Briefs: Cluster keywords with opportunity scoring, SERP intent mapping, and generate content briefs with outlines, NLP terms, and word count targets. - Technical & Content Audits: Diagnose Core Web Vitals, schema markup, crawlability, duplicate content, and keyword cannibalization across a site. - Multi-Step Workflows: Run orchestrated pipelines such as a 12-step full SEO sprint, pre-launch SEO checklist, content refresh, authority building, and an AI keyword-to-publish content pipeline. - Use Case: A marketing team preparing a site launch runs the launch SEO workflow to validate canonicals, redirects, sitemaps, and hreflang before going live, then schedules weekly SERP monitoring. ## Quick Start Ask the agent to run a full technical SEO audit on your domain and export the findings as a markdown report.

Frequently Asked Questions about seo-content-marketing-commands

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a technical SEO audit on my website?▼

Run the /technical-seo command with your domain scope to check crawlability, Core Web Vitals, schema markup, canonicals, and mobile-friendliness. Use --focus cwv to isolate Core Web Vitals or --output json to export structured results.

How to find competitor keyword gaps for content planning?▼

Use /competitor-gap with your domain and a list of competitor domains to surface keywords they rank for that you do not, plus backlink gaps and featured snippet opportunities. Add --suggest-content to get content recommendations with estimated traffic.

What API keys are required for keyword research commands?▼

Keyword research uses Ahrefs, SEMrush, or SerpApi credentials set via environment variables like SEO_AHREFS_API_KEY and SEO_SERPAPI_KEY. Google Search Console and Analytics credentials are needed for traffic-based audits.

Can the AI content pipeline publish directly to WordPress?▼

Yes, the ai-content-pipeline workflow can publish to WordPress when WP_API_URL and WP_API_TOKEN are configured and --auto-publish is enabled. A --review-mode flag lets you approve drafts manually before publication.

How do I handle rate limits when auditing large sites?▼

Adjust per-API rate limits in the config file, enable caching with --use-cache, and process large sites in batches using --batch-size or --incremental with a checkpoint file. Sampling with --sample-size works for initial audits of sites over 10,000 pages.