← 返回 Skills 市场
gitgoodordietrying

Regex Patterns

作者 gitgoodordietrying · GitHub ↗ · v1.0.0
linuxdarwinwin32 ✓ 安全检测通过
4026
总下载
1
收藏
17
当前安装
1
版本数
在 OpenClaw 中安装
/install regex-patterns
功能描述
Practical regex patterns across languages and use cases. Use when validating input (email, URL, IP), parsing log lines, extracting data from text, refactoring code with search-and-replace, or debugging why a regex doesn't match.
安全使用建议
This skill is a straightforward, instruction-only regex cookbook and appears internally consistent. Things to consider before installing or allowing autonomous use: (1) provenance — the source/homepage is unknown, so review the patterns yourself before using them in production; (2) the examples run grep/python/node against local files (logs, src/), so avoid running them against sensitive directories unless you trust the agent and understand the commands; (3) several provided regexes are simplified and may produce false positives/negatives (especially for emails, URLs, and IPv6) — validate them against your datasets; and (4) because it’s instruction-only there’s low install risk (no downloads or secrets requested), but exercise caution about autonomous invocation if you do not want automated scanning of local files.
功能分析
Type: OpenClaw Skill Name: regex-patterns Version: 1.0.0 The skill bundle is a purely informational regex pattern cookbook. The `SKILL.md` provides examples of regex usage across various languages and command-line tools (`grep`, `sed`, `perl`). While these examples demonstrate powerful text processing capabilities that involve file access, they are presented as illustrative patterns and usage examples, not as direct instructions for the AI agent to execute on its own system or sensitive data. There is no evidence of prompt injection, data exfiltration, malicious execution, or persistence mechanisms. The required binaries (`grep`, `python3`, `node`) are consistent with the skill's stated purpose of demonstrating regex patterns.
能力评估
Purpose & Capability
The name/description (regex patterns for validation, parsing, extraction, refactoring) aligns with the actual content. The SKILL.md includes examples for grep, JavaScript, and Python, which matches the declared anyBins requirement (grep, python3, node). No unrelated binaries, env vars, or installs are requested.
Instruction Scope
The instructions are an extensive cookbook of patterns and command-line examples (many grep -P invocations) that operate on typical file paths (access.log, syslog, src/*.ts, file.txt). This is coherent for a regex reference, but those examples will cause the agent to read local files when executed — which is expected for this use case but could surface sensitive data if run against system or project directories.
Install Mechanism
No install specification or code is provided (instruction-only). That minimizes disk/write risk — nothing is downloaded or written by the skill itself.
Credentials
The skill requests no environment variables or credentials. The lack of secrets or unrelated service tokens is proportionate to a regex-patterns reference.
Persistence & Privilege
always is false and the skill does not request persistent or elevated privileges. Model invocation is enabled (the platform default), which is normal for skills of this type.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install regex-patterns
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /regex-patterns 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Validation patterns, parsing, extraction, JS/Python/Go/grep usage, search-and-replace, lookahead/lookbehind, gotchas
元数据
Slug regex-patterns
版本 1.0.0
许可证
累计安装 17
当前安装数 17
历史版本数 1
常见问题

Regex Patterns 是什么?

Practical regex patterns across languages and use cases. Use when validating input (email, URL, IP), parsing log lines, extracting data from text, refactoring code with search-and-replace, or debugging why a regex doesn't match. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 4026 次。

如何安装 Regex Patterns?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install regex-patterns」即可一键安装,无需额外配置。

Regex Patterns 是免费的吗?

是的,Regex Patterns 完全免费(开源免费),可自由下载、安装和使用。

Regex Patterns 支持哪些平台?

Regex Patterns 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin, win32)。

谁开发了 Regex Patterns?

由 gitgoodordietrying(@gitgoodordietrying)开发并维护,当前版本 v1.0.0。

💬 留言讨论