Openclaw Regex Engine
Pricing
Pay per usage
Openclaw Regex Engine
Pricing
Pay per usage
Rating
0.0
(0)
Developer

yagami yedan
Actor stats
0
Bookmarked
1
Total users
0
Monthly active users
2 days ago
Last modified
Categories
Share
Test, explain, and generate regular expressions with AI assistance. MCP-compatible.
Features
- MCP-compatible: Works as a Model Context Protocol server in standby mode
- Direct execution: Run tools directly from the Apify Store UI
- Pay-per-event: Only pay $0.01 per tool execution
- Pro API key support: Bring your OpenClaw Pro key for higher backend rate limits
Available Tools
test_regex
Test a regular expression against a string and return all matches.
Parameters:
pattern(string, required): The regex patterntest_string(string, required): The string to test againstflags(string, optional): Regex flags (g, i, m, etc.)
explain_regex
Get a human-readable explanation of a regular expression.
Parameters:
pattern(string, required): The regex pattern to explain
generate_regex
Generate a regex pattern from a natural language description.
Parameters:
description(string, required): Natural language description of the pattern
Usage
As an Apify Actor (direct execution)
Run this Actor from the Apify Console or API:
{"tool": "test_regex","toolInput": {"pattern": "","test_string": "","flags": "g"},"apiKey": "your-pro-key-optional"}
As an MCP Server (standby mode)
Connect to this Actor's MCP endpoint from any MCP client:
https://yagami8095--openclaw-regex-engine.apify.actor/mcp
Configure in Claude Desktop (claude_desktop_config.json):
{"mcpServers": {"openclaw-regex-engine": {"command": "npx","args": ["-y", "mcp-remote", "https://yagami8095--openclaw-regex-engine.apify.actor/mcp"],"env": {"APIFY_TOKEN": "your_apify_token"}}}}
Via Apify API
curl -X POST "https://api.apify.com/v2/acts/yagami8095~openclaw-regex-engine/runs" \-H "Authorization: Bearer YOUR_APIFY_TOKEN" \-H "Content-Type: application/json" \-d '{"tool": "test_regex", "toolInput": {}}'
Pricing
| Tier | Cost | Details |
|---|---|---|
| Free backend | $0.01/tool call (Apify) | Limited backend rate (see worker limits) |
| Pro backend | $0.01/tool call (Apify) + $9 one-time Pro key | 1000 calls/day backend limit |
Backend
This Actor proxies requests to the OpenClaw regex-engine-mcp Cloudflare Worker at https://regex-engine-mcp.yagami8095.workers.dev.
Links
License
MIT