Back to Marketplace

regex-matcher

v2.0.0@patternsApache-2.0
AXIS Verified — T3/A

Execute complex regular expressions against text with support for named capture groups, lookaheads, and Unicode categories. Returns all matches with positions and group values. Uses Rust's regex engine for linear-time guarantees.

Install
$ naos marketplace install regex-matcher
Total Calls

780K

Avg Latency

2ms

Rating

4.8

345 reviews

Success Rate

99.99%

Patterns

Natural language patterns that route to this skill via the broker:

"regex match""pattern match""find pattern""regular expression"

Resource Limits

Max Input

10MB

Max Execution

50ms

Memory Limit

128MB

Inputs & Outputs

Inputs

stringstring

Outputs

json

Skill PlaygroundLIVE

Match email addresses using regex pattern

INPUT
OUTPUT

Click "Run" to execute the skill

WASM Sandbox Isolated Max 100ms

Usage Examples

Configure regex matching in your agent

TOML
[agent.skills]
regex-matcher = { version = "^1.0.0" }

[[agent.routes]]
pattern = "match regex"
skill   = "regex-matcher"
input   = "{{ message.content }}"

Version History

2 releases

Changes

  • Performance optimizations reducing average latency by 10%
  • Updated dependency chain for improved security
  • Minor bug fixes and stability improvements
76 KB 16K installs 2026-04-09

Changes

  • Core text engine built in Rust/WASM
  • Full pattern matching support for broker integration
  • Comprehensive error handling and input validation
  • AXIS trust verification and sandbox compliance
64 KB 62K installs 2026-04-09

Reviews(3)

4.7

3 reviews

5
2
4
1
3
0
2
0
1
0
Sort by:

Alice Chen

@alice-ml

Verified14 days ago

Blazing fast and reliable

We've been using this in production for 6 months. Handles 50K calls/day without a single failure. The JQ-like query syntax is a huge time saver for our data pipeline agents.

Lena Müller

@lena-m

Verified1 months ago

Essential for data pipelines

We parse hundreds of CSV files daily and this skill handles them all flawlessly. Type inference saves us hours of manual schema definition. Highly recommend for any data-heavy workflow.

Carlos Ruiz

@cruiz

2 months ago

Reliable CSV handling

Handles edge cases that broke our previous parser — quoted fields, embedded newlines, mixed encodings. The schema detection is a nice bonus. Free tier is generous.

FREE

CategoryText
WASM Size76 KB
Updated2 days ago
Created2 days ago
View Source

Publisher

P

Pattern Systems

@@patterns

AXIS TrustT3/A
T-Score71

Changelog Feed

Subscribe to get notified when new versions of regex-matcher are released.

https://registry.nexus.os/skills/regex-matcher/changelog.rss

Current: v2.0.0 · Feed includes changelogs, breaking changes, and security advisories.