← 返回 Skills 市场
xueyetianya

Regexpal

作者 bytesagain4 · GitHub ↗ · v3.0.0 · MIT-0
cross-platform ✓ 安全检测通过
314
总下载
0
收藏
1
当前安装
7
版本数
在 OpenClaw 中安装
/install regexpal
功能描述
Test and debug regex patterns against sample text. Use when checking match groups, validating patterns, generating replacements, linting syntax.
安全使用建议
This skill appears to be a local regex toolkit. Before installing: ensure you have python3 on the machine (SKILL.md and the script require it), and be aware the tool will read any file path you pass to it — do not run it on sensitive files unless you trust the environment. There are no network calls or credential requests in the visible code. Note the SKILL.md example that uses shell arithmetic in a replacement may not work as shown because the script forwards the replacement string to Python's re.sub without shell evaluation. If you want higher assurance, review the rest of the script (the file was truncated in the provided view) to confirm there are no hidden network calls or unexpected behavior in the omitted portion.
功能分析
Type: OpenClaw Skill Name: regexpal Version: 3.0.0 The RegexPal skill is a legitimate developer utility for testing and debugging regular expressions. The implementation in `scripts/script.sh` uses a Bash wrapper to execute Python's standard `re` library, handling arguments safely via `sys.argv` to prevent shell injection. The tool performs standard text processing tasks (matching, replacing, and explaining patterns) without any evidence of data exfiltration, network activity, or unauthorized system modifications.
能力评估
Purpose & Capability
The name, description, SKILL.md commands, and the included scripts align: the skill provides test/match/replace/extract/explain behaviors for regexes. Minor incoherence: SKILL.md and the script require python3, but the registry metadata lists no required binaries — the skill will fail at runtime if python3 is not present.
Instruction Scope
Runtime instructions and the script only operate on the provided pattern, text, or file paths and print results to stdout/stderr. The script validates file existence and does not read other system config or environment variables. It does not contact external endpoints in the visible code. One note: an example in SKILL.md uses shell arithmetic in a replacement (v\1.$((\\2+1))) which the script passes straight to Python's re.sub, so that example may be misleading but not malicious.
Install Mechanism
No install spec and no external downloads — this is an instruction-only style skill with a bundled shell script. Nothing is being fetched from remote URLs or installed automatically.
Credentials
The skill does not request environment variables, credentials, or config paths. The script accesses only files specified by the user and uses python3 from PATH; no secrets or unrelated services are requested.
Persistence & Privilege
always is false and the skill does not attempt to modify other skills or global agent configuration in the visible code. It does not request persistent presence or elevated privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install regexpal
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /regexpal 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v3.0.0
v3.0.0: rewrite
v1.0.5
old template -> domain-specific v2.0.0
v1.0.4
old template -> domain-specific v2.0.0
v1.0.3
Quality upgrade
v1.0.2
Quality upgrade: custom functionality
v1.0.1
De-template, unique content, script cleanup
v1.0.0
Initial release
元数据
Slug regexpal
版本 3.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 7
常见问题

Regexpal 是什么?

Test and debug regex patterns against sample text. Use when checking match groups, validating patterns, generating replacements, linting syntax. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 314 次。

如何安装 Regexpal?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install regexpal」即可一键安装,无需额外配置。

Regexpal 是免费的吗?

是的,Regexpal 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Regexpal 支持哪些平台?

Regexpal 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Regexpal?

由 bytesagain4(@xueyetianya)开发并维护,当前版本 v3.0.0。

💬 留言讨论