postgres-aiminder

Query the AiMinder PostgreSQL database to retrieve and analyze data.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/AIMinderTeam/aiminder-server --skill postgres-aiminder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: postgres-aiminder
Source: https://github.com/AIMinderTeam/aiminder-server/tree/main/.claude/skills/postgres-aiminder
Command: npx skills add https://github.com/AIMinderTeam/aiminder-server --skill postgres-aiminder

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires psycopg2-binary, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill eliminates the tedious manual work of interacting with the AiMinder local PostgreSQL database. It simplifies querying, schema exploration, and data analysis, freeing you from complex command-line tools or GUI setups. Automate your data retrieval and analysis tasks, saving time and reducing the risk of manual errors.

Core Features & Use Cases

  • Effortless Database Querying: Execute SQL queries to retrieve data from any table in the AiMinder database.
  • Instant Schema Exploration: Quickly inspect table structures, column names, and data types to understand the database layout.
  • Streamlined Data Analysis: Analyze user, goal, schedule, and conversation data with simple prompts.
  • Use Case: Need to verify a user's active goals or review recent chat history? Simply ask the AI to query the database for "active goals for user 'X'" or "last 5 conversations," and get instant, formatted results without writing complex SQL or opening a database client.

Quick Start

Query the AiMinder database to show the titles and target dates of all active goals.