Sqlite Ops

🌐Community
by neversight · vlatest · Repository

Automates SQLite database tasks like querying, updating, and schema modifications using natural language instructions.

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

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

~/.claude/settings.json
{
  "mcpServers": {
    "neversight-sqlite-ops": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/neversight-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, retrieve data, and manage database connections programmatically. The agent can perform tasks like creating tables, inserting records, updating existing data, and deleting entries within the database.

When to use it

  • Data Analysis: Extracting specific information from a local dataset for reporting or decision-making.
  • Application Backends: Interacting with a small, self-contained application that stores its data in an SQLite database.
  • Configuration Management: Reading and writing configuration settings stored within an SQLite file.
  • Local Data Storage: Managing persistent data locally without relying on external services.

Key capabilities

  • Execute SQL queries (SELECT, INSERT, UPDATE, DELETE)
  • Manage database connections
  • Create tables
  • Retrieve data from tables

Example prompts

  • "Run the query 'SELECT * FROM users WHERE age > 30' against the database 'my_database.db'."
  • "Insert a new record into the 'products' table with name='widget', price=19.99."
  • "Create a table called 'customers' with columns 'id', 'name', and 'email'."

Tips & gotchas

  • Ensure the agent has access to the SQLite database file path.
  • The skill requires familiarity with SQL syntax for effective use.

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
neversight
Installs
2

🌐 Community

Passed automated security scans.