← Back to Skills Marketplace
jinwangmok

Text Search

by 목진왕 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
109
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install text-search
Description
Search 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...
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: text-search Version: 1.0.0 The skill is a standard utility for searching text within a directory using the 'grep' command. The implementation in run.sh and SKILL.md is straightforward, includes basic argument validation, and lacks any indicators of malicious intent, data exfiltration, or prompt injection.
Capability Assessment
Purpose & 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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install text-search
  3. After installation, invoke the skill by name or use /text-search
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of text-search. - Search for a text pattern in files within a specified directory. - Displays matching lines with filenames and line numbers. - Uses grep with recursive and line number options. - Provides usage instructions, argument details, and example output. - Communicates exit codes for success, no matches, and failure.
Metadata
Slug text-search
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Text Search?

Search 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 109 downloads so far.

How do I install Text Search?

Run "/install text-search" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Text Search free?

Yes, Text Search is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Text Search support?

Text Search is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Text Search?

It is built and maintained by 목진왕 (@jinwangmok); the current version is v1.0.0.

💬 Comments