configurar-serpapi

Configure and validate a SerpApi API key for live Google SERP data.

Updated Jun 3, 2026
One-click install
npx skills add https://github.com/Arianna-Lupi/SEO-Skills --skill configurar-serpapi-arianna-lupi
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: configurar-serpapi
Source: https://github.com/Arianna-Lupi/SEO-Skills/tree/main/skills/configurar-serpapi
Command: npx skills add https://github.com/Arianna-Lupi/SEO-Skills --skill configurar-serpapi-arianna-lupi

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve? SEO skills that need live Google data (SERP results, People Also Ask, autocomplete, AI Overview) fail or fall back to manual mode when no SerpApi key is configured. This Skill guides the user through creating a free SerpApi account, securely storing the API key once, and validating it so every SEO skill uses it automatically in all future sessions. ## Core Features & Use Cases - Guided account setup: Walks the user through creating a free SerpApi account (100 searches/month, no credit card) and retrieving the API key. - Secure key storage: Saves the key to ~/.claude/seo-skills.env with 600 permissions, masks it in output, and preserves other variables in the file. - Key validation: Tests the key against the SerpApi account endpoint without consuming search credits, reporting validity and remaining searches. - Use Case: A user runs a keyword research skill and gets a "Falta SERPAPI_API_KEY" error. This Skill helps them sign up, paste their key, validate it, and immediately rerun the research with live SERP data. ## Quick Start Ask the assistant to configure your SerpApi key so the SEO skills can pull live Google search data.

Frequently Asked Questions about configurar-serpapi

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

FAQPage Schema
How do I configure a SerpApi API key for SEO skills?▼

Create a free account at serpapi.com, copy your key from the manage-api-key page, and paste it when prompted. The skill saves it to ~/.claude/seo-skills.env and validates it, after which all SEO skills use it automatically.

Is SerpApi free to use for SERP data?▼

SerpApi offers a free plan with 100 searches per month and no credit card required. This is enough to start using live SERP, People Also Ask, and autocomplete data in the SEO skills.

Where is the SerpApi API key stored and is it secure?▼

The key is stored locally in ~/.claude/seo-skills.env with 600 permissions, readable only by your user. It is never uploaded to a repository, is masked in output, and can be regenerated in your SerpApi dashboard at any time.

Why does my SEO skill say SERPAPI_API_KEY is missing?▼

The scripts that fetch live SERP data read SERPAPI_API_KEY from ~/.claude/seo-skills.env. If that variable is absent, they fall back to manual mode; running this configuration skill once resolves it for all future sessions.

Does validating the SerpApi key consume search credits?▼

No. Validation calls the SerpApi account endpoint, which reports key validity and remaining plan searches without consuming any search credits.