connect-gsc

Automates OAuth-based Google Search Console connection using Service Accounts and JSON keys.

39|7|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/Senuto/nodeshub-seo-skills --skill connect-gsc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: connect-gsc
Source: https://github.com/Senuto/nodeshub-seo-skills/tree/main/.claude/skills/connect-gsc
Command: npx skills add https://github.com/Senuto/nodeshub-seo-skills --skill connect-gsc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires googleapis, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the connection of Google Search Console (GSC) to a project, enabling users to fetch and utilize GSC data without manual setup.

Core Features & Use Cases

  • Automated GSC Connection: Connects Google Search Console to a project using OAuth and Service Accounts.
  • Data Retrieval: Fetches GSC data (queries, impressions, clicks) for analysis.
  • Use Case: For SEO professionals who need to quickly set up GSC integration without manual configuration.

Quick Start

/connect-gsc

Frequently Asked Questions about connect-gsc

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Google Search Console connection for SEO analysis?

Automate Google Search Console connection by using OAuth-based Service Accounts to handle key creation and GSC user addition, enabling real-time data retrieval for SEO analysis without manual setup.

Do I need a Service Account to connect Google Search Console to my project?

Yes, a Service Account is required to connect Google Search Console. The process involves creating a Service Account, downloading JSON keys, and adding them as authorized users in your GSC property.

What Node.js version is required for Google Search Console API integration?

Node.js 18 or higher is required for Google Search Console API integration, along with the googleapis npm package, to properly execute the OAuth-based connection scripts and fetch GSC data.

How does OAuth work with Google Search Console Service Accounts?

OAuth with Google Search Console Service Accounts works by generating JSON key credentials that are added as users in GSC, allowing automated scripts to authenticate and fetch queries, impressions, and clicks data.

Can I use the googleapis npm package to fetch Google Search Console data?

Yes, the googleapis npm package is used to fetch Google Search Console data by handling OAuth authentication and Service Account key integration, streamlining the retrieval of queries, impressions, and clicks for analysis.

What's the best way to set up Google Search Console integration without manual configuration?

The best way to set up Google Search Console integration without manual configuration is automating the OAuth connection via Service Accounts, which handles JSON key generation and GSC user permissions for immediate data access.