Maintenance in progress: we are indexing a large batch of new skills. Some pages may load slowly or briefly show no results. Nothing is lost, and everything is back to normal within the hour.

Create Readonly DB Role

Provision a hardened SELECT-only Postgres role so AI agents can safely read a production database. Works on Supabase and any Postgres. Use when the user wants agents to query prod data, says "read-only role", "safe prod DB access for agents", or is tired of running SQL by hand for agents. Differentiator: this skill CREATES the role and wiring; day-to-day querying belongs in a project-local skill.

Solizardking c32ce8b 5.4 KB Updated 0 repo stars

File contents

Solizardking/skills/tree/main/skills/ops-and-setup/create-readonly-db-role commit c32ce8be3e

Frequently asked questions

npx skillmds add solizardking/create-readonly-db-role