seo-pipeline-bash

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

A command-line pipeline for finding search results and turning selected web content into draft SEO articles. SEO, or search engine optimization, is the practice of making content easier for search engines to find.

In plain words
What is it for?
Use it to collect content for keywords, review the gathered material, and save article drafts as Markdown files.
Why use it?
It combines search, content collection, and draft creation into a repeatable process instead of requiring each stage to be done manually.

Skill for Claude Code

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

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is python scripts/setup.py # interactive (installs browser-use-sdk, sets .env, redacted key input).

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

Good fit Use it to collect content for keywords, review the gathered material, and save article drafts as Markdown files.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/attaxr/attaxr-seo-pipeline
agentmods
npx agentmods add skills/attaxr/attaxr-seo-pipeline/seo-pipeline-bash

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-bash

README.md
[![agentmods](https://agentmods.dev/badge/skills/attaxr/attaxr-seo-pipeline/seo-pipeline-bash/github.svg)](https://agentmods.dev/skills/attaxr/attaxr-seo-pipeline/seo-pipeline-bash)
Your own site
<a href="https://agentmods.dev/skills/attaxr/attaxr-seo-pipeline/seo-pipeline-bash"><img src="https://agentmods.dev/badge/skills/attaxr/attaxr-seo-pipeline/seo-pipeline-bash/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-bash

Your own site · 80×15
<a href="https://agentmods.dev/skills/attaxr/attaxr-seo-pipeline/seo-pipeline-bash"><img src="https://agentmods.dev/badge/skills/attaxr/attaxr-seo-pipeline/seo-pipeline-bash.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 264 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.00032 $0.00264
Opus 5 $0.00016 $0.00132
Sonnet 5 $0.00006 $0.00053
Haiku 4.5 $0.00003 $0.00026

Measured 12d ago against content hash 652f3c316e2f, 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-bash 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-bash/SKILL.md · 40 lines

What it actually says

SEO Pipeline (bash)

Runs a 3-stage pipeline:

  1. Scrapepython -m seo_pipeline --from-json keywords.json
    • Browser Use SDK primary (AI-driven article extraction)
    • DuckDuckGo search fallback (URL discovery only)
  2. Analyze — review scraped content manually or via agent
  3. Create — write article draft to pipeline_data/drafts/

Setup

python scripts/setup.py              # interactive (installs browser-use-sdk, sets .env, redacted key input)
# or:
export BROWSER_USE_API_KEY=bu_...

Run

python -m seo_pipeline --from-json keywords.json
python -m seo_pipeline "your search keyword"
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 · 40 lines · 32 tokens per session scan A 652f3c316e2f

Subscribe to this mod's changes

seo-pipeline-bash is a skill published in the GitHub repository attaxr/attaxr-seo-pipeline (2 stars, last pushed 2mo ago), licensed MIT. It adds 32 tokens to every session and 264 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

cf-brief

Generate a research-backed content brief from a keyword or topic — keyword data with volume and difficulty, top-5 competitor and E-E-A-T analysis, search-intent classification, audience pain points, a section-by-section outline with word counts and citation targets, plus SEO and AEO/GEO strategy (AI Overview status…

indranilbanerjee/contentforge · 169 tokens

cf-style-guide

Import a brand voice profile from an existing style guide — a .docx/.pdf document, a URL, or manual input — extracting tone, formality, personality, approved/banned terminology, compliance guardrails, and author profiles into a structured brand-profile JSON at /.claude-marketing/{brand-slug}/Brand-Guidelines/, then…

indranilbanerjee/contentforge · 178 tokens

cf-publish

Execute CMS publishing: push a finished, reviewed piece (Phase 8 complete, quality score >=7.0) to Webflow or WordPress via MCP connectors as draft, scheduled, or live — always showing a full publish preview and waiting for your explicit yes/no/edit confirmation before anything is pushed. Runs the EU AI Act Article 50…

indranilbanerjee/contentforge · 168 tokens

cf-template

Create and manage custom content-type templates beyond the 8 built-ins (article, blog, whitepaper, faq, research-paper, video-script, case-study, newsletter) — defining section structure, word-count allocations, readability targets, citation minimums, and quality standards, then validating the template against every…

indranilbanerjee/contentforge · 160 tokens

cf-variants

Generate 3-10 scored A/B test variations of a single content element — headline, hook, CTA, intro, or conclusion — each rated across 6 quality dimensions and ranked by your optimization goal (clicks, engagement, conversions, or readability), with top-3 recommendations and A/B test setup guidance (sample size…

indranilbanerjee/contentforge · 162 tokens

cf-video-script

Produce a production-ready video script for YouTube, YouTube Shorts, TikTok, Instagram Reels, or explainers — timestamps, scene dialogue, B-roll shot list, on-screen text, and music notes. Every script passes the Phase 3.5 claim-verification gate (contentforge:fact-checker checks each statistic in narration and…

indranilbanerjee/contentforge · 204 tokens