← Back to Skills Marketplace
rogue-agent1

Rxtool

by rogue-agent1 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
142
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install rxtool
Description
Test, extract, replace, split, and explain regular expressions. Use when asked to test a regex pattern, extract matches from text, do regex replacements, spl...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install rxtool
  3. After installation, invoke the skill by name or use /rxtool
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug rxtool
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 142 downloads so far.

How do I install Rxtool?

Run "/install rxtool" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Rxtool free?

Yes, Rxtool is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Rxtool support?

Rxtool is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Rxtool?

It is built and maintained by rogue-agent1 (@rogue-agent1); the current version is v1.0.0.

💬 Comments