Database Sqlite
Helps with database, SQLite as part of working with databases and data persistence workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add database-sqlite npx -- -y @trustedskills/database-sqlite
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"database-sqlite": {
"command": "npx",
"args": [
"-y",
"@trustedskills/database-sqlite"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides access to and manipulation of SQLite databases. It allows an AI agent to create, query, update, and delete data stored within a SQLite database file. The skill enables agents to manage structured information effectively for various tasks requiring persistent storage.
When to use it
- Data Logging: An agent needs to record events or observations over time in a structured format (e.g., tracking user interactions).
- Configuration Management: Storing and retrieving application settings or preferences within a database.
- Inventory Tracking: Managing lists of items, their properties, and quantities.
- Simple Data Analysis: Performing basic queries and calculations on data stored in the SQLite database to derive insights.
Key capabilities
- Create new databases
- Query existing databases using SQL
- Update records within a database
- Delete records from a database
Example prompts
- "Create a database named 'inventory' with a table called 'products'."
- "Retrieve all product names and prices from the 'products' table in the 'inventory' database."
- "Update the price of product ID 123 to $25.00 in the 'inventory' database."
Tips & gotchas
- Requires familiarity with SQL syntax for querying and manipulating data.
- The skill operates on files, so ensure the agent has appropriate file access permissions.
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.