← All plugins
semantic-search
v0.1.0Search your local documents with natural language. Index folders of PDFs, Word docs, markdown, and more — then ask questions in English or German and get answers with source citations.
Claude Code1 skill1 MCP serverstdio
by Omar Drljevic28updated 4 months ago
Source
git clone https://github.com/ZhuBit/cowork-semantic-searchClone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.
Layout
semantic-search/
├── .claude-plugin/plugin.json├── skills/semantic-search/SKILL.md└── .mcp.json
Skills1
semantic-searchskills/semantic-search/SKILL.md
Search local document folders using natural language. Use when the user asks about content in their files, references documents they've mentioned before, asks "what does the report say about...", "find the document about...", "was ist in dem Dokument uber...", or when they need to locate information across many files. Also use when the user asks to index or search a folder of documents.
MCP servers1
semantic-searchstdio
- command
- /Users/omardrljevic/Projects/OtherProjects/cowork-sematic-search/.venv/bin/python
- args
- -m server.main
- cwd
- /Users/omardrljevic/Projects/OtherProjects/cowork-sematic-search
- env.PYTHONPATH
- /Users/omardrljevic/Projects/OtherProjects/cowork-sematic-search
Manifests1
.claude-plugin/plugin.json
{
"name": "semantic-search",
"version": "0.1.0",
"description": "Search your local documents with natural language. Index folders of PDFs, Word docs, markdown, and more — then ask questions in English or German and get answers with source citations.",
"author": {
"name": "Omar Drljevic"
},
"keywords": [
"search",
"rag",
"documents",
"semantic",
"pdf",
"local"
]
}