Drizzle
Extracts structured data like product details or contact information from unstructured text within a database.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add drizzle npx -- -y @trustedskills/drizzle
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"drizzle": {
"command": "npx",
"args": [
"-y",
"@trustedskills/drizzle"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The drizzle skill provides database interaction capabilities for AI agents. It allows agents to query, update, and manage data within a database environment. This enables agents to access information needed for complex tasks and persist their own actions or findings.
When to use it
- Data-driven decision making: When an agent needs to analyze current inventory levels in a retail setting before suggesting reorders.
- Personalized recommendations: To retrieve user preferences from a database and tailor responses accordingly.
- Task persistence: If you need an AI agent to remember previous interactions or track progress on a long-running task by storing data.
- Automated reporting: To generate reports based on data stored in a structured format, such as sales figures or website analytics.
Key capabilities
- Database querying
- Data updates (insert, update, delete)
- Data management
Example prompts
- "Retrieve the top 10 most recent orders from the 'orders' table."
- "Update the quantity of product ID 'XYZ' in the 'inventory' table to 50."
- “What is the average customer rating for products with a category of ‘electronics’?”
Tips & gotchas
The skill requires access credentials and connection details for the target database. Ensure these are provided securely and that the agent has appropriate permissions to perform the requested operations.
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.