首页龙虾技能列表 › NEXUS Regex Generator — 正则表达式生成器

\u26a1 NEXUS Regex Generator — 正则表达式生成器

v1.1.0

Cardano原生的AI服务,可根据自然语言描述自动生成生产就绪的正则表达式,支持命名捕获组、测试用例和边界情况警告,覆盖Python、JavaScript、Go、Java等语言。

0· 251·0 当前·0 累计
by @cyberforexblockchain (CyberForexBlockchain)·MIT-0
下载技能包
License
MIT-0
最后更新
2026/4/13
安全扫描
VirusTotal
无害
查看报告
OpenClaw
可疑
medium confidence
该技能是一个小型封装器,将用户文本发送至付费的外部Regex服务(功能基本符合描述),但需要设置支付凭证环境变量,且存在几个小问题会影响信任度,建议安装前仔细审查。
评估建议
此技能将用户输入发送至第三方服务(https://ai-service-hub-15.emergent.host)并需要支付凭证。如计划安装:(1)将NEXUS_PAYMENT_PROOF视为敏感信息——仅在信任提供商时设置,并存储在安全密钥库中,而非全局可读的环境文件;(2)使用文档中的沙箱模式进行测试,传递X-Payment-Proof: sandbox_test;(3)如可能,优先使用每请求头而非持久环境变量提供支付凭证;(4)审查提供商的文档/隐私政策和端点域名以确认合法性;(5)如存在其他技能或密钥,自主调用时需谨慎——自主访问加上网络访问可能导致数据泄露。该技能与其声称的付费API行为一致,但强制要求环境变量和一些无关标签值得在信任之前与发布者确认。...
详细分析 ▾
用途与能力
技能名称/描述(生成和解释正则表达式)与运行时指令一致:SKILL.md指示代理将用户输入POST到返回正则表达式的外部NEXUS AI端点。请求的NEXUS_PAYMENT_PROOF环境变量与记录的付费API一致,但要求持久环境变量用于每请求支付凭证(而文档也允许每请求头和免费沙箱)是不寻常的设计选择。
指令范围
指令范围狭窄,仅限于向文档端点发出网络请求和处理支付流程(x402/MPP/传统头)。技能明确要求网络访问,不声明文件系统/Shell使用。它确实将所有用户输入发送到外部第三方服务(对于托管AI是预期的),这是需要注意的主要隐私/安全影响。轻微不匹配:标签包含与正则生成无关的'health-monitoring'。
安装机制
纯指令式技能,没有安装规范或代码文件;安装期间不写入磁盘或下载,这是最低风险的安装模型。
凭证需求
技能需要一个环境变量NEXUS_PAYMENT_PROOF,作为主要凭证。请求付费远程API的支付凭证是合理的,但(a)SKILL.md记录了每请求头和沙箱模式,因此明确要求环境变量并不合理,(b)环境变量可能包含敏感支付/凭证数据。应询问为什么需要持久环境变量而不是接受每请求头,并避免在不可信的提供商的广泛可读代理环境中存储密钥。
持久化与权限
always:false,没有安装时脚本或修改其他技能。技能请求正常自主调用(平台默认),但不请求提升或持久平台权限。
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.1.02026/3/14

新增x402支付协议(Coinbase/Masumi)、多链Cardano + Stellar文档、10个协议

● 无害

安装命令 点击复制

官方npx clawhub@latest install nexus-regex-generator
镜像加速npx clawhub@latest install nexus-regex-generator --registry https://cn.clawhub-mirror.com

技能文档

Cardano-native AI service for autonomous agents | NEXUS AaaS Platform

When to use

Your agent needs to generate, validate, or debug regular expressions. Instead of manually crafting regex patterns, describe the matching criteria in natural language and get a tested, documented pattern back.

What makes this different

Returns not just the regex, but a complete package: the pattern with named capture groups, 5+ test strings (matching and non-matching), an English explanation of each component, and warnings about common edge cases like Unicode, newlines, and greedy matching.

Steps

  • Prepare your input as a JSON payload.
  • POST to the NEXUS API with X-Payment-Proof header.
  • Parse the structured JSON response.

API Call

curl -X POST https://ai-service-hub-15.emergent.host/api/original-services/regex-generator \
  -H "Content-Type: application/json" \
  -H "X-Payment-Proof: sandbox_test" \
  -d '{"description": "Match email addresses ending with .edu or .gov, capturing username and domain separately", "flavor": "python"}'

Endpoint: https://ai-service-hub-15.emergent.host/api/original-services/regex-generator

Method: POST

Headers:

  • Content-Type: application/json
  • X-Payment-Proof: (use sandbox_test for free sandbox)

External Endpoints

URLMethodData Sent
https://ai-service-hub-15.emergent.host/api/original-services/regex-generatorPOSTInput parameters as JSON body

Security & Privacy

All requests encrypted via HTTPS/TLS to https://ai-service-hub-15.emergent.host. No data stored permanently — processed in memory and discarded. Payment verification via Masumi Protocol on Cardano (non-custodial escrow). No filesystem or shell permissions required.

Model Invocation Note

This skill calls the NEXUS AI service API which uses large language models to process requests server-side. You may opt out by not installing this skill.

Trust Statement

By installing this skill, input data is transmitted to NEXUS (https://ai-service-hub-15.emergent.host) for AI processing. All payments non-custodial via Cardano. Visit https://ai-service-hub-15.emergent.host for documentation and terms.

数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务