vexor
使用向量语义搜索的文件搜索
Vexor 支持使用向量嵌入进行自然语言文件搜索,帮助开发者通过含义而非精确关键词匹配来定位代码和文档。
下载技能 ZIP
在 Claude 中上传
前往 设置 → 功能 → 技能 → 上传技能
开启并开始使用
测试它
正在使用“vexor”。 Find files about user authentication
预期结果:
Found 5 relevant files:
- src/auth/login.ts (relevance: 0.92)
- src/auth/password.ts (relevance: 0.89)
- tests/unit/auth.test.ts (relevance: 0.85)
- docs/authentication.md (relevance: 0.82)
- src/middleware/auth.ts (relevance: 0.78)
正在使用“vexor”。 Find Python files about data processing
预期结果:
Found 3 relevant Python files:
- scripts/etl_pipeline.py (relevance: 0.94)
- src/transformers/cleaner.py (relevance: 0.88)
- src/loaders/csv_loader.py (relevance: 0.81)
安全审计
安全All static findings are false positives. The hardcoded URLs are simply documentation links in the skill description. The flagged 'weak cryptographic algorithm' patterns refer to the words 'vexor' and 'vector' which are legitimate tool/computer science terms, not cryptographic algorithms. This is a simple documentation-only skill with no executable code or security risks.
高风险问题 (1)
低风险问题 (1)
质量评分
你能构建什么
通过描述功能来查找代码
通过描述代码的功能而非函数名来搜索代码文件
语义化定位文档
通过描述需要帮助的主题来查找相关文档文件
跨项目发现相关文件
在多个目录中查找与特定功能或概念相关的文件
试试这些提示
使用 vexor 查找与 [topic or feature description] 相关的文件
搜索关于 [topic] 的 [file type, e.g., Python files] 文件
查找项目中与 [feature] 功能相关的所有代码文件
搜索包含 [concept] 信息的文件,并展示它们之间的关系
最佳实践
- 提供清晰、描述性的搜索查询以获得更好的结果
- 在执行语义搜索前为代码库建立索引
- 将语义搜索与文件类型筛选结合使用以获得精确结果
避免
- 使用过于通用的搜索词导致返回结果过多
- 跳过索引步骤导致搜索质量下降
- 仅依赖语义搜索而不验证结果