Sqlite
Query and manipulate SQLite databases directly within the AI assistant, retrieving data and executing commands.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add sqlite npx -- -y @trustedskills/sqlite
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"sqlite": {
"command": "npx",
"args": [
"-y",
"@trustedskills/sqlite"
]
}
}
}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 manage data stored in SQLite databases. It enables querying, inserting, updating, and deleting records within a database structure. The agent can execute SQL commands directly or through higher-level instructions for common tasks like retrieving specific information or modifying existing entries.
When to use it
- Data Extraction: Retrieve specific data points from a local database for analysis or reporting.
- Configuration Management: Store and update application settings within an SQLite file.
- Simple Data Storage: Manage small datasets, such as user preferences or inventory lists, without requiring a full-fledged server.
- Local Persistence: Save temporary data during agent execution that needs to be recalled later.
Key capabilities
- Execute SQL queries
- Insert new records into tables
- Update existing records in tables
- Delete records from tables
Example prompts
- "Retrieve all users with email addresses ending in '@example.com' from the 'users' table."
- "Add a new record to the 'products' table with name 'widget', price 19.99, and quantity 100."
- "Update the 'status' field of order ID 12345 in the 'orders' table to 'shipped'."
Tips & gotchas
The agent requires access to a valid SQLite database file path to function correctly. Ensure the provided path is accurate and that the agent has appropriate permissions to read and write to the database.
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.