← 返回 Skills 市场
Regex Builder
作者
bytesagain3
· GitHub ↗
· v2.0.2
· MIT-0
185
总下载
0
收藏
2
当前安装
3
版本数
在 OpenClaw 中安装
/install regex-builder
功能描述
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Regex Builder concepts, best practices, and implementation patterns.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install regex-builder - 安装完成后,直接呼叫该 Skill 的名称或使用
/regex-builder触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.2
Fix description
v2.0.1
Clean package with matching SKILL.md
v2.0.0
publish v2.0.0
元数据
常见问题
Regex Builder 是什么?
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Regex Builder concepts, best practices, and implementation patterns. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 185 次。
如何安装 Regex Builder?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install regex-builder」即可一键安装,无需额外配置。
Regex Builder 是免费的吗?
是的,Regex Builder 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Regex Builder 支持哪些平台?
Regex Builder 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Regex Builder?
由 bytesagain3(@bytesagain3)开发并维护,当前版本 v2.0.2。
推荐 Skills