Sqlite Db

🌐Community
by bfollington · vlatest · Repository

Query, update, and manage data within SQLite databases using SQL commands directly through this agent.

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

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

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

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 SQLite databases. It can execute SQL queries, create tables, insert data, and retrieve information – essentially enabling the agent to store and access structured data persistently. The skill provides a simple interface for database operations within an AI workflow.

When to use it

  • Data Logging: An agent needs to record user interactions or system events in a structured format for later analysis.
  • Configuration Storage: Store application settings or preferences that need to be retrieved and updated by the agent.
  • Inventory Management: Track items, quantities, or other relevant details within a simulated environment controlled by the AI agent.
  • Simple Data Analysis: Perform basic data filtering and aggregation on stored information directly within the agent's workflow.

Key capabilities

  • Execute SQL queries (SELECT, INSERT, UPDATE, DELETE)
  • Create tables with specified schema
  • Retrieve data from SQLite databases
  • Manage database connections

Example prompts

  • "Run a query to find all users who signed up after January 1st."
  • "Create a table called 'products' with columns for name, price, and quantity."
  • "Insert a new record into the 'orders' table with customer ID 123 and order date today."

Tips & gotchas

The agent needs to be provided with the path to an existing SQLite database file or instructed to create one. Be mindful of SQL injection vulnerabilities when constructing queries based on user input; proper sanitization is crucial.

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
bfollington
Installs
10

🌐 Community

Passed automated security scans.