← 返回 Skills 市场
106
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install text-scan
功能描述
Quickly find and score relevant lines with context in large text files using keyword and phrase matching to minimize reading entire files.
安全使用建议
This is a simple, local text-scanning utility and appears to do what it says: read files (or stdin) and return scored matches with context. Before installing/running, note these points: (1) the tool will print matched lines and context to stdout or to an output file you specify — do not run it against files containing secrets unless you want that content displayed/stored; (2) the SKILL.md mentions fuzzy matching and a stdin-query mode that are not actually implemented in the script — expect the --fuzzy flag to do nothing and --query to be required; (3) examples use a hardcoded user path (/home/marek) — replace with your own paths. If you need fuzzy matching or different query/stdin behavior, review or modify the script source before use.
功能分析
Type: OpenClaw Skill
Name: text-scan
Version: 1.0.0
The text-scan skill is a utility for searching and scoring relevant lines within text files to optimize token usage. The Python script (text-scan.py) implements basic keyword and bigram matching with context windowing, and the documentation (SKILL.md) provides clear usage instructions aligned with its stated purpose. No evidence of data exfiltration, command injection, or malicious intent was found.
能力评估
Purpose & Capability
The included Python script implements token/phrase scoring and returns context lines, which matches the skill description. Minor mismatches: SKILL.md advertises a '--fuzzy' fuzzy-matching mode and a behavior 'If no --query is given, reads from stdin for the query', but the script accepts a --fuzzy flag without implementing fuzzy logic and in practice requires --query (the code never treats a missing query specially). Examples reference a specific user home path (/home/marek), which is harmless but should be generalized.
Instruction Scope
Runtime instructions and the script operate only on local files or stdin, and only read/emit file contents. There are no instructions to read unrelated system state, environment variables, or send data externally.
Install Mechanism
No install spec; this is an instruction-only skill with a small bundled script. Nothing is downloaded or executed from external sources during install.
Credentials
The skill requires no environment variables, credentials, or config paths. The example file paths are local and match the stated purpose.
Persistence & Privilege
The skill does not request persistent presence (always is false) and does not modify other skills or system configuration. It runs on demand and only accesses files the user gives it.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install text-scan - 安装完成后,直接呼叫该 Skill 的名称或使用
/text-scan触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release — search text files for relevant lines without reading the full file
元数据
常见问题
text-scan 是什么?
Quickly find and score relevant lines with context in large text files using keyword and phrase matching to minimize reading entire files. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 106 次。
如何安装 text-scan?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install text-scan」即可一键安装,无需额外配置。
text-scan 是免费的吗?
是的,text-scan 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
text-scan 支持哪些平台?
text-scan 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 text-scan?
由 Indigas(@indigas)开发并维护,当前版本 v1.0.0。
推荐 Skills