Executes safe, read-only SQL queries and explores schemas across multiple PostgreSQL databases.
The PostgreSQL Read-Only Explorer skill provides a secure way for Claude to interact with your data environments without the risk of accidental modification. It allows for seamless exploration of database schemas, listing of tables, and execution of complex SELECT queries across multiple configured databases. By enforcing connection-level read-only modes, query timeouts, and row limits, this skill ensures that data analysis and schema discovery are performed safely, making it an essential tool for developers and analysts who need to verify database contents or understand data structures during the coding process.
主要功能
01Multi-database support with intelligent auto-selection based on descriptions
02Strict read-only enforcement using PostgreSQL session modes and query validation
03Secure credential handling with SSL support and error message sanitization
04Automated schema and table exploration for rapid data discovery
051 GitHub stars
06Performance safeguards including a 30-second timeout and 10,000-row limit
使用场景
01Exploring database schemas to map out data models for application development
02Verifying data integrity and checking database contents during troubleshooting
03Analyzing production or staging data to generate reports and insights