Postgres
Queries Dedalus ERP's PAS module via PostgreSQL to retrieve patient accounting data and related financial information.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add dedalus-erp-pas-postgres npx -- -y @trustedskills/dedalus-erp-pas-postgres
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"dedalus-erp-pas-postgres": {
"command": "npx",
"args": [
"-y",
"@trustedskills/dedalus-erp-pas-postgres"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
Postgres
What it does
This skill enables AI agents to interact directly with PostgreSQL databases, allowing them to execute queries, manage data, and perform administrative tasks within a Postgres environment. It bridges the gap between natural language instructions and database operations, facilitating seamless data manipulation for automated workflows.
When to use it
- Automating routine data extraction and reporting tasks without manual SQL writing.
- Performing real-time data validation or updates triggered by external events.
- Managing database schema changes or user permissions programmatically.
- Integrating Postgres data with other AI-driven applications for complex analysis.
Key capabilities
- Execute standard SQL queries against PostgreSQL instances.
- Perform CRUD (Create, Read, Update, Delete) operations on tables.
- Run administrative commands for database maintenance and configuration.
- Handle complex joins, aggregations, and filtering logic within Postgres.
Example prompts
- "Retrieve all customer orders from the last month where the total exceeds $500."
- "Update the status of active projects to 'In Review' in the project_management table."
- "Create a new user account with read-only access to the inventory schema."
Tips & gotchas
Ensure your AI agent has proper authentication credentials and permissions configured before attempting database operations. Be cautious with write commands like UPDATE or DELETE, as they can permanently alter data if not accompanied by precise filtering conditions.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.