📦

vexor

آمن

使用向量语义搜索的文件搜索

Vexor 支持使用向量嵌入进行自然语言文件搜索,帮助开发者通过含义而非精确关键词匹配来定位代码和文档。

يدعم: Claude Codex Code(CC)
📊 71 كافٍ
1

تنزيل ZIP المهارة

2

رفع في Claude

اذهب إلى Settings → Capabilities → Skills → Upload skill

3

فعّل وابدأ الاستخدام

اختبرها

استخدام "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)

التدقيق الأمني

آمن
v1 • 2/25/2026

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
الملفات التي تم فحصها
23
الأسطر التي تم تحليلها
2
النتائج
1
إجمالي عمليات التدقيق

مشكلات عالية المخاطر (1)

False Positive: Weak Cryptographic Algorithm
Static analyzer incorrectly flagged 'vexor' and 'vector' as weak cryptographic algorithms. These are legitimate computer science terms - 'vexor' is the tool name and 'vector' refers to mathematical/data structures, not cryptography.
مشكلات منخفضة المخاطر (1)
False Positive: Hardcoded URLs
Static analyzer flagged hardcoded URLs at SKILL.md:4 and SKILL.md:22. These are simply documentation links to the source repository in the skill description, not network calls or data exfiltration.
تم تدقيقه بواسطة: claude

درجة الجودة

38
الهندسة المعمارية
100
قابلية الصيانة
85
المحتوى
50
المجتمع
93
الأمان
83
الامتثال للمواصفات

ماذا يمكنك بناءه

通过描述功能来查找代码

通过描述代码的功能而非函数名来搜索代码文件

语义化定位文档

通过描述需要帮助的主题来查找相关文档文件

跨项目发现相关文件

在多个目录中查找与特定功能或概念相关的文件

جرّب هذه الموجهات

基础语义搜索
使用 vexor 查找与 [topic or feature description] 相关的文件
按文件类型筛选
搜索关于 [topic] 的 [file type, e.g., Python files] 文件
查找相关代码
查找项目中与 [feature] 功能相关的所有代码文件
深度上下文搜索
搜索包含 [concept] 信息的文件,并展示它们之间的关系

أفضل الممارسات

  • 提供清晰、描述性的搜索查询以获得更好的结果
  • 在执行语义搜索前为代码库建立索引
  • 将语义搜索与文件类型筛选结合使用以获得精确结果

تجنب

  • 使用过于通用的搜索词导致返回结果过多
  • 跳过索引步骤导致搜索质量下降
  • 仅依赖语义搜索而不验证结果

الأسئلة المتكررة

什么是 vexor?
Vexor 是一个由向量驱动的 CLI 工具,支持使用自然语言查询进行语义文件搜索,而非精确关键词匹配。
语义搜索与常规搜索有何不同?
语义搜索根据含义和上下文查找文件,而常规搜索需要精确的关键词匹配。
使用 vexor 前需要设置什么吗?
是的,您需要先为文件建立索引,以便 vexor 能够构建语义搜索的向量嵌入。
vexor 可以搜索远程仓库吗?
Vexor 适用于本地文件。访问远程仓库需要额外配置或先将仓库克隆到本地。
vexor 支持哪些文件类型?
Vexor 支持大多数常见文件类型,包括代码文件、文本文件、markdown 和文档文件。
vexor 与敏感文件一起使用是否安全?
是的,vexor 在本地运行,不会将您的文件发送到任何外部服务,除非您明确配置它这样做。

تفاصيل المطور

بنية الملفات

📄 SKILL.md