community-automations/postgres-conv-agent

Investigación e Inteligencia

PublicSubagente de Claude

Agente conversacional Postgres

La mayoría de quienes necesitan un dato de Postgres no saben escribir la consulta, así que abren un ticket y esperan. Este agente deja que simplemente pregunten, por chat, y reciban la respuesta de vuelta.

sonnet3 díasPostgresOpenAILangChainpgBouncer
ClaudeClaude
ROI for
README.md

Por qué este subagente

La mayoría de quienes necesitan un dato de Postgres no saben escribir la consulta, así que abren un ticket y esperan. Este agente deja que simplemente pregunten, por chat, y reciban la respuesta de vuelta.

Cada conexión pasa por un rol de solo lectura, así que nada en la base de datos puede cambiar. El agente escribe el SELECT, lo ejecuta, explica las filas en lenguaje claro y muestra el SQL exacto debajo para que el resultado sea fácil de creer.

Cómo se ejecuta

    • Read

      Used at step 01 to kick off the pipeline.

    • Write

      Used at step 01 to kick off the pipeline.

    • WebFetch

      Used at step 01 to kick off the pipeline.

    • WebSearch

      Used at step 01 to kick off the pipeline.

Salida de ejemplo

json
// Sample output
// (generated when the pipeline finishes)

Answer questions about the Postgres database using read-only SELECT queries and report both the result and the SQL used.

Unlock the rest

The full agent definition, install snippet, and starter task are gated for community members.

Members get the full `.md` agent file, the npm / pnpm install one-liners, a starter prompt that we've tuned against real runs, and the open-source repo when this automation ships there. One email, magic link, done.