gsc-seo-autopilot

Automated weekly SEO pipeline -- GSC monitoring, keyword expansion, blog content creation for any website. Use for SEO analysis, content briefs, quick wins, weekly reports. Arguments: auto, init, weekly, quick-wins, brief, publish.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "gsc-seo-autopilot" with this command: npx skills add dqhieu/gsc-seo-autopilot/dqhieu-gsc-seo-autopilot-gsc-seo-autopilot

GSC SEO Autopilot

Automated SEO pipeline: GSC monitoring, keyword expansion, quick wins, and blog content creation. Works with any website.

Arguments

Route based on the first argument provided by the user:

ArgumentReference FileDescription
autoreferences/cmd-auto.mdFull pipeline: GSC analysis + keyword expansion + blog creation
initreferences/cmd-init.mdInteractive config setup wizard
weeklyreferences/cmd-weekly.mdGSC performance report
quick-winsreferences/cmd-quick-wins.mdFind low-hanging SEO opportunities
brief <keyword>references/cmd-brief.mdGenerate content brief for a keyword
publish <keyword>references/cmd-publish.mdWrite a single blog post for a keyword

Default (no argument): Run auto pipeline.

Procedure: Read the matching reference file and follow its instructions.

Config Loading

Every command MUST start by reading seo-config.yaml from this skill's directory:

~/.claude/skills/gsc-seo-autopilot/seo-config.yaml

If missing, inform user and suggest running /gsc-seo-autopilot init.

Keywords Everywhere API

Use inline Node.js scripts. Read API key env var name and regional settings from config:

const key = process.env[CONFIG.keywords_everywhere_api_key_env];
if (!key) { console.log('SKIP: API key not set'); process.exit(0); }

Endpoints

  1. /v1/get_related_keywords -- Expand seed keyword into related keywords
  2. /v1/get_keyword_data -- Get volume/CPC/competition for keyword batch

Substitute ke_country, ke_currency, ke_data_source, ke_related_limit from config.

Blog Writing

Follow references/blog-writing-guide.md. Do NOT delegate to external skills.

Setup

  1. GSC MCP Server in ~/.claude/mcp.json (see README)
  2. seo-config.yaml in skill directory (run /gsc-seo-autopilot init or copy seo-config.example.yaml)
  3. Keywords Everywhere API key (optional) as env var

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

learn-anything-in-one-hour

Teach users any new skill/knowledge X in ~1 hour using a fixed 4-step workflow optimized for complete beginners, focusing on 80/20 rule for maximum value in minimum time. Triggers when user asks to learn something new quickly, or mentions "learn X in one hour".

Archived SourceRecently Updated
Research

X/Twitter Research

# X/Twitter Research Skill

Archived SourceRecently Updated
Research

council

Convene the Council of High Intelligence — multi-persona deliberation with historical thinkers for deeper analysis of complex problems.

Archived SourceRecently Updated
Research

polymarket-openclaw-trader

Reusable Polymarket + OpenClaw trading operations skill for any workspace. Use when the user needs to set up, run, tune, monitor, and deploy an automated Polymarket trading project (paper/live), including env configuration, risk controls, reporting, and dashboard operations.

Archived SourceRecently Updated