← Back to Skills Marketplace
bytesagain3

Regex Builder

by bytesagain3 · GitHub ↗ · v2.0.2 · MIT-0
cross-platform ✓ Security Clean
185
Downloads
0
Stars
2
Active Installs
3
Versions
Install in OpenClaw
/install regex-builder
Description
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Regex Builder concepts, best practices, and implementation patterns.
Usage Guidance
This skill appears to be a benign, self-contained reference/CLI that prints documentation. Before installing or executing the bundled script, consider: (1) the version mismatch between SKILL.md (2.0.2) and the script (2.0.1) is likely a packaging oversight — check the upstream repo if you need exact versions; (2) although the skill does not request credentials or perform network calls, always review and run unfamiliar scripts in an isolated environment if you plan to execute them locally; (3) if you expect the agent to call external services, verify those behaviors are explicit in the skill (they are not here). Overall the components are coherent with the stated purpose.
Capability Analysis
Type: OpenClaw Skill Name: regex-builder Version: 2.0.2 The regex-builder skill is a purely informational reference tool. The primary script (scripts/script.sh) contains only static text documentation delivered via bash heredocs, with no network activity, file system modifications, or credential access. All commands and instructions in SKILL.md align perfectly with the provided code logic.
Capability Assessment
Purpose & Capability
The name/description are a documentation/reference tool and the included shell script implements a CLI that prints reference text. There are no unrelated environment variables, binaries, or external services required. Minor bookkeeping mismatch: SKILL.md lists version 2.0.2 while the script sets VERSION="2.0.1", which appears to be a small consistency/packaging issue rather than a security problem.
Instruction Scope
SKILL.md explicitly says commands output plain text with no external API calls or network access. The runtime script only emits heredoc text for commands and does not read files, environment variables, or make network requests. The quickstart text mentions "required tools and access credentials" in prose but the skill does not actually require or access any credentials.
Install Mechanism
There is no install spec (instruction-only style). A single shell script is bundled; it is not a downloaded/extracted binary and contains only harmless printing logic. No external URLs, archives, or installers are executed by the skill.
Credentials
The skill declares no required environment variables, credentials, or config paths, and the script does not read any environment variables or secrets. The lack of credentials is proportionate to a static reference tool.
Persistence & Privilege
always is false and the skill does not request persistent presence or modify other skills or system-wide settings. It does not perform any installation or background processes.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install regex-builder
  3. After installation, invoke the skill by name or use /regex-builder
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.2
Fix description
v2.0.1
Clean package with matching SKILL.md
v2.0.0
publish v2.0.0
Metadata
Slug regex-builder
Version 2.0.2
License MIT-0
All-time Installs 2
Active Installs 2
Total Versions 3
Frequently Asked Questions

What is Regex Builder?

Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Regex Builder concepts, best practices, and implementation patterns. It is an AI Agent Skill for Claude Code / OpenClaw, with 185 downloads so far.

How do I install Regex Builder?

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

Is Regex Builder free?

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

Which platforms does Regex Builder support?

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

Who created Regex Builder?

It is built and maintained by bytesagain3 (@bytesagain3); the current version is v2.0.2.

💬 Comments