Pdb Database
Access and query protein structure data from the Protein Data Bank (PDB) for research and analysis.
Install on your platform
We auto-selected Claude Code based on this skillβs supported platforms.
Run in terminal (recommended)
claude mcp add jimmc414-pdb-database npx -- -y @trustedskills/jimmc414-pdb-database
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"jimmc414-pdb-database": {
"command": "npx",
"args": [
"-y",
"@trustedskills/jimmc414-pdb-database"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to interact with and query a PostgreSQL database. It facilitates tasks such as retrieving specific data based on criteria, updating existing records, and executing complex SQL queries. The agent can use the skill to manage and analyze data stored within the database.
When to use it
- Data Retrieval: An agent needs to find customer orders placed after a certain date for reporting purposes.
- Inventory Management: An agent requires real-time stock levels of products in a warehouse.
- Customer Support: An agent needs to access customer details and purchase history to resolve an inquiry.
- Data Updates: An agent is tasked with updating product prices based on external market data.
Key capabilities
- Connects to PostgreSQL databases.
- Executes SQL queries.
- Retrieves data from tables.
- Updates existing records.
Example prompts
- "Retrieve all customers who live in California."
- "Update the price of product ID 123 to $19.99."
- βWhat is the total number of orders placed this month?β
Tips & gotchas
- Requires database connection credentials (host, username, password).
- The agent must have appropriate permissions within the PostgreSQL database to perform the requested actions.
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.