← 返回 Skills 市场
109
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install text-search - 安装完成后,直接呼叫该 Skill 的名称或使用
/text-search触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 109 次。
如何安装 Text Search?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install text-search」即可一键安装,无需额外配置。
Text Search 是免费的吗?
是的,Text Search 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Text Search 支持哪些平台?
Text Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Text Search?
由 목진왕(@jinwangmok)开发并维护,当前版本 v1.0.0。
推荐 Skills