Smart Code Search
v1.0.2Search code and docs by meaning, not keywords. Powered by ColGREP/NextPlaid,
⭐ 0· 72·0 current·0 all-time
byBrett Hammond@brettmhammond
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (semantic code search) match the declared requirement (colgrep) and the SKILL.md which documents installing and using ColGREP. Required binary and examples are proportionate to the stated goal.
Instruction Scope
Instructions are limited to installing ColGREP, indexing the project (writes an index to .colgrep/), and running searches. This implies reading most files under the project and writing a local index (expected for a search tool). The SKILL.md also documents agent-integration commands (e.g., --install-claude-code) which register the tool with agents — users should verify what those installer commands change before running them.
Install Mechanism
Install uses Homebrew formula lightonai/tap/colgrep, which is a reasonable packaging route. Because it is a third-party tap (lightonai/tap) rather than an official core formula, users should validate the tap/formula source before installing; otherwise the install mechanism is standard and proportionate.
Credentials
No environment variables, credentials, or unrelated config paths are requested. The tool operates on local files and stores its index under .colgrep/ in the project root, which is consistent with the described behavior.
Persistence & Privilege
The skill is not always-enabled and does not request elevated privileges. Its persistence is limited to the local index (.colgrep/) and optional agent integration commands; users should review what the agent integration commands change but the default privilege/persistence model is appropriate.
Assessment
This skill appears coherent for local semantic code search. Before installing: (1) verify the Homebrew tap formula source (lightonai/tap) and inspect the formula if possible; (2) run installs in a trusted environment or sandbox if you don't trust the binary source; (3) be aware ColGREP will read your project files and write an index to .colgrep/ (add it to .gitignore if you don't want it checked into VCS); (4) inspect or test the agent-integration commands (--install-*) to see what they modify before running them. If you need extra assurance, review the upstream project linked in the SKILL.md (LightOn repo/blog) and prefer installing from an upstream GitHub release or build from source.Like a lobster shell, security has layers — review code before you run it.
latestvk973z7v05y95nqtr2716yc4rah83mr00
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🔍 Clawdis
Binscolgrep
Install
Install ColGREP via Homebrew
Bins: colgrep
brew install lightonai/tap/colgrep