seo-client-setup

seo-client-setup is a skill for Claude Code from IamRamgarhia/All-In-One-Free-SEO-Tool. It costs 34 tokens per session (852 once invoked), scanned A, original, MIT.

A setup workflow that records what a business sells and who it serves, based on information checked with a person. It stores this background for later search-engine work.

In plain words
What is it for?
It helps collect and confirm client details, review existing research and connected tools, and save the agreed business description for future SEO tasks.
Why use it?
Without verified business context, keyword and page suggestions can describe the wrong company or even a different industry. This prevents later work from relying on guesses.

Skill for Claude Code

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

Part of the seo-tool plugin — 4 skills shipped together

Good fit It helps collect and confirm client details, review existing research and connected tools, and save the agreed business description for future SEO tasks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/iamramgarhia/all-in-one-free-seo-tool/seo-client-setup
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 IamRamgarhia/All-In-One-Free-SEO-Tool --skill seo-client-setup
Clone the repo
git clone --depth 1 https://github.com/IamRamgarhia/All-In-One-Free-SEO-Tool

Made for: Claude Code.

Or install seo-tool, the plugin that ships this one along with the rest of its 4 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-client-setup

README.md
[![agentmods](https://agentmods.dev/badge/skills/iamramgarhia/all-in-one-free-seo-tool/seo-client-setup/github.svg)](https://agentmods.dev/skills/iamramgarhia/all-in-one-free-seo-tool/seo-client-setup)
Your own site
<a href="https://agentmods.dev/skills/iamramgarhia/all-in-one-free-seo-tool/seo-client-setup"><img src="https://agentmods.dev/badge/skills/iamramgarhia/all-in-one-free-seo-tool/seo-client-setup/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-client-setup

Your own site · 80×15
<a href="https://agentmods.dev/skills/iamramgarhia/all-in-one-free-seo-tool/seo-client-setup"><img src="https://agentmods.dev/badge/skills/iamramgarhia/all-in-one-free-seo-tool/seo-client-setup.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 34 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 852 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.00034 $0.00852
Opus 5.5 $0.00014 $0.00341
Sonnet 5 $0.00007 $0.00170
Haiku 4.5 $0.00003 $0.00085

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

Security

Grade A, and why

seo-client-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 3d 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.

plugins/seo-tool/skills/seo-client-setup/SKILL.md · 83 lines

How it starts

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

Set up what we know about a client

Goal

Find out what this business sells and who it sells to, confirm it with the user, and write it down. Ten minutes here removes a whole class of wrong answer from everything that follows.

Why this exists

Three parts of the tool used to work this out independently and disagree. The niche dropdown said "local". The site said manufacturer. The title drafter, seeing a title tag that read "Home Page" and nothing else, proposed a headline for a mobile game that shared two words with the company name. The model was not malfunctioning: nobody had told it anything, and a model with no facts and a required output produces plausible ones.

Tools

  • list_clients — ids. Everything else takes one.
  • get_client_knowledge — what is already known, and who said it.
  • update_client_knowledge — write what you confirm.
  • log_client_research — note what you looked into.
  • get_client_overview — whether there is an audit, Search Console, a CMS.

Workflow

  1. get_client_knowledge first, always. If confirmedByAPerson is already filled in, this has been done — read it, check it still matches the site, and stop unless something is wrong.

  2. Read readFromTheSite. The tool reads the client's navigation, page titles, headings and Product schema during keyword discovery, and products is what it found with a confidence on each. 45 and above means more than one part of the site agreed; below that it appeared once, in one place. Treat the low-confidence ones as leads, not facts.

  3. If readFromTheSite is null, nothing has read the site yet. Fetch the homepage and two or three pages the navigation points at, yourself.

  4. Work out three things and confirm each with the user before writing it:

    • What the business sells. Name the actual products or services in the words the site uses for them, not a category.
    • Who it sells to. Trade or retail is the one that changes the most downstream. A manufacturer's buyers do not search "near me"; a bakery's customers do.
    • Which pages matter. Usually the homepage and the top two or three commercial pages.

Read the full file on GitHub · 83 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. 3d ago First seen · 83 lines · 34 tokens per session scan A dd05dd14739b

Subscribe to this mod's changes

seo-client-setup is a skill published in the GitHub repository IamRamgarhia/All-In-One-Free-SEO-Tool (41 stars, last pushed 2d ago), licensed MIT. It adds 34 tokens to every session and 852 once invoked, about $0.0001 per session on Opus 5.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-09-24.

Related

Other skills, from other repositories

seo-maps

Maps intelligence for local SEO: geo-grid rank tracking, GBP profile auditing via API, review intelligence across Google/Tripadvisor/Trustpilot, cross-platform NAP verification, competitor radius mapping, and LocalBusiness schema generation. Three tiers: free (Overpass + Geoapify), DataForSEO, and DataForSEO + Google.…

AgriciDaniel/claude-seo · 104 tokens

seo-competitor-pages

Generate SEO-optimized competitor comparison and alternatives pages. Covers "X vs Y" layouts, "alternatives to X" pages, feature matrices, schema markup, and conversion optimization. Use when user says "comparison page", "vs page", "alternatives page", "competitor comparison", "X vs Y", "versus", "compare…

AgriciDaniel/claude-seo · 82 tokens

seo-local

Audit local SEO, including Google Business Profile, NAP consistency, citations, reviews, local schema, location pages, and multi-location structure.

AgriciDaniel/claude-seo · 31 tokens

seo-plan

Strategic SEO planning for new or existing websites. Industry-specific templates, competitive analysis, content strategy, and implementation roadmap. Use when user says "SEO plan", "SEO strategy", "SEO planning", "content strategy", "keyword strategy", "content calendar", "site architecture", or "SEO roadmap".

AgriciDaniel/claude-seo · 64 tokens

seo-profound

Profound LLM citation tracker (extension). Time-series brand citation rates across ChatGPT, Perplexity, and other LLMs. Pairs with seo-seranking for triangulated AI visibility coverage.

AgriciDaniel/claude-seo · 45 tokens

ai-seo

AI SEO Skill workflow skill. Use this skill when the user needs When the user wants to build programmatic SEO with AI, create competitor alternative pages, optimize for AI Overviews, or scale content production. Also use when the user mentions 'SEO,' 'programmatic SEO,' 'AI content,' 'competitor alternative pages,'…

diegosouzapw/awesome-omni-skills · 147 tokens