From seo-tools
Connects to Google Search Console to fetch performance data, inspect URLs, and manage sitemaps.
How this skill is triggered — by the user, by Claude, or both
Slash command
/seo-tools:google-search-consoleThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill empowers AI agents to interact directly with the Hair Solutions Co. Google Search Console data via a dedicated Python CLI tool.
This skill empowers AI agents to interact directly with the Hair Solutions Co. Google Search Console data via a dedicated Python CLI tool.
To use this skill, the host environment must have:
google-api-python-client and google-auth packages installed.gcloud auth application-default login --scopes="https://www.googleapis.com/auth/cloud-platform,https://www.googleapis.com/auth/webmasters.readonly".You will use the run_command tool to execute gsc_tool.py located in the plugins/seo-tools/commands/ directory.
Run this to confirm the exact string to use for the --site argument in other commands.
./plugins/seo-tools/commands/gsc_tool.py list-sites
Fetches clicks, impressions, CTR, and average position.
./plugins/seo-tools/commands/gsc_tool.py performance --site "sc-domain:hairsolutions.co" --start "2024-01-01" --end "2024-01-31" --dimensions "query,page"
Note: Available dimensions are date, query, page, country, device.
Checks the indexing status, canonicalization, and mobile-usability of a specific URL.
./plugins/seo-tools/commands/gsc_tool.py inspect --site "sc-domain:hairsolutions.co" --url "https://hairsolutions.co/products/example"
Lists submitted sitemaps and their processing status (e.g., warnings or errors).
./plugins/seo-tools/commands/gsc_tool.py sitemaps --site "sc-domain:hairsolutions.co"
list-sites output.Creates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.
npx claudepluginhub vincent-laroche/hairsolutionsco-ai-toolkit --plugin seo-tools