skills$openclaw/regex-writer
lxgicstudios6.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.

6.7k stars617 forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

nameregex-writer
descriptionGenerate regex patterns from plain English descriptions. Use when the user needs to create regular expressions without memorizing syntax. OpenClaw Skills integration.
ownerlxgicstudios
repositorylxgicstudios/regex-writer
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @lxgicstudios/regex-writer
last updatedFeb 7, 2026

Maintainer

lxgicstudios

lxgicstudios

Maintains regex-writer in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
282 B
SKILL.md
760 B
SKILL.md

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

README.md

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.