General
open-websearch-maintainer - Claude MCP Skill
Maintain and extend the open-websearch MCP server. Trigger when changing search engines, proxy or TLS behavior, tool registration, live parsing behavior, or compatibility and regression behavior inside this repository.
SEO Guide: Enhance your AI agent with the open-websearch-maintainer tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to maintain and extend the open-websearch mcp server. trigger when changing search engines, proxy or tl... Download and configure this skill to unlock new capabilities for your AI workflow.
Documentation
SKILL.md# Open WebSearch Maintainer Use this skill when modifying the `open-websearch` codebase itself. If this skill and the current repository behavior disagree, trust the repository code, tests, and intended change scope, then update the skill or docs before finishing. ## First classify the change - Engine change: new engine, engine parsing, engine pagination, anti-bot handling. - Network change: proxy, TLS, request builder, Playwright interaction, browser fallback. - Tool surface change: MCP tool registration, schema, engine normalization, config exposure. - Validation-only change: tests, docs, or release hygiene when no code-path behavior changes are intended. Use this classification as the execution entrypoint. Start by choosing one category, load only the checklist that matches it, and expand scope only when the changed code path actually crosses that boundary. ## Scope discipline - Keep fixes as local as the real failure surface allows. - Do not turn a parsing or engine-specific issue into a shared networking refactor without evidence. - Do not widen insecure or compatibility-relaxing behavior just to make one test pass. - Do not change tool contracts or global behavior unless the change is intentional, verified, and documented. ## Core rules - Keep MCP tool contracts stable unless the change explicitly requires a breaking change. - Route Axios-based networking through the shared HTTP request builder instead of ad hoc proxy handling. - Treat proxy, TLS, and Playwright behavior as cross-cutting concerns. Verify them explicitly after changes. - Update tests and README files when adding engines or changing behavior. ## Do not - Do not bypass the shared HTTP request builder for a one-off engine fix. - Do not silently fork proxy behavior in a single engine unless the repository explicitly adopts that policy. - Do not widen insecure TLS behavior beyond the narrow code path that requires it. - Do not change tool contracts without checking tests, config handling, and README files. - Do not touch shared networking code if the change is only about result parsing or docs. ## Change checklist When adding or changing a search engine: - update `src/config.ts` - update `src/tools/setupTools.ts` - add or update engine tests - update `README.md` and `README-zh.md` When changing network behavior: - prefer `src/utils/httpRequest.ts` - keep `proxy: false` behavior explicit for Axios - keep insecure TLS opt-in and scoped only where necessary ## Validation - Run TypeScript checks first. - Run targeted tests for the touched area. - Run live tests when the change depends on real network behavior. ## Review focus - pagination and empty-result handling - anti-bot / verification page detection - proxy interactions with `USE_PROXY` and `PROXY_URL` - request-mode versus Playwright-mode behavior - documentation drift Read [references/workflow.md](references/workflow.md) when implementing changes and [references/validation.md](references/validation.md) before finalizing a patch.
Signals
Information
- Repository
- Aas-ee/open-webSearch
- Author
- Aas-ee
- Last Sync
- 9/5/2026
- Repo Updated
- 9/4/2026
- Created
- 4/3/2026
Reviews (0)
No reviews yet. Be the first to review this skill!
Related Skills
firecrawl-build-search
Integrate Firecrawl `/search` into product code and agent workflows. Use when an app needs discovery before extraction, when the feature starts with a query instead of a URL, or when the system should search the web and optionally hydrate result content.
firecrawl-build-onboarding
Get Firecrawl credentials and SDK setup into a project. Use when an application needs `FIRECRAWL_API_KEY`, when an agent should add Firecrawl to `.env`, when the user wants to authenticate Firecrawl for app code, or when choosing the first SDK and docs for a new Firecrawl integration. This skill includes its own browser auth flow, so it does not depend on the website onboarding skill.
firecrawl-build
Integrate Firecrawl into application code whenever a product, agent, or workflow needs web data inside the app — web search, live search results, page scraping, structured extraction, or browser interaction. Use when building any feature that needs data from the web in code, even if the user does not mention Firecrawl explicitly and only describes wanting web data, website content, search, scraping, or interaction in an application. Trigger for Firecrawl requests, "fire girl" shorthand, and generic app-level web-data needs that should map to `/scrape`, `/search`, or `/interact`. Do not use this skill for one-off terminal-only web tasks during the current session; use `firecrawl/cli` for those.
firecrawl-build-interact
Integrate Firecrawl `/interact` into product code for dynamic pages and browser actions after scraping. Use when a feature needs clicks, form fills, pagination, authentication-aware flows, or other multi-step interactions that plain `/scrape` cannot complete.
Related Guides
Mastering Python and TypeScript Development with the Claude Skill Guide
Learn how to use the python typescript guide Claude skill. Complete guide with installation instructions and examples.
Mastering VSCode Extension Development with Claude: A Complete Guide to the TypeScript Extension Dev Skill
Learn how to use the vscode extension dev typescript Claude skill. Complete guide with installation instructions and examples.
Next.js SEO Dev: The Essential Claude Skill for Documented React Development
Learn how to use the nextjs seo dev Claude skill. Complete guide with installation instructions and examples.