← 返回 Skills 市场
Rxtool
作者
rogue-agent1
· GitHub ↗
· v1.0.0
· MIT-0
142
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install rxtool
功能描述
Test, extract, replace, split, and explain regular expressions. Use when asked to test a regex pattern, extract matches from text, do regex replacements, spl...
安全使用建议
This skill appears coherent and self-contained: it runs local Python code to test/extract/replace/split/explain regexes and does not contact networks or ask for credentials. Things to consider before installing or running: (1) the package contains two identical script files (harmless but redundant); (2) be cautious when running untrusted regexes or feeding untrusted patterns into your environment — complex regexes can cause excessive CPU usage (ReDoS/catastrophic backtracking) or large outputs; and (3) if you plan to use it on sensitive data, remember it prints matches to stdout — avoid piping secrets into tools unless you control where the output goes. If you need the maintainer's identity or a homepage for auditability, request that before wide deployment.
功能分析
Type: OpenClaw Skill
Name: rxtool
Version: 1.0.0
The rxtool skill is a legitimate utility for regular expression operations including testing, extraction, replacement, and explanation. The Python implementation in rxtool.py and scripts/rxtool.py uses standard libraries (re, argparse, json) and lacks any indicators of malicious behavior, data exfiltration, or suspicious execution patterns.
能力评估
Purpose & Capability
Name/description (regex testing/extraction/replacement/explanation) match the included code and runtime instructions. No unrelated environment variables, binaries, or config paths are requested. The presence of both rxtool.py and scripts/rxtool.py appears to be a packaging duplication but is consistent with the stated CLI usage.
Instruction Scope
SKILL.md instructs running the provided script(s) with pattern and text or via stdin. The instructions only reference regex patterns, text input, flags, and JSON output; they do not read or transmit unrelated files, environment variables, or external endpoints.
Install Mechanism
There is no install spec and all code is included in the bundle. No downloads, package managers, or archive extraction are used, which minimizes installation risk.
Credentials
The skill requires no environment variables, credentials, or privileged config paths. Runtime behavior reads stdin or accepts inline text only, which is proportional to a regex tool.
Persistence & Privilege
The skill is not always-enabled and does not request persistent system changes or modify other skills. It uses standard CLI invocation and has no autonomous persistence beyond normal skill behavior.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install rxtool - 安装完成后,直接呼叫该 Skill 的名称或使用
/rxtool触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of rxtool: a command-line utility for working with regular expressions.
- Test regex patterns against text, extract matches, replace text, split by pattern, and explain regexes.
- Supports named and numbered group captures.
- Allows use of case-insensitive, multiline, and dotall flags.
- Provides JSON output option for extraction.
- Works with stdin pipes or inline input.
- Zero external dependencies required.
元数据
常见问题
Rxtool 是什么?
Test, extract, replace, split, and explain regular expressions. Use when asked to test a regex pattern, extract matches from text, do regex replacements, spl... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 142 次。
如何安装 Rxtool?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install rxtool」即可一键安装,无需额外配置。
Rxtool 是免费的吗?
是的,Rxtool 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Rxtool 支持哪些平台?
Rxtool 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Rxtool?
由 rogue-agent1(@rogue-agent1)开发并维护,当前版本 v1.0.0。
推荐 Skills