golem-add-postgres-ts

Connect TypeScript agents to PostgreSQL and execute parameterized SQL queries.

1|Updated Oct 9, 2025
One-click install
npx skills add https://github.com/justcoon/golem-shopping-ts --skill golem-add-postgres-ts
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: golem-add-postgres-ts
Source: https://github.com/justcoon/golem-shopping-ts/tree/main/.agents/skills/golem-add-postgres-ts
Command: npx skills add https://github.com/justcoon/golem-shopping-ts --skill golem-add-postgres-ts

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enables TypeScript agents to connect, query, and execute commands on PostgreSQL databases efficiently and securely.

Core Features & Use Cases

  • Database Connectivity: Open and manage PostgreSQL connections within TypeScript code.
  • Query Execution: Run SQL queries with parameterized placeholders to prevent injection.
  • Real-World Scenario: A developer needs to query user data from a local PostgreSQL database in their agent-based application to display customer information dynamically.

Quick Start

Connect your TypeScript agent to PostgreSQL using the provided code snippets to run SQL commands and handle query results.

Frequently Asked Questions about golem-add-postgres-ts

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

FAQPage Schema
How do I connect a TypeScript agent to a PostgreSQL database?

TypeScript agents connect to PostgreSQL using the golem:rdbms/postgres library to establish database connections and manage query execution. The Skill provides code snippets for opening connections and handling results within distributed agent systems.

How do I execute parameterized SQL queries in a TypeScript agent?

TypeScript agents execute parameterized SQL queries using placeholder syntax provided by the Skill. This mechanism prevents SQL injection while allowing agents to securely retrieve and manipulate PostgreSQL database records.

Can I manage database transactions within distributed agent systems?

Yes, database transactions can be managed within distributed agent systems. The Skill facilitates transaction management alongside connection handling and parameterized query execution for TypeScript agents requiring secure SQL interactions.

Does this PostgreSQL integration support parameterized queries to prevent SQL injection?

Yes, the PostgreSQL integration supports parameterized queries to prevent SQL injection. It enables TypeScript agents to execute SQL commands using parameterized placeholders for secure and efficient database interactions within agent-based architectures.

What library does this Skill use for PostgreSQL integration in TypeScript?

The Skill uses the golem:rdbms/postgres library for PostgreSQL integration in TypeScript. This library enables seamless database connectivity, query execution, and transaction management within distributed agent-based applications.