vexor
Vector-powered CLI for semantic file search with a Claude/Codex skill
Author
Category
File ManagementInstall
Hot:10
Download and extract to your skills directory
Copy command and send to OpenClaw for auto-install:
Download and install this skill https://openskills.cc/api/download?slug=sickn33-skills-vexor&locale=en&source=copy
Vexor - Vector-Driven Semantic File Search CLI Tool
Skills Overview
Vexor is a vector-based command-line tool that allows developers to search files and code using natural-language semantic queries, eliminating the hassle of memorizing exact file names.
Use Cases
Core Features
Frequently Asked Questions
What is Vexor?
Vexor is a vector-driven command-line tool designed specifically for semantic file search. Unlike traditional keyword-search tools (such as grep), it finds relevant files by understanding the semantic meaning of their contents—so you can look them up using natural-language descriptions.
How do I install and use Vexor?
Before installing, make sure your system has a Python environment configured. After installing via pip, run the
vexor command in the command line to start searching. For detailed installation steps and usage instructions, refer to the GitHub repository.What’s the difference between Vexor and grep?
Traditional tools like grep can only match literal keyword occurrences in files, while Vexor uses vector embedding technology to understand semantics. For example, if you search for “code related to user login,” grep returns no results (because those exact words don’t exist in the files), but Vexor can find all files containing related concepts such as auth, login, and signin.