Install
$ agentstack add skill-zocomputer-skills-seo-data ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →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.
- Author: zocomputer
- Source: zocomputer/skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.