NEXUS SQL Architect

v1.0.2

Describe your data query in natural language and get optimized, production-ready SQL with proper JOINs, window functions, CTEs, and index recommendations. Su...

0· 210·1 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
Name/description claim SQL generation and optimizations. The SKILL.md only requires a payment proof header and posts the user's natural-language query to the Nexus API — this is consistent with a paid API service that returns SQL. No unrelated binaries, installs, or extra credentials are requested.
Instruction Scope
Runtime instructions direct the agent to POST user-provided JSON (description, dialect, tables) to the external endpoint and parse the JSON response. That is exactly what a hosted SQL-builder service would need; however, the skill will transmit whatever the user supplies (table names, schema snippets, queries) to an external host, so sensitive data could be disclosed. The SKILL.md claims no permanent storage, but that claim cannot be verified from an instruction-only package.
Install Mechanism
No install spec and no code files are present (instruction-only), so nothing is written to disk or fetched at install time. This is the lowest-risk install pattern.
Credentials
Only one required env var (NEXUS_PAYMENT_PROOF) is declared and used to set the X-Payment-Proof header for the API; that is proportionate for a pay-per-request hosted service. No unrelated credentials or config paths are requested.
Persistence & Privilege
always is false and the skill requests only network permission (declared). It does not ask to modify other skills or system config. Autonomous invocation is allowed by default but is not combined with elevated privileges or extra credentials here.
Assessment
This skill is coherent: it sends your query and schema hints to a third-party API and requires a single payment-proof secret. Before installing, verify and trust the endpoint (https://ai-service-hub-15.emergent.host) and its privacy/terms. Do not send production credentials, full database dumps, or PII — instead test with sandbox_test or anonymized examples. Store NEXUS_PAYMENT_PROOF securely (secrets store), rotate it if possible, and monitor usage/billing. If you need on-premise guarantees or cannot expose schema details, prefer a local/offline SQL generation tool instead.

Like a lobster shell, security has layers — review code before you run it.

aivk970cg0nc3csj6kdd1wtgthzq182t0t2cardanovk970cg0nc3csj6kdd1wtgthzq182t0t2latestvk970cg0nc3csj6kdd1wtgthzq182t0t2

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

Clawdis
EnvNEXUS_PAYMENT_PROOF
Primary envNEXUS_PAYMENT_PROOF

Comments