Agent skill · Content & Marketing

seo-traffic-analyzer

Analyze a website's SEO visibility, keyword rankings, traffic estimates, and competitive positioning. Uses web search probes, SimilarWeb (free tier via web), and site: queries to build an SEO profile without requiring paid tool subscriptions. Useful for competitive intel, gap analysis, and reverse-engineering a company's organic acquisition strategy.

gooseworks-aigithub.com/gooseworks-aiGitHub ↗
claude-codecodexcursorMIT
Install
npx skills add gooseworks-ai/goose-skills --skill seo-traffic-analyzer --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 8 KB
Bundled scripts: none
Path: skills/seo/capabilities/seo-traffic-analyzer/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,091
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# SEO & Traffic Analyzer Analyze a website's organic search visibility, estimate traffic, and map competitive positioning — all without paid SEO tool subscriptions. Uses web search probes, public data sources, and site: queries to build a comprehensive SEO profile. ## Quick Start ``` Analyze SEO and traffic for [domain]. Check rankings for [keywords]. Compare against [competitors]. ``` Example: ``` Analyze SEO and traffic for pump.co. Check rankings for: AWS cost optimization, cloud cost reduction, reduce AWS bill, FinOps tools, AWS savings plans automation. Compare against: vantage.sh, antimetal.com, prosperops.com, zesty.co, nops.io. ``` ## Inputs | Parameter | Required | Default | Description | |-----------|----------|---------|-------------| | target-domain | Yes | — | Domain to analyze (e.g., "pump.co") | | competitor-domains | No | none | Comma-separated competitor domains to compare | | target-keywords | No | auto-inferred | Keywords to check rankings for | | output-path | No | stdout | Where to save the analysis | ## Cost Free — uses only WebSearch and WebFetch (no paid SEO tool APIs). ## Process ### Phase 1: Site Indexation & Structure Assess the site's SEO footprint using

What's inside
Steps it walks through
  1. Quick Start
  2. Inputs
  3. Cost
  4. Process
  5. Phase 1: Site Indexation & Structure
  6. Phase 2: Keyword Ranking Probes
  7. Phase 3: Traffic Estimation
  8. Phase 4: Backlink & Authority Signals
  9. Phase 5: Competitive Comparison
  10. Phase 6: Content Gap Analysis
  11. Phase 7: Output
  12. Tips
  13. Limitations
  14. AI Agent Integration
Ships with 1 file
  • skill.meta.json
More from goose-skills
All skills →
About this skill
What does the seo-traffic-analyzer skill do?

Analyze a website's SEO visibility, keyword rankings, traffic estimates, and competitive positioning. Uses web search probes, SimilarWeb (free tier via web), and site: queries to build an SEO profile without requiring paid tool subscriptions. Useful for competitive intel, gap analysis, and reverse-engineering a company's organic acquisition strategy.

How do I install it?

Run `npx skills add gooseworks-ai/goose-skills --skill seo-traffic-analyzer --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From gooseworks-ai/goose-skills, a repository with 1,091 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going