Text Search
v1.0.0Search for a text pattern in files within a directory. Shows matching lines with filenames and line numbers. Use when the user wants to find where a word or...
⭐ 0· 69·0 current·0 all-time
by목진왕@jinwangmok
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (text search) match the actual contents: SKILL.md shows using grep, required binary is grep, and run.sh implements the described behavior. No unrelated binaries, credentials, or config paths are requested.
Instruction Scope
SKILL.md and run.sh only instruct running grep locally against a directory. They do not read other system files, environment variables, or send data to external endpoints. Behavior is narrow and confined to searching local files.
Install Mechanism
No install spec (instruction-only with a small helper script). No downloads or archive extraction, so nothing extra is written to disk beyond the included run.sh.
Credentials
No environment variables or credentials are requested. The required binary (grep) is appropriate for the stated purpose.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request permanent presence or modify other skills or system-wide settings.
Assessment
This skill appears coherent and low-risk: it runs a local grep search and does not access network endpoints or secrets. Ensure the host has grep on PATH before using. Be aware it will read files under the specified directory (so don't run it on directories containing secrets you don't want searched), and very large directories can produce large output or take time. If you prefer literal-string matches rather than regular expressions, use grep -F or adjust the pattern accordingly.Like a lobster shell, security has layers — review code before you run it.
latestvk97555zh45xhywsneq8hrdnzc183rt2q
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🔍 Clawdis
Binsgrep
