Sqlite Ops

🌐Community
by 0xdarkmatter · vlatest · Repository

Execute SQL queries against SQLite databases to retrieve, modify, and analyze data efficiently.

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-ops npx -- -y @trustedskills/sqlite-ops
2

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

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

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 SQLite databases. It can execute SQL queries, create tables, and manage data within a database environment. The agent can also retrieve and present the results of these operations in a human-readable format.

When to use it

  • Data Analysis: Extract insights from structured data stored in an SQLite file for reporting or decision making.
  • Application Development: Automate tasks like creating test databases, populating them with sample data, and verifying database schema changes.
  • Data Migration: Script the process of transforming and loading data between different SQLite databases.
  • Inventory Management: Query a local inventory database to determine stock levels or generate reports on product sales.

Key capabilities

  • Execute SQL queries (SELECT, INSERT, UPDATE, DELETE)
  • Create and modify tables within an SQLite database
  • Retrieve and format query results
  • Manage connections to SQLite databases

Example prompts

  • "Run the query 'SELECT * FROM customers WHERE city = 'New York'' against my database."
  • "Create a table named 'products' with columns for id, name, and price in my database."
  • "Update the price of product ID 123 to $19.99 in the products table."

Tips & gotchas

  • Ensure the AI agent has access to the SQLite database file path. Providing the correct path is crucial for successful operation.

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
0xdarkmatter
Installs
25

🌐 Community

Passed automated security scans.