AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Seo Data

skill-zocomputer-skills-seo-data · by zocomputer

SEO research via DataForSEO API. Keyword research, SERP analysis, backlink profiles, domain analytics, competitor analysis, and trend data. Pay-as-you-go, every command shows estimated cost. Use when you need SEO data for client projects or your own sites.

— No reviews yet
0 installs
40 views
0.0% view→install

Install

$ agentstack add skill-zocomputer-skills-seo-data

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • ✓ Prompt-injection patterns
  • ✓ Secret / credential exfiltration
  • ✓ Dangerous shell & filesystem operations
  • ✓ Untrusted network calls
  • ✓ Known-malicious package signatures

What it can access

  • ✓ Network access No
  • ✓ Filesystem access No
  • ✓ Shell / process execution No
  • ✓ Environment & secrets No
  • ✓ Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-zocomputer-skills-seo-data)

Reliability & compatibility

✓ Security review passed
0 installs to date
— no reviews yet
○ 4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Seo Data? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

CLI

python3 /home/workspace/Skills/seo-data/scripts/seo.py  [options]

Auth

Requires DATAFORSEO_USERNAME and DATAFORSEO_PASSWORD in Zo secrets.

Commands

| Command | Description | ~Cost | |---------|-------------|-------| | serp | Google SERP top results | $0.0006/query | | keywords | Search volume + difficulty for keywords | ~$0.10/100kw | | keyword-ideas | Related keyword suggestions | ~$0.05/request | | backlinks | Backlink profile summary | ~$0.50/domain | | domain | Domain overview (traffic, tech, rankings) | ~$0.025/request | | competitors | Competitor domains by keyword overlap | ~$0.05/request | | trends | Google Trends data | ~$0.001/query | | audit | On-page SEO audit | ~$0.01/page | | balance | Check remaining credit balance | Free |

Options

| Flag | Description | |------|-------------| | --location | Location code (default: 2840 = US). Use --location 2826 for UK, etc. | | --language | Language code (default: en) | | --depth | SERP depth (default: 10, max: 100) | | --limit | Max results to return (default: 20) | | --output | Save full JSON to file |

Examples

# Check what ranks for a keyword
python3 scripts/seo.py serp "best project management software"

# Get keyword ideas around a seed term
python3 scripts/seo.py keyword-ideas "project management tools"

# Backlink profile for a competitor
python3 scripts/seo.py backlinks "competitor-domain.com"

# Domain overview
python3 scripts/seo.py domain "example.com"

# Find competitors
python3 scripts/seo.py competitors "example.com"

# Check balance
python3 scripts/seo.py balance

Cost Tracking

Every command prints the estimated cost to stderr. Use balance to check remaining credits. The $50 initial deposit goes a long way at these per-request prices.

Notes

  • This skill uses Live endpoints for instant results.
  • Location codes: https://docs.dataforseo.com/v3/serp/google/locations
  • Some endpoints return data from DataForSEO's own crawl index (backlinks, domain analytics), not live Google results.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.