seo-pipeline-llm

seo-pipeline-llm is a skill for Claude Code from attaxr/attaxr-seo-pipeline. It costs 33 tokens per session (633 once invoked), scanned A, original, MIT.

A four-stage SEO content workflow: finding search terms, collecting competitor articles, analysing them, and writing new content. SEO means improving content so it can be found in search engines.

In plain words
What is it for?
Use it to research keywords, gather competing pages, find content gaps and distinct topics, and create structured articles for each keyword group.
Why use it?
It brings research and writing into one repeatable process and saves the results as local files instead of requiring a content-management system.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the seo-pipeline plugin — 2 skills shipped together

Good fit Use it to research keywords, gather competing pages, find content gaps and distinct topics, and create structured articles for each keyword group.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/attaxr/attaxr-seo-pipeline/seo-pipeline-llm
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add attaxr/attaxr-seo-pipeline --skill seo-pipeline-llm
Clone the repo
git clone --depth 1 https://github.com/attaxr/attaxr-seo-pipeline

Made for: Claude Code.

Or install seo-pipeline, the plugin that ships this one along with the rest of its 2 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for seo-pipeline-llm

README.md
[![agentmods](https://agentmods.dev/badge/skills/attaxr/attaxr-seo-pipeline/seo-pipeline-llm/github.svg)](https://agentmods.dev/skills/attaxr/attaxr-seo-pipeline/seo-pipeline-llm)
Your own site
<a href="https://agentmods.dev/skills/attaxr/attaxr-seo-pipeline/seo-pipeline-llm"><img src="https://agentmods.dev/badge/skills/attaxr/attaxr-seo-pipeline/seo-pipeline-llm/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for seo-pipeline-llm

Your own site · 80×15
<a href="https://agentmods.dev/skills/attaxr/attaxr-seo-pipeline/seo-pipeline-llm"><img src="https://agentmods.dev/badge/skills/attaxr/attaxr-seo-pipeline/seo-pipeline-llm.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 633 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00033 $0.00633
Opus 5 $0.00016 $0.00316
Sonnet 5 $0.00007 $0.00127
Haiku 4.5 $0.00003 $0.00063

Measured 12d ago against content hash f6b648817ecb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

seo-pipeline-llm scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/seo-pipeline-llm/SKILL.md · 91 lines

How it starts

The opening of the file, as written. The whole thing — 91 lines — stays where its author put it; the contents beside it link to each section on GitHub.

SEO Content Pipeline (LLM)

How to Run

  1. Say it"run the SEO pipeline for [keyword]"
  2. Schedule it — as a recurring cron job
  3. Script itpython -m seo_pipeline for the scraping portion

Skills to Load

  • browser-use — for web research and article scraping
  • Research priority: browser-use MCP → browser-use CLI → web_search API

Configuration

export SEO_PIPELINE_DIR=./pipeline_data

Stage 1 — Keyword Research

Search for domain-relevant keywords. Capture phrase, volume, relevance, intent, cluster. Save to keywords.json.

Stage 2 — Content Collection

For each keyword: search SERP, extract competitor articles. Save to articles/.

Fallback

If browser tools unavailable: python -m seo_pipeline --from-json keywords.json DuckDuckGo search is used for URL discovery only — set BROWSER_USE_API_KEY for full article extraction.

If zero articles extracted

Stop. Do not proceed.

Stage 3 — SEO Analysis

Analyze each article for keyword usage, gaps, depth, readability, structure, improvements.

Critical: Identify the unique angle none of the competitors cover.

Stage 4 — Content Creation

Per cluster: 1,500+ words, unique angle, H2/H3 hierarchy, lists, case studies, CTA, image suggestions, humanization pass. Save to drafts/.

Post-Creation — Humanization

Read the draft, strip AI-isms, adjust tone, vary rhythm. Sound like an expert explaining to a colleague.

Output

pipeline_data/
├── articles/       # Scraped competitor content
├── analysis/       # SEO metadata
└── drafts/         # Generated articles

Quality Checklist

  • All 4 stages completed
  • Each article ≥ 1,500 words
  • Unique angle vs top 3 competitors
  • SEO metadata complete
  • ≥ 2 image suggestions per article
  • Humanization pass applied
  • Run report written

Error Handling

  • Fail-stop pipeline: set -euo pipefail in shell scripts
  • Empty keywords: broaden search, try once, then report
  • All scrapers fail: Stop

Read the full file on GitHub · 91 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 91 lines · 33 tokens per session scan A f6b648817ecb

Subscribe to this mod's changes

seo-pipeline-llm is a skill published in the GitHub repository attaxr/attaxr-seo-pipeline (2 stars, last pushed 2mo ago), licensed MIT. It adds 33 tokens to every session and 633 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

marketing-seo

SEO keyword research, content planning, and competitor analysis with anti-hallucination gates.

itsbariscan/claude-code-marketing · 21 tokens

blog

Full-lifecycle blog engine with 31 sub-skills, 12 content templates, 5-category 100-point scoring, and 5 specialized agents. Routes user requests to the right sub-skill: writing, rewriting, analysis, outlines, audits, schema, charts, images, repurposing, AI citation SEO, FLOW framework prompts, topic-cluster…

AgriciDaniel/claude-blog · 202 tokens

blog-cluster

Semantic topic cluster planning and automated execution engine for claude-blog. Performs SERP-based keyword research, groups keywords by search intent and SERP overlap, builds a hub-and-spoke cluster architecture, generates an interactive SVG cluster map, and executes the full cluster by orchestrating blog-write calls…

AgriciDaniel/claude-blog · 135 tokens

blog-rewrite

Rewrite and optimize existing blog posts for Google SEO (May 2026 Core Update, March 2026 core/spam context, June 2026 spam context, E-E-A-T) and AI citation visibility as one SEO discipline. Full rewrite for both Google rankings AND AI citations. For AI-citation-only audit (no Google work), use blog-geo instead.…

AgriciDaniel/claude-blog · 176 tokens

blog-write

Write new blog articles from scratch optimized for Google rankings and AI citations. Generates full articles with template selection, answer-first formatting, Key Takeaways summary box, information gain markers, citation capsules, sourced statistics, Pixabay/Unsplash images, built-in SVG chart generation, optional FAQ…

AgriciDaniel/claude-blog · 109 tokens

blog-analyze

Audit and score blog posts on a 5-category 100-point scoring system covering content quality, SEO optimization, E-E-A-T signals, technical elements, and AI citation readiness. Includes AI content detection (burstiness, phrase flagging, vocabulary diversity). Supports export formats (markdown, JSON, table) and batch…

AgriciDaniel/claude-blog · 137 tokens