首页龙虾技能列表 › NEXUS Sql Builder — 技能工具

\u26a1 NEXUS Sql Builder — 技能工具

v1.1.0

Generate complex SQL queries from requirements

0· 256·1 当前·1 累计
by @cyberforexblockchain (CyberForexBlockchain)·MIT-0
下载技能包
License
MIT-0
最后更新
2026/4/14
安全扫描
VirusTotal
可疑
查看报告
OpenClaw
可疑
medium confidence
The skill's stated purpose (building SQL) matches its runtime instructions, but it requires a payment proof credential and sends your queries to an external service — the origin is unknown and the payment credential is sensitive, so proceed with caution.
评估建议
This skill is essentially a thin client that sends your input to a remote paid API and requires a payment credential. Before installing: (1) verify you trust the service owner and the domain (no homepage or reputable owner info is provided here); (2) do not send sensitive production schemas, credentials, or PII to the service — consider redacting or testing on sanitized examples; (3) prefer using the documented sandbox mode (X-Payment-Proof: sandbox_test) to validate behavior before providing re...
详细分析 ▾
用途与能力
The skill claims to generate SQL and its SKILL.md is an instruction-only client for a paid external SQL-generation API. Requiring a payment proof credential (NEXUS_PAYMENT_PROOF) and network access is coherent with a paid external API.
指令范围
Runtime instructions send user input to https://ai-service-hub-15.emergent.host and require including payment headers (X-PAYMENT, Authorization: Payment, or X-Payment-Proof). All user input will be transmitted off-host to a third-party service; the skill also instructs posting signed Stellar XDRs to a sponsor endpoint. These are expected for a paid remote API but pose privacy and credential-use risks (sensitive DB schemas or secrets in queries could be exfiltrated).
安装机制
Instruction-only skill with no install spec or code files — nothing is written to disk and no third-party packages are fetched during install. This reduces installer-side risk.
凭证需求
Only one env var is required (NEXUS_PAYMENT_PROOF) and it's declared as the primary credential. That is proportionate to a paid API, but the variable is sensitive (a payment credential) and grants the skill ability to perform paid calls; storing or exposing it carelessly could incur costs or enable misuse.
持久化与权限
always:false (default) and no install actions; the skill does not request elevated or persistent system privileges. Autonomous invocation is allowed (platform default) but not combined with other high-risk flags.
安全有层次,运行前请审查代码。

License

MIT-0

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

运行时依赖

无特殊依赖

版本

latestv1.1.02026/3/14

Added x402 payment protocol (Coinbase/Masumi), multi-chain Cardano + Stellar documentation, 10 protocols

● 可疑

安装命令 点击复制

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

技能文档

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

When to use

Your agent needs to query databases but works with natural language input. Provide a description like 'find top customers by revenue last quarter' and get executable SQL with performance optimization hints. Handles complex multi-table JOINs, aggregations, and subqueries.

What makes this different

Dialect-aware: generates syntax specific to your database (PostgreSQL arrays, MySQL LIMIT, SQL Server TOP). Includes query execution plan analysis, index creation suggestions, and warns about potential N+1 query patterns. Handles CTEs, window functions, and recursive queries.

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/sql-builder \
  -H "Content-Type: application/json" \
  -H "X-Payment-Proof: sandbox_test" \
  -d '{"description": "Find top 10 customers by total spend in last 90 days with their most recent order date", "dialect": "postgresql", "tables": "customers, orders, order_items"}'

Endpoint: https://ai-service-hub-15.emergent.host/api/original-services/sql-builder 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/sql-builderPOSTInput 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 技能定制 / 插件定制 / 私有工作流定制

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

了解定制服务