Sqlite Database Expert

🌐Community
by martinholovsky · vlatest · Repository

Helps with SQLite, database 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.

1

Run in terminal (recommended)

terminal
claude mcp add sqlite-database-expert npx -- -y @trustedskills/sqlite-database-expert
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "sqlite-database-expert": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/sqlite-database-expert"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill enables an AI agent to interact with SQLite databases, including creating tables, querying data, and performing CRUD operations. It supports writing SQL statements, interpreting query results, and handling common database management tasks.

When to use it

  • You need to extract or manipulate data stored in a local SQLite file.
  • You're developing an application that requires lightweight, embedded database functionality.
  • You want to automate data analysis workflows using SQL queries on structured datasets.
  • You are troubleshooting or debugging issues with an existing SQLite database.

Key capabilities

  • Execute SQL queries (SELECT, INSERT, UPDATE, DELETE).
  • Create and manage tables and indexes.
  • Handle transactions and constraints.
  • Parse and return query results in structured formats.

Example prompts

  • "Run a SELECT * FROM users WHERE age > 30 on the database file 'data.db'."
  • "Create a new table called 'orders' with columns id, product_name, and quantity."
  • "Export all records from the 'logs' table to a CSV file."

Tips & gotchas

  • Ensure the SQLite file path is correct and accessible to the AI agent.
  • Be cautious when running DELETE or UPDATE queries without proper WHERE clauses to avoid unintended data loss.

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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
martinholovsky
Installs
385

🌐 Community

Passed automated security scans.