From dataforseo-skills
Use when performing SEO analysis with the DataForSEO MCP, selecting or sequencing DataForSEO tools, interpreting their responses, estimating request scope, troubleshooting calls, or explaining the MCP and underlying API contracts.
How this skill is triggered — by the user, by Claude, or both
Slash command
/dataforseo-skills:dataforseo-skillThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use the configured DataForSEO MCP as the evidence source for keyword, SERP, ranking, competitor, backlink, on-page, local, domain, content, merchant, or AI-visibility analysis.
Use the configured DataForSEO MCP as the evidence source for keyword, SERP, ranking, competitor, backlink, on-page, local, domain, content, merchant, or AI-visibility analysis.
references/mcp-tools.json for the candidate tool. Treat the active input schema as authoritative when it differs from the snapshot.references/seo-workflows.md for proven call sequences. Resolve supported locations, languages, filters, models, or categories with the corresponding utility tool before guessing.limit/depth values. Do not paginate, fan out, or retry billable calls merely to make a report look complete.CallToolResult.content[].text; treat text beginning with Error: as failure. Preserve nulls, distinguish zero from missing, record timestamps and returned coverage, and never invent unavailable metrics.references/protocol-and-rest.md.5xxxx, timeout, or throttling failures; use exponential backoff with jitter and cap attempts. Ask before a retry that can incur another charge.python3 scripts/lookup_tool.py <tool-name> to inspect one of the 83 captured tool contracts without loading the full catalog.references/seo-workflows.md for common analyses and parsed-output examples.references/protocol-and-rest.md only for integration or troubleshooting work.dataforseo_xmpl_v3_postman.json is available, use scripts/extract_postman_example.py to inspect its request and response example for a mapped REST URL. Treat it as a dated example, not the current schema authority.npx claudepluginhub starraider/dataforseo-skillsCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.