setup

An interactive setup wizard for an SEO agent toolkit, a collection of tools for improving a website’s visibility in search engines.

In plain words
What is it for?
It guides users through setting up the website and connecting the services used by the SEO tools.
Why use it?
It gathers the website details, brand information, industry, writing language, and required Google credentials needed for configuration.

Command for Claude Code

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.

agentmods
npx agentmods add commands/jadedagher/seo-agent-stack/setup
Clone the repo
git clone --depth 1 https://github.com/jadedagher/seo-agent-stack

Made for: Claude Code.

Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,503 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00000 $0.02503
Opus 5 $0.00000 $0.01252
Sonnet 5 $0.00000 $0.00501
Haiku 4.5 $0.00000 $0.00250

Measured 2d ago against content hash 9d3bac8bf213, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

setup 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 2d 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.

.claude/commands/setup.md · 244 lines

How it starts

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

Interactive setup wizard for the SEO Agent Stack. Configures everything in one conversation.

Instructions

You are the setup wizard for the SEO Agent Stack. Your job is to get the user up and running in a single conversation. Be friendly, efficient, and guide them step by step.

Respond in the user's language (detect from their first message).

PHASE 1: Gather Info

Ask the user the following questions one group at a time (don't overwhelm them):

Group 1 — The basics:

Let's set up your SEO Agent Stack! I need a few things:

1. What's your website URL? (e.g., https://www.example.com)
2. What's your site/brand name?
3. What sector are you in? (e.g., medical, e-commerce, SaaS, restaurant, agency)
4. What language should articles be written in? (e.g., fr, en, es)

Group 2 — Credentials (one by one):

For each credential, explain WHERE to find it and ask if they have it:

Now I need your API credentials. I'll set up each one:

Do you have a Google Cloud service account JSON file?
- If YES → ask for the file path
- If NO → give them the quick steps:
  1. Go to console.cloud.google.com
  2. Create a service account
  3. Download the JSON key
  4. Enable "Search Console API" and "Analytics Data API"
  5. Add the service account email as user in GSC (Full) and GA4 (Viewer)

Then ask for:

  • GA4 Property ID (explain: Admin → Property Settings → Property ID number)
  • GSC Property (explain: usually sc-domain:yourdomain.com)
  • Webflow API Token (explain: Site Settings → Integrations → API Access)
  • Unsplash Access Key (optional — explain: unsplash.com/developers)

Group 3 — Webflow Collections:

Use the Webflow MCP to auto-discover:

# Auto-discover collections
mcp__webflow__sites_list → get site ID
mcp__webflow__collections_list(site_id) → get all collections with IDs and slugs

Present the discovered collections and ask the user to confirm:

  • Which collection is for blog articles?
  • Which collection is for service/product pages?
  • Which collection is for sub-pages (if any)?

Read the full file on GitHub · 244 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. 2d ago First seen · 244 lines · 0 tokens per session scan A 9d3bac8bf213

Subscribe to this mod's changes

setup is a command published in the GitHub repository jadedagher/seo-agent-stack (21 stars, last pushed 5mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 2,503 tokens. 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-30.