6.7k★by lxgicstudios
regex-writer – OpenClaw Skill
regex-writer is an OpenClaw Skills integration for coding workflows. Generate regex patterns from plain English descriptions. Use when the user needs to create regular expressions without memorizing syntax.
Skill Snapshot
| name | regex-writer |
| description | Generate regex patterns from plain English descriptions. Use when the user needs to create regular expressions without memorizing syntax. OpenClaw Skills integration. |
| owner | lxgicstudios |
| repository | lxgicstudios/regex-writer |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @lxgicstudios/regex-writer |
| last updated | Feb 7, 2026 |
Maintainer

name: regex-writer description: Generate regex patterns from plain English descriptions. Use when the user needs to create regular expressions without memorizing syntax.
Regex Writer
Turn plain English into working regex patterns. Describe what you want to match and get a tested pattern back with explanation and examples.
Usage
npx ai-regex "your description here"
Examples
# Match email addresses
npx ai-regex "match valid email addresses"
# Extract phone numbers
npx ai-regex "US phone numbers with optional country code"
# Get JSON output
npx ai-regex --json "URLs starting with https"
Notes
- Free, open source, MIT licensed
- Built by LXGIC Studios
- GitHub: https://github.com/LXGIC-Studios/ai-regex
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install regex-writer?
Run openclaw add @lxgicstudios/regex-writer in your terminal. This installs regex-writer into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/lxgicstudios/regex-writer. Review commits and README documentation before installing.
