geo-article-pipeline

Generate GEO-optimized articles from keywords via a 7-step pipeline.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/anxun-agent/seov2 --skill geo-article-pipeline
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: geo-article-pipeline
Source: https://github.com/anxun-agent/seov2/tree/main/geo-article-pipeline
Command: npx skills add https://github.com/anxun-agent/seov2 --skill geo-article-pipeline

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the complexity and manual labor associated with creating GEO-optimized articles by automating the entire process with a 7-step pipeline.

Core Features & Use Cases

  • Keyword-to-Article Automation: Converts keyword lists into GEO-optimized articles through a structured process.
  • Pipeline Steps: Handles tasks such as topic generation, product search, article creation, and quality auditing.
  • Use Case: Ideal for users looking to generate a batch of GEO-optimized articles based on provided keywords without manual intervention.

Quick Start

Run the GEO article pipeline using the 'keyword-fetcher' skill with an ODPS SQL query:

SELECT final_keywords, language, search_volume, keyword_difficulty
FROM ae_usergrowth.ae_seo_keywords_pool_wcp_finally
WHERE ds = '20260324' AND source_type = 'semrush'
  AND (informational = 1 OR commercial = 1)
  AND search_volume > 100 AND keyword_difficulty < 40
LIMIT 20

Frequently Asked Questions about geo-article-pipeline

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

FAQPage Schema
How do I automate GEO-optimized article generation from keyword lists?

Automate GEO-optimized article generation by processing keyword inputs through a 7-step pipeline that handles topic generation, product search, content creation, and quality auditing without manual intervention.

How does the article generation pipeline handle ODPS SQL and CSV inputs?

The article generation pipeline ingests ODPS SQL queries and CSV files to fetch keywords, automatically extracting parameters like language and search volume to drive the subsequent topic and content creation steps.

Can I batch generate SEO content using direct keyword lists?

Yes, you can batch generate SEO content by providing direct keyword lists, which the pipeline automatically converts into structured, GEO-optimized articles through its automated execution and reporting stages.

What is the process for ensuring quality in automated SEO content generation?

Automated SEO content generation ensures quality through a dedicated auditing step within the 7-step pipeline, systematically evaluating the produced articles after topic generation and content creation are complete.

Does the GEO article pipeline support filtering keywords by search volume and difficulty?

Yes, the GEO article pipeline supports filtering keywords by search volume and difficulty, allowing you to query specific thresholds via ODPS SQL to target high-volume, low-difficulty terms for content generation.