seo-autopilot

Convert keyword research reports into deployed SEO pages with automated audits.

261|119|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/kennyzir/7deer_skills --skill seo-autopilot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: seo-autopilot
Source: https://github.com/kennyzir/7deer_skills/tree/main/seo-autopilot
Command: npx skills add https://github.com/kennyzir/7deer_skills --skill seo-autopilot

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automates turning keyword research reports into deployed SEO pages (landing pages and blog posts) with automated SEO audits and push updates to production.

Core Features & Use Cases

  • Automatic parsing of keyword reports pushed to the repository and deduplication against existing pages.
  • Generation of landing pages and blog posts in the project's framework (Next.js / Astro / Nuxt).
  • SEO auditing, including metadata, JSON-LD, internal links, and deployment via git.

Quick Start

Clone this skill into your .agent/skills directory and place a new keyword report in the configured report directory to trigger the workflow.

Frequently Asked Questions about seo-autopilot

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

FAQPage Schema
How do I automate generating landing pages from keyword research reports?

To automate generating landing pages from keyword research reports, you can trigger a workflow that parses incoming keyword data, deduplicates against existing pages, and automatically deploys the generated content via git pushes.

Can I automatically publish SEO blog posts to Next.js or Astro?

Yes, you can automatically publish SEO blog posts to Next.js, Astro, or Nuxt by placing a new keyword report in the configured directory to trigger the generation and deployment workflow.

What is the best way to run an automated SEO audit before deploying new pages?

Running an automated SEO audit before deployment is handled automatically during the generation workflow, which checks metadata, JSON-LD, and internal links before pushing the updated pages to production.

Does the automated SEO page generation workflow support git integration?

Yes, automated SEO page generation relies on a git autofetch and pull workflow, using a fileCreated hook and a processed.json file to manage state and push updates directly to production.

How do I prevent duplicate content when generating SEO pages from keyword reports?

To prevent duplicate content when generating SEO pages, the workflow automatically parses incoming keyword reports and deduplicates the new keywords against your existing deployed pages.

Do I need a specific file structure to trigger the automated SEO page workflow?

Yes, you need a steering file and a processed.json file to manage state, alongside placing new keyword reports in a specific configured directory to properly trigger the fileCreated hook.