fix: sync extensions/dataforseo skill with core v1.9.0#62
Merged
AgriciDaniel merged 1 commit intoMay 9, 2026
Merged
Conversation
The extension copy of seo-dataforseo/SKILL.md was at v1.6.1 while the core skills/seo-dataforseo/SKILL.md had been updated to v1.9.0. This meant users installing the DataForSEO extension got an outdated skill missing serp-images support, cost guardrails, and an expanded tool catalog. Co-Authored-By: Claude Code <noreply@anthropic.com>
This was referenced Apr 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bug
extensions/dataforseo/skills/seo-dataforseo/SKILL.mdwas at v1.6.1 while the canonicalskills/seo-dataforseo/SKILL.mdhad been updated to v1.9.0.Because
extensions/dataforseo/install.shcopies the extension SKILL.md to~/.claude/skills/seo-dataforseo/, users who install the DataForSEO extension were getting a version that was:serp-imagescommand and its full documentationreferences/cost-tiers.mdreferenceFix
Replaced
extensions/dataforseo/skills/seo-dataforseo/SKILL.mdwith the content of the canonical coreskills/seo-dataforseo/SKILL.md(v1.9.0). This is a mechanical sync — no content was changed, only the stale extension copy was brought up to date.Why it matters
Install-order non-determinism: if a user installs the DataForSEO extension after the main plugin, the extension copy overwrites the newer core version. The extension skill should always match the core.
A longer-term fix would be to have
install.shreference the core skill directly rather than keeping a separate copy, but that's a structural refactor beyond the scope of this bug fix.