← 返回 Skills 市场
kofna3369

Axiom Regex Visualizer

作者 Kofna3369 · GitHub ↗ · v0.1.2 · MIT-0
cross-platform ✓ 安全检测通过
38
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install axiom-regex-visualizer
功能描述
Regex visualizer — parse any regex and visualize its structure (groups, quantifiers, anchors, character classes). Use when you need to understand or document...
使用说明 (SKILL.md)

axiom-regex-visualizer

Version: 0.1.2 Axioma Tools

Parses regular expressions and shows their structure visually.

What this skill does

  • Visual tree of regex components
  • Plain-English explanation of each part
  • Highlights groups, quantifiers, anchors
  • Supports Python re syntax (basic + extensions)

When to use this skill

  • ✅ Understand a regex you didn't write
  • ✅ Document a complex pattern
  • ✅ Debug regex matching issues
  • ❌ Test if regex matches a string (use re.match)
  • ❌ Support Perl/PCRE-only features

Usage

python3 axiom_regex_visualizer.py "^(?:[a-z0-9!#$%&*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&*+/=?^_`{|}~-]+)*)@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?$"
from axiom_regex_visualizer import parse, explain
tree = parse(r'\b\d{3}-\d{4}\b')
explain(tree)  # 'Word boundary, exactly 3 digits, dash, exactly 4 digits, word boundary'

Validation

Check Status
Unit tests 20+ cases
Performance \x3C100ms
Security Pure stdlib, no injection
Determinism Byte-to-byte stable
License Apache-2.0

Last updated: 2026-06-14

安全使用建议
This looks safe to install for local regex explanation. Be aware that regex patterns passed on the command line may appear in shell history or terminal output, so avoid pasting secrets into regex examples.
能力评估
Purpose & Capability
The artifacts consistently describe a regex visualizer, and the Python code tokenizes, visualizes, and explains regex patterns using standard-library parsing and terminal output.
Instruction Scope
Runtime instructions are narrow and user-directed, though the documentation has minor quality inconsistencies such as referencing a parse function that is not implemented and version/license wording that is not fully consistent.
Install Mechanism
The package is a small set of markdown files, a Python script, and tests; there are no install hooks, dependency installers, package manager scripts, or automatic execution mechanisms.
Credentials
The requested environment access is proportionate: the script takes a regex string as input and prints analysis; inspected code shows no network use, credential handling, broad filesystem access, or subprocess execution.
Persistence & Privilege
No persistence, privilege escalation, background workers, scheduled jobs, auth/session use, or durable local indexing behavior was found.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install axiom-regex-visualizer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /axiom-regex-visualizer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.2
Initial publish: Regex visualizer. Parse and visualize any regex structure (groups, quantifiers, anchors).
元数据
Slug axiom-regex-visualizer
版本 0.1.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Axiom Regex Visualizer 是什么?

Regex visualizer — parse any regex and visualize its structure (groups, quantifiers, anchors, character classes). Use when you need to understand or document... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 38 次。

如何安装 Axiom Regex Visualizer?

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

Axiom Regex Visualizer 是免费的吗?

是的,Axiom Regex Visualizer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Axiom Regex Visualizer 支持哪些平台?

Axiom Regex Visualizer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Axiom Regex Visualizer?

由 Kofna3369(@kofna3369)开发并维护,当前版本 v0.1.2。

💬 留言讨论