← 返回 Skills 市场
169
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install regex-toolkit
功能描述
Test, match, extract, replace, explain, and validate regular expressions from the command line. Includes a library of 25+ common patterns (email, URL, IP, ph...
安全使用建议
This appears to be a simple, local Python regex utility—its behavior is limited to text input, files you explicitly provide, and stdout. Before installing or running it in an agent: (1) review the full script (it is included) so you are comfortable it only reads files you pass it and doesn't perform network access; (2) avoid running it on files containing sensitive data unless you trust the environment, since built-in patterns include matches for PII (SSN, credit-card) which could reveal sensitive strings in agent logs or outputs; (3) if you plan to let an autonomous agent invoke the skill, ensure the agent's permissions and data exposure policies are appropriate (the skill itself does not exfiltrate data).
功能分析
Type: OpenClaw Skill
Name: regex-toolkit
Version: 1.0.0
The regex-toolkit skill is a legitimate utility for testing, explaining, and applying regular expressions using the Python standard library. The code in scripts/regex_toolkit.py implements standard regex operations (search, findall, sub) and includes a library of common patterns without any external dependencies, network activity, or unauthorized file access.
能力评估
Purpose & Capability
Name and description match the provided code and SKILL.md. The script implements testing, finding, replacing, validating, and explaining regexes and includes the advertised common patterns. There are no unexpected binaries, services, or credentials requested.
Instruction Scope
SKILL.md instructs running the included Python script with --text, --file, or piped stdin. The instructions and code only read user-specified files or stdin and print results; they do not call external endpoints, access unrelated environment variables, or perform system-wide actions.
Install Mechanism
No install spec is present (instruction-only with an included script). This minimizes risk because nothing is downloaded or written to disk by an installer. The workflow relies on running the bundled Python script, which is appropriate for the stated purpose.
Credentials
The skill requires no environment variables, credentials, or special config paths. The code does not reference secrets or external credentials, so requested permissions are proportionate to a local regex tool.
Persistence & Privilege
always is false and the skill is user-invocable. Autonomous invocation is allowed by default across the platform but this skill does not request elevated or persistent privileges or attempt to modify other skills or system configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install regex-toolkit - 安装完成后,直接呼叫该 Skill 的名称或使用
/regex-toolkit触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial public release of regex-toolkit.
- Test, match, extract, replace, explain, and validate regex patterns from the command line.
- Includes 25+ built-in, named common regex patterns (such as email, URL, IP, phone numbers, dates, UUID, etc.).
- Offers commands for matching (`test`, `findall`), replacing (`replace`), explaining patterns (`explain`), validating regex syntax (`validate`), and listing/viewing patterns (`patterns`).
- Supports input via string, file, or stdin; various matching flags available.
- Pure Python implementation with zero external dependencies.
元数据
常见问题
Regex Toolkit 是什么?
Test, match, extract, replace, explain, and validate regular expressions from the command line. Includes a library of 25+ common patterns (email, URL, IP, ph... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 169 次。
如何安装 Regex Toolkit?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install regex-toolkit」即可一键安装,无需额外配置。
Regex Toolkit 是免费的吗?
是的,Regex Toolkit 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Regex Toolkit 支持哪些平台?
Regex Toolkit 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Regex Toolkit?
由 John Wang(@johnnywang2001)开发并维护,当前版本 v1.0.0。
推荐 Skills