neonNeon serverless Postgres — manage projects, branches, databases, roles, endpoints, and compute via the Neon API. Create database branches for development, ma...
Install via ClawdBot CLI:
clawdbot install aiwithabidi/neonGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://www.agxntsix.aiAudited Apr 17, 2026 · audit v1.0
Generated Mar 20, 2026
Automates the creation and management of isolated database branches for development, testing, and staging environments. Enables teams to quickly spin up and tear down database copies, ensuring consistent and efficient workflows without manual intervention.
Facilitates database recovery by restoring branches to specific timestamps, minimizing data loss after incidents. Useful for rolling back errors or recovering from corruption, ensuring business continuity with minimal downtime.
Manages separate database instances or branches for different clients or tenants in SaaS applications. Allows scaling and isolating data per customer, enhancing security and performance while automating provisioning and monitoring.
Monitors consumption metrics like compute hours and storage to optimize resource usage and control costs. Automates scaling of compute resources based on demand, helping businesses manage serverless Postgres expenses effectively.
Offers automated database management, branching, and scaling as a service to clients, reducing their operational overhead. Revenue is generated through subscription fees based on usage tiers or premium support packages.
Integrates the skill into CI/CD pipelines or development platforms to enhance database automation for software teams. Revenue comes from licensing fees for the integrated tool or partnerships with platform providers.
Provides consulting services to help businesses set up and optimize their Neon Postgres workflows, including custom automation and training. Revenue is generated through project-based fees or ongoing retainer agreements.
💬 Integration Tip
Ensure the NEON_API_KEY environment variable is securely set before use, and start with simple commands like listing projects to verify connectivity.
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.