nexus-text-to-sqlConvert natural language to optimized SQL queries
Install via ClawdBot CLI:
clawdbot install cyberforexblockchain/nexus-text-to-sqlGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Sends data to undocumented external endpoint (potential exfiltration)
POST → https://ai-service-hub-15.emergent.host/api/original-services/text-to-sqlCalls external URL not in known-safe list
https://ai-service-hub-15.emergent.host/api/original-services/text-to-sqlAI Analysis
The skill sends user-provided database schemas and questions to an external, undocumented endpoint, creating a potential data exfiltration risk. While the external call is consistent with the skill's stated purpose, the lack of transparency about the endpoint's ownership, data handling, and security practices is a significant concern.
Audited Apr 16, 2026 · audit v1.0
Generated Mar 21, 2026
An e-commerce platform uses this skill to allow non-technical staff to query sales, returns, and inventory data in natural language. For example, they can ask 'What were the top-selling products in the last quarter?' and receive SQL to analyze performance without writing code.
A hospital system integrates this skill to generate SQL queries from medical staff's questions about patient records, such as 'How many patients were admitted with flu symptoms this month?' This enables quick data insights while maintaining schema accuracy for compliance.
A fintech company employs this skill to translate regulatory questions into SQL, like 'List all transactions over $10,000 in the past week.' It ensures queries align with actual database schemas for audits and reporting without manual SQL development.
A logistics firm uses this skill to ask natural language questions about shipment delays or inventory levels, such as 'Which warehouses have low stock of critical items?' The generated SQL helps optimize operations based on real-time schema data.
Charge users a small fee per SQL query generated, leveraging the Cardano-based Masumi Protocol for microtransactions. This model suits occasional users or small businesses needing ad-hoc database insights without subscription commitments.
Offer tiered monthly or annual subscriptions with volume discounts for large organizations requiring high query volumes. Includes premium features like custom database type support and priority processing to attract corporate clients.
License the skill's API to other AI platforms or software vendors for integration into their products. This generates revenue through licensing fees based on usage or flat rates, expanding reach without direct user acquisition.
💬 Integration Tip
Ensure the NEXUS_PAYMENT_PROOF environment variable is set for authentication, and provide clear table schemas in CREATE TABLE format to improve SQL accuracy.
Scored Apr 19, 2026
Use the @steipete/oracle CLI to bundle a prompt plus the right files and get a second-model review (API or browser) for debugging, refactors, design checks, or cross-validation.
Local search/indexing CLI (BM25 + vectors + rerank) with MCP mode.
Use when designing database schemas, writing migrations, optimizing SQL queries, fixing N+1 problems, creating indexes, setting up PostgreSQL, configuring EF Core, implementing caching, partitioning tables, or any database performance question.
Connect to Supabase for database operations, vector search, and storage. Use for storing data, running SQL queries, similarity search with pgvector, and managing tables. Triggers on requests involving databases, vector stores, embeddings, or Supabase specifically.
Use SQLite correctly with proper concurrency, pragmas, and type handling.
Write correct MySQL queries avoiding common pitfalls with character sets, indexes, and locking.