By brandonhall
Stops Claude from answering web-content questions with stale training data. Routes through specialized MCPs → WebFetch → Chrome MCP → Playwright, with refuse-and-install fallback.
A Claude Code plugin that stops Claude from answering web-content questions with stale training data.
Whenever a URL appears in your message — or you ask about content/docs/APIs/prices/versions that live on the web — fresh-fetch routes through the best available fetcher (specialized MCP → WebFetch → Chrome MCP → Playwright) and refuses to guess when no fetcher works.
Out of the box, Claude often answers URL-bearing questions from training data. That's confidently wrong when:
fresh-fetch makes the right tool obvious and the failure mode loud: a clear refusal, not a hallucination.
In Claude Code:
/plugin marketplace add brandonhall/fresh-fetch
/plugin install fresh-fetch@fresh-fetch
Then open a new session — fresh-fetch will trigger automatically on URL-bearing requests.
If /plugin isn't available, update Claude Code to the latest version.
/plugin marketplace update fresh-fetch
/plugin uninstall fresh-fetch@fresh-fetch
/plugin marketplace remove fresh-fetch
Every URL-bearing request triggers a short procedure:
Every fetch prints one short status line so you can see what just happened:
[fresh-fetch] react.dev/learn — source: WebFetch (fresh, 1.2s)
[fresh-fetch] github.com/foo/bar — source: github MCP
[fresh-fetch] notion.so/abc — WebFetch failed (auth wall) → Chrome MCP
For best results, install one or both:
npm install -g playwright && npx playwright install chromiumIf neither is installed, fresh-fetch will offer to install Playwright for you the first time a fetcher chain runs out.
The skill description is intentionally aggressive: it fires on any URL in your message, and on questions about web-hosted content even without a URL. If it triggers when you'd rather it didn't (e.g., the URL is incidental and you wanted Claude to use a different tool), just say so — the skill will defer to action tools when you're asking Claude to do something with the URL rather than read it.
MIT — see LICENSE.
See DESIGN.md for the design rationale and PLAN.md for the implementation plan.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Spec-driven element screenshots for marketing sites. Playwright-based, auth-aware (5 strategies), with a DOM-tweak verb catalog and a JS escape hatch.
npx claudepluginhub brandonhall/fresh-fetch --plugin fresh-fetchComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
UI/UX design intelligence. 67 styles, 161 palettes, 57 font pairings, 25 charts, 15 stacks (React, Next.js, Vue, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Nuxt, Jetpack Compose). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.
This skill should be used when users need to generate ideas, explore creative solutions, or systematically brainstorm approaches to problems. Use when users request help with ideation, content planning, product features, marketing campaigns, strategic planning, creative writing, or any task requiring structured idea generation. The skill provides 30+ research-validated prompt patterns across 14 categories with exact templates, success metrics, and domain-specific applications.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.