Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
netresearch avatar

Pagerangers Seo

  • 35 installs
  • 2 repo stars
  • Updated August 3, 2026
  • netresearch/pagerangers-skill

Helps with marketing & seo tasks.

About

pagerangers-seo is a Claude Code skill for marketing & seo. It helps solo builders move faster with AI-assisted coding.

  • pagerangers-seo
  • Marketing & SEO
  • AI-coding skill

Pagerangers Seo by the numbers

  • 35 all-time installs (skills.sh)
  • Ranked #1,384 of 1,879 Marketing & SEO skills by installs in the Skillselion catalog
  • Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/netresearch/pagerangers-skill --skill pagerangers-seo

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs35
repo stars2
Last updatedAugust 3, 2026
Repositorynetresearch/pagerangers-skill

What it does

Helps with marketing & seo tasks.

Files

SKILL.mdMarkdownGitHub ↗

PageRangers SEO

Query the PageRangers Monitoring API for SEO insights directly from your AI assistant.

Commands

CommandDescription
keyword <term>Analyze a keyword (SERP, volume, competition)
rankingsList current keyword rankings
kpisGet project KPIs (ranking index, top 10/100)
prospectsFind high-opportunity keywords

Quick Start

# 1. Create credentials file (see references/setup.md for details)
cat > ~/.env.pagerangers << 'EOF'
PAGERANGERS_API_TOKEN=your_api_key_here
PAGERANGERS_PROJECT_HASH=your_project_hash_here
EOF

# 2. Run commands (global flags like --json go BEFORE the subcommand)
python3 ${CLAUDE_SKILL_DIR}/scripts/pagerangers.py --json keyword "SEO Analyse" --top 5
python3 ${CLAUDE_SKILL_DIR}/scripts/pagerangers.py --json rankings --limit 10
python3 ${CLAUDE_SKILL_DIR}/scripts/pagerangers.py --json kpis
python3 ${CLAUDE_SKILL_DIR}/scripts/pagerangers.py --json prospects --limit 10

Usage Examples

Keyword Analysis

python3 ${CLAUDE_SKILL_DIR}/scripts/pagerangers.py --json keyword "online marketing" --top 10

Returns: keyword, search volume, competition (low/medium/high), top URLs, related keywords.

Project Rankings

python3 ${CLAUDE_SKILL_DIR}/scripts/pagerangers.py --json rankings --limit 20

Returns: keyword, position, ranking URL.

Project KPIs

python3 ${CLAUDE_SKILL_DIR}/scripts/pagerangers.py --json kpis

Returns: ranking index, top 10 count, top 100 count, average position.

Keyword Opportunities

python3 ${CLAUDE_SKILL_DIR}/scripts/pagerangers.py --json prospects --limit 10

Returns: keywords with best ranking potential.

References

TopicReference
API documentationreferences/pagerangers-api.md
Endpoint configurationreferences/pagerangers-api.json
Setup and credentialsreferences/setup.md
Error handlingreferences/error-handling.md
Module distinction (Monitoring vs Explorer)references/module-distinction.md
API costs and creditsreferences/api-costs.md
CLI implementation${CLAUDE_SKILL_DIR}/scripts/pagerangers.py

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.