Efficiently perform web searches using the mcp-local-rag server with semantic similarity ranking. Use this skill when you need to search the web for current information, research topics across multiple sources, or gather context from the internet without using external APIs. This skill teaches effective use of RAG-based web search with DuckDuckGo, Google, and multi-engine deep research capabilities.
Add this skill
npx mdskills install nkapila6/local-rag-searchComprehensive search skill with excellent tool selection guidance and practical examples throughout
An Agent Skill that teaches Claude how to effectively use the mcp-local-rag MCP server for intelligent web searches with semantic similarity ranking.
This skill enables agents to:
This skill requires the mcp-local-rag MCP server to be installed and configured in your MCP client.
Add to your MCP configuration:
{
"mcpServers": {
"mcp-local-rag": {
"command": "uvx",
"args": [
"--python=3.10",
"--from",
"git+https://github.com/nkapila6/mcp-local-rag",
"mcp-local-rag"
]
}
}
}
Or use Docker:
{
"mcpServers": {
"mcp-local-rag": {
"command": "docker",
"args": [
"run", "--rm", "-i", "--init",
"-e", "DOCKER_CONTAINER=true",
"ghcr.io/nkapila6/mcp-local-rag:v1.0.2"
]
}
}
}
local-rag-search/)Once both the MCP server and skill are loaded, simply ask Claude to search for information:
Claude will automatically apply the skill's best practices to use the appropriate tools effectively.
MIT - Same as the parent mcp-local-rag project
Install via CLI
npx mdskills install nkapila6/local-rag-searchLocal RAG Search is a free, open-source AI agent skill. Efficiently perform web searches using the mcp-local-rag server with semantic similarity ranking. Use this skill when you need to search the web for current information, research topics across multiple sources, or gather context from the internet without using external APIs. This skill teaches effective use of RAG-based web search with DuckDuckGo, Google, and multi-engine deep research capabilities.
Install Local RAG Search with a single command:
npx mdskills install nkapila6/local-rag-searchThis downloads the skill files into your project and your AI agent picks them up automatically.
Local RAG Search works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Gemini Cli, Amp, Roo Code, Goose. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.