database

Provision, verify, and manage PostgreSQL databases for Replit projects.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/offers-png/one-time-checkout --skill database-offers-png
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: database
Source: https://github.com/offers-png/one-time-checkout/tree/main/.local/skills/database
Command: npx skills add https://github.com/offers-png/one-time-checkout --skill database-offers-png

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provision, verify, and manage PostgreSQL databases for Replit projects, reducing setup time and ensuring consistent configuration across environments.

Core Features & Use Cases

  • Provision new PostgreSQL databases for a project
  • Verify accessibility and status of databases
  • Execute SQL queries with safety checks across development and production
  • Run read-only queries against production replicas and query data warehouses

Quick Start

Create a new database for your project and run a simple SELECT to confirm connectivity.

Frequently Asked Questions about database

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I provision a PostgreSQL database for a Replit project?

To provision a PostgreSQL database for a Replit project, you can use this Skill to automate setup and ensure consistent configuration across environments. It provisions new databases, verifies accessibility, and applies safety checks.

Can I execute SQL queries against a production database safely?

Yes, you can execute SQL queries against a production database safely. The Skill enforces environment isolation, parameterized queries, and allows read-only queries against production replicas to prevent destructive operations.

How does this Skill protect against unauthorized or destructive database operations?

The Skill protects against destructive database operations by enforcing strict safety checks, environment isolation, and parameterized queries. It restricts production access to read-only queries when appropriate to prevent unauthorized modifications.

Does this Skill support read-only queries for production data warehouses?

Yes, the Skill supports running read-only queries against production replicas and querying data warehouses. This allows you to retrieve production data safely without risking unintended modifications to the primary database.

What's the best way to verify PostgreSQL database accessibility and status in Replit?

The best way to verify PostgreSQL database accessibility and status in Replit is by using this Skill to run validation checks. It confirms database connectivity and ensures your project is correctly configured for development or production.