Add alternative tool stack (Ubersuggest MCP + WebFetch) for competitor profiling#366
Open
4thoughtmarketing-mktg wants to merge 1 commit into
Conversation
…tive data stack Adds a fallback execution path for environments where Firecrawl MCP and/or DataForSEO MCP are not available, which is common for users who haven't set up those paid integrations yet. Changes: - SKILL.md: new "Tool Stack Selection" table near the top so the agent knows which path to take before starting; Phase 1 and Phase 2 headings updated to name both options and link to the reference for details - references/tool-reference.md: new "Alternative Stack" section documenting WebFetch (built-in to Claude Code) as a Firecrawl substitute, and Ubersuggest MCP tools as DataForSEO equivalents; includes tool mapping table, common page paths to probe when site-mapping isn't available, and recommended execution order for both quick scan and deep profile in the alternative stack No existing behaviour is changed — the primary Firecrawl + DataForSEO path is unchanged and remains the preferred option. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
Skill Update
Skill:
skills/competitor-profilingSummary
Adds an alternative data source stack for users who do not have Firecrawl or DataForSEO available. The primary stack (Firecrawl + DataForSEO) is unchanged and remains preferred. The alternative stack (WebFetch + Ubersuggest MCP) activates only when the primary tools are unavailable.
Changes:
Tested locally with a full quick-scan run against a live competitor site using only WebFetch + Ubersuggest. All six Ubersuggest tool calls returned data cleanly.
Type of update
Checklist