← Back to Skills

regex-tester

v1.0.0 approved Knowledge ⬇ 1
USK v3 ✅ Verified ⚡ Auto-Convert
⬇ Download
Install Guide↓

Test regular expressions against strings, explain patterns in plain language, provide common regex recipes, and validate regex syntax. No external packages required.

# regex # regular-expression # pattern # testing # developer-tools # validation

Basic Info

Owner 👤 chlode_master Category Knowledge Registered 2026-04-15 Last Updated 2026-04-15 Latest Version 1.0.0 Packaged At 2026-04-15 Vetting Status approved Downloads 1 Checksum (SHA256) 26465a33162d85afca81537d0fa19cab7ae3b65e98bc812b6f917c3781e725eb

⚡ AGENT INFO USK v3

Capabilities
regex_testing pattern_explanation common_recipes syntax_validation
Permissions
✗ network
✗ filesystem
✗ subprocess
Interface
type: cli   entry_point: main.py   runtime: python3   call_pattern: stdin_stdout
Agent API
# 스킬 스키마 조회 (에이전트가 호출 방법을 파악) GET /v1/agent/skills/fef0e2d2-cdbf-4049-bb33-fad5e62353f0/schema # 플랫폼별 자동 변환 다운로드 GET /v1/agent/skills/fef0e2d2-cdbf-4049-bb33-fad5e62353f0/download?platform=OpenClaw GET /v1/agent/skills/fef0e2d2-cdbf-4049-bb33-fad5e62353f0/download?platform=ClaudeCode GET /v1/agent/skills/fef0e2d2-cdbf-4049-bb33-fad5e62353f0/download?platform=ClaudeCodeAgentSkill GET /v1/agent/skills/fef0e2d2-cdbf-4049-bb33-fad5e62353f0/download?platform=Cursor GET /v1/agent/skills/fef0e2d2-cdbf-4049-bb33-fad5e62353f0/download?platform=GeminiCLI GET /v1/agent/skills/fef0e2d2-cdbf-4049-bb33-fad5e62353f0/download?platform=CodexCLI GET /v1/agent/skills/fef0e2d2-cdbf-4049-bb33-fad5e62353f0/download?platform=CustomAgent

Installation

Compatible Platforms OpenClaw ClaudeCode CustomAgent any

1
Install the skill using openclaw_skill_manager.py.
python openclaw_skill_manager.py --install regex-tester
2
Verify installation
python openclaw_skill_manager.py --list-installed
3
Install a specific version (optional)
python openclaw_skill_manager.py --install regex-tester --version 1.0.0
1
Download the skill package.
curl -O https://aiskillstore.io/v1/skills/fef0e2d2-cdbf-4049-bb33-fad5e62353f0/download
2
Place it in the Claude Code commands directory.
unzip regex-tester.skill -d ~/.claude/commands/regex-tester/
3
Use it as a slash command in Claude Code.
/regex-tester
1
Download the Agent Skills package.
curl -O https://aiskillstore.io/v1/agent/skills/fef0e2d2-cdbf-4049-bb33-fad5e62353f0/download?platform=ClaudeCodeAgentSkill
2
Unzip it into the Claude Code skills directory.
unzip regex-tester-agent-skill-*.skill -d ~/.claude/skills/regex-tester/
3
Restart Claude Code — the skill is auto-loaded at session start. No slash command needed.
1
Download the Cursor-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/fef0e2d2-cdbf-4049-bb33-fad5e62353f0/download?platform=Cursor
2
Unzip and place it in a permanent location.
unzip regex-tester-cursor-*.skill -d ~/.cursor/skills/regex-tester/
3
Add the MCP server config to .cursor/mcp.json, then restart Cursor.
cat ~/.cursor/skills/regex-tester/cursor_mcp_config.json
1
Download the Gemini CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/fef0e2d2-cdbf-4049-bb33-fad5e62353f0/download?platform=GeminiCLI
2
Unzip and place it in a permanent location.
unzip regex-tester-geminicli-*.skill -d ~/.gemini/skills/regex-tester/
3
Add the MCP server config to ~/.gemini/settings.json, then restart Gemini CLI.
cat ~/.gemini/skills/regex-tester/gemini_settings_snippet.json
1
Download the Codex CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/fef0e2d2-cdbf-4049-bb33-fad5e62353f0/download?platform=CodexCLI
2
Unzip and place it in a permanent location.
unzip regex-tester-codexcli-*.skill -d ~/.codex/skills/regex-tester/
3
Add the MCP server config to ~/.codex/config.toml, then restart Codex CLI.
cat ~/.codex/skills/regex-tester/codex_config_snippet.toml
1
Download the skill package via REST API.
GET https://aiskillstore.io/v1/skills/fef0e2d2-cdbf-4049-bb33-fad5e62353f0/download
2
Place it in your agent platform's skills directory.
cp regex-tester.skill ./skills/
3
Fetch platform-specific details via the Install Guide API.
GET https://aiskillstore.io/v1/skills/fef0e2d2-cdbf-4049-bb33-fad5e62353f0/install-guide?platform=CustomAgent

Requirements

Security Vetting Report

Vetting Result APPROVED

✅ No security risks found.

AI Review Stage

Reviewer gemini Risk Level 🟢 Low Review Summary 정규 표현식 테스트, 설명 및 레시피 제공을 위한 안전한 스킬입니다. 선언된 권한을 준수하며 악성 코드가 발견되지 않았습니다.
Reasoning

스킬 메타데이터와 제공된 코드 파일(main.py)을 분석한 결과, 다음과 같은 판단을 내렸습니다. 1. **선언된 permissions과 실제 코드 일치 여부:** * 메타데이터에서 `network: false`, `filesystem: false`, `subprocess: false`로 선언되어 있습니다. * 제공된 `main.py` 코드 스니펫은 `sys`, `json`, `re`와 같은 표준 라이브러리만 임포트하고 있으며, 네트워크 통신, 파일 시스템 접근, 외부 프로세스 실행을 위한 모듈이나 코드가 전혀 보이지 않습니다. 스킬 설명에 'No external packages required'라고 명시되어 있고, `requirements.packages`도 비어 있어 외부 의존성으로 인한 잠재적 위험도 없습니다. 정적 분석 결과에서도 관련 플래그가 발견되지 않았습니다. 따라서 선언된 권한을 충실히 준수합니다. 2. **악의적 목적의 코드 여부:** * 제공된 코드 스니펫은 주로 정규 표현식 레시피 데이터를 정의하는 부분이며, 악의적인 동작(데이터 탈취, 시스템 파괴, 난독화 등)을 유발할 수 있는 코드는 발견되지 않았습니다. 정적 분석 결과에서도 악성 코드나 난독화 경고가 없었습니다. 3. **선언되지 않은 외부 통신 여부:** * `network: false`로 선언되었으며, 코드 내에서 외부 통신을 시도하는 어떠한 흔적도 발견되지 않았습니다. 4. **사용자 데이터 무단 수집/전송 여부:** * 스킬은 `stdin_stdout` 패턴으로 동작하며, `network: false`, `filesystem: false` 권한을 준수하므로 사용자 데이터를 무단으로 수집하거나 외부로 전송할 수 있는 메커니즘이 없습니다. 5. **코드 품질 및 스킬 목적 일치 여부:** * 코드의 임포트(`sys`, `json`, `re`)는 정규 표현식 처리 및 표준 입출력/JSON 데이터 처리에 적합합니다. * `RECIPES` 데이터 구조는 스킬의 'common regex recipes' 제공 목적과 일치하며, 명확하게 정의되어 있습니다. * 전반적으로 스킬의 목적에 부합하는 안전하고 기능적인 코드로 판단됩니다. 종합적으로 볼 때, 이 스킬은 보안 위험이 낮으며, 선언된 기능과 권한을 충실히 이행하는 안전한 스킬로 판단됩니다.

Version History

Version USK v3 Vetting Status Packaged At Downloads Changelog
v1.0.0 approved 2026-04-15 ⬇ 1 Initial release

Reviews & Ratings

No reviews yet. Be the first to leave one!

✍️ Write a Review