claudeers.
// Claude Skills

dataforseo-skill-claude

DataForSEO API skill for Claude Code - Complete SEO data integration

Dormant
44/100
last commit 7 months ago
last release none
releases 0
open issues 1
// star history+1 this week (+1.7%)

Install with your AI

Paste into Claude Code, Cursor, or any agent — it reads the repo and wires the tool into your project.

⚠ Unverified source (community-unclaimed, low activity) — reveal the prompt
⚠ Unverified source (community-unclaimed, low activity). Inspect the repo before letting your agent install it.

Install and set up dataforseo-skill-claude (git-clone project) into my current project.
Found on https://claudeers.com/dataforseo-skill-claude
Repo: https://github.com/nikhilbhansali/dataforseo-skill-claude
Homepage/docs: —
Detected install method: git-clone → git clone https://github.com/nikhilbhansali/dataforseo-skill-claude
Category: skills. Platforms: cli, api.
Read the repo's README for exact setup and env vars, then install it and wire it into my project.

Claudeers Health Verdict:
dormant; community-verified: false. Confirm the source before running anything.
// or clone · unverified · not recently updated
git clone https://github.com/nikhilbhansali/dataforseo-skill-claude

// compatibility

Platformscli, api
Operating systems
AI compatibilityclaude
LicenseMIT
Pricingopen-source
LanguagePython

DataForSEO Skill for Claude Code

A Claude Code skill that provides complete DataForSEO API integration for SEO data and analysis.

Features

  • Keyword Research: Search volume, CPC, competition, keyword ideas
  • SERP Analysis: Google, Bing, YouTube organic results
  • Backlink Analysis: Profile overview, referring domains, anchors
  • Competitor Analysis: Domain intersection, keyword gap, competing domains
  • Technical SEO: Page audits, Lighthouse scores, technology detection
  • Content Analysis: Brand mentions, sentiment analysis
  • Trends: Google Trends data
  • And more: Business data, merchant data, app store data, AI optimization

Installation

npx skills.sh install nikhilbhansali/dataforseo-skill-claude

Option 2: Manual Install

  1. Copy the dataforseo folder to ~/.agents/skills/:

    cp -r dataforseo ~/.agents/skills/
    
  2. Create symlink in Claude skills directory:

    ln -sf ../../.agents/skills/dataforseo ~/.claude/skills/dataforseo
    
  3. Restart Claude Code

Setup API Credentials

Before first use, configure your DataForSEO API credentials:

import sys, os
sys.path.insert(0, os.path.expanduser('~/.agents/skills/dataforseo/scripts'))
from dataforseo_client import save_credentials, verify_credentials

# Get your credentials from https://app.dataforseo.com/
login = "[email protected]"
password = "your_api_password"

if verify_credentials(login, password):
    save_credentials(login, password)
    print("Credentials saved!")

Credentials are stored securely at ~/.dataforseo_config.json with restricted permissions.

Quick Start

import sys, os
sys.path.insert(0, os.path.expanduser('~/.agents/skills/dataforseo/scripts'))
from dataforseo_client import keywords_search_volume, extract_results, to_csv

# Get search volume for keywords
response = keywords_search_volume(
    keywords=["seo tools", "keyword research"],
    location_name="United States"
)
results = extract_results(response)
csv_path = to_csv(results, "keyword_volumes")
print(f"Results saved to: {csv_path}")

API Function Reference

Use CaseFunction
Search volume, CPC, competitionkeywords_search_volume()
Keyword ideas/suggestionslabs_keyword_ideas()
Keywords a site ranks forlabs_ranked_keywords()
SERP results for keywordserp_google_organic()
Local/Maps rankingsserp_google_maps()
YouTube rankingsserp_youtube()
Backlink profilebacklinks_summary()
List of backlinksbacklinks_list()
Referring domainsbacklinks_referring_domains()
Domain authority/rankbacklinks_bulk_ranks()
Competing domainslabs_competitors_domain()
Keyword gap analysislabs_domain_intersection()
Link gap analysisbacklinks_domain_intersection()
Technical page auditonpage_instant_pages()
Lighthouse scoreslighthouse_live()
Technology stackdomain_technologies()
Brand mentionscontent_search()
Google Trendsgoogle_trends()

Output

All results export to CSV at ~/dataforseo_outputs/. Files are auto-named with timestamps.

Documentation

Requirements

License

MIT License - see LICENSE file.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

// faq

What is dataforseo-skill-claude?

DataForSEO API skill for Claude Code - Complete SEO data integration. It is open-source on GitHub.

Is dataforseo-skill-claude free to use?

dataforseo-skill-claude is open-source under the MIT license, so it is free to use.

What category does dataforseo-skill-claude belong to?

dataforseo-skill-claude is listed under skills in the Claudeers registry of Claude-compatible tools.

1 views
61 stars
unclaimed
updated 28 days ago

// embed badge

dataforseo-skill-claude on Claudeers
[![Claudeers](https://claudeers.com/api/badge/dataforseo-skill-claude.svg)](https://claudeers.com/dataforseo-skill-claude)

// retro hit counter

dataforseo-skill-claude hit counter
[![Hits](https://claudeers.com/api/counter/dataforseo-skill-claude.svg)](https://claudeers.com/dataforseo-skill-claude)

// reviews

// guestbook

0/500

// related in Claude Skills

🔓

An agentic skills framework & software development methodology that works.

// skillsobra/Shell272,506MIT[ claude ]
🔓

Public repository for Agent Skills

// skillsanthropics/Python169,406[ claude ]
🔓

💫 Toolkit to help you get started with Spec-Driven Development

// skillsgithub/Python129,208MIT[ claude ]
🔓

AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs,…

// skillsGraphify-Labs/Python106,387MIT[ claude ]
→ see how dataforseo-skill-claude connects across the ecosystem