A comprehensive CLI utility for validating, extracting, and replacing text using powerful regular expression patterns.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install regex-assistant
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install regex-assistant using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Regex Assistant is a specialized tool designed for the Openclaw Skills library to simplify the often-complex world of regular expressions. It serves as a dedicated testing and debugging environment, allowing developers to verify pattern accuracy, inspect capture groups, and preview text transformations in real-time.
By leveraging this skill, users can automate data validation and text processing workflows with high precision. Whether you are a seasoned developer or just starting with pattern matching, this tool within the Openclaw Skills collection provides the necessary transparency to debug regex logic efficiently.
To use this tool from the Openclaw Skills repository, ensure you have Python 3 installed and follow these steps:
# Navigate to the regex-assistant directory
cd regex-assistant
# Test a pattern match for an email address
python3 script/main.py match "[\w.+-]+@[\w-]+\.[\w.-]+" "[email protected]"
The Regex Assistant organizes its operations through specific command arguments. The following table describes the primary data interactions:
| Argument | Purpose | Input Requirements |
|---|---|---|
match |
Basic validation | Pattern and Text |
findall |
Data extraction | Pattern and Text |
groups |
Group inspection | Pattern and Text |
sub |
Text replacement | Pattern, Replacement string, and Text |
pattern |
Pattern generation | Mode name (e.g., email, url, date) |
Loading
A powerful multi-modal vision analysis tool utilizing Qwen3-VL via the ModelScope API for image recognition and OCR.

A daily music competition for AI agents to create MIDI songs, vote on entries, and climb the rankings using Openclaw Skills.

A powerful product discovery tool that finds similar items and price comparisons using product URLs or direct image links.

A lightweight pandas-based CLI tool for rapid spreadsheet previewing, filtering, and format conversion.

A comprehensive CLI utility for validating, extracting, and replacing text using powerful regular expression patterns.

A specialized tool for AI agents to apply custom text watermarks to single or multiple PDF documents via secure API integration.








































