sql-builder
Convert natural language queries into safe, parameterized SQL. Supports PostgreSQL, MySQL, and SQLite dialects. Prevents SQL injection by design. Includes schema-aware completion and query optimization hints.
$ naos marketplace install sql-builder680K
18ms
4.5
234 reviews
99.7%
Patterns
Natural language patterns that route to this skill via the broker:
Resource Limits
Max Input
10KB
Max Execution
200ms
Memory Limit
256MB
Inputs & Outputs
Inputs
Outputs
Usage Examples
Enable natural language to SQL conversion
[agent.skills]
sql-builder = { version = "^1.0.0" }
[[agent.routes]]
pattern = "build SQL query"
skill = "sql-builder"
input = "{{ message.content }}"Version History
2 releasesDependencies & Related Skills
Optional
Commonly Used With
Reviews(5)
4.4
5 reviews
Sarah Kim
@skim-ai
Transformed our NLP pipeline
The sentiment analysis is remarkably accurate across English, Spanish, and Korean. Emotion detection adds a layer our previous solution didn't have. Worth every cent.
Emma Wilson
@ewilson
Clean API, great results
The structured output with confidence scores makes it easy to build reliable downstream logic. We use this for email validation in our onboarding flow and it catches 99% of bad addresses.
Dev Patel
@devp
Good but could be faster
Works well for most use cases but latency spikes on very large inputs. The 200ms timeout is tight for documents over 2MB. Hope to see optimizations in the next version.
James O'Brien
@jobrien
Exactly what our agents needed
Integrated this into our multi-agent workflow and it just works. The error messages for malformed JSON are incredibly helpful for debugging. 10/10.
Yuki Tanaka
@yuki-t
Solid performance, good value
At $0.0001/call this is a steal. We process millions of JSON documents monthly and the cost is negligible. Would give 5 stars if streaming support was added.
$0.0003/call
Developer earns $0.00021/call (70%)
Revenue Split
Changelog Feed
Subscribe to get notified when new versions of sql-builder are released.
Current: v2.2.0 · Feed includes changelogs, breaking changes, and security advisories.