Axiom Sqlitedata

🌐Community
by charleswiltgen · vlatest · Repository

Axiom Sqlitedata extracts structured data from SQLite databases, streamlining information retrieval and analysis for your projects.

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 axiom-sqlitedata npx -- -y @trustedskills/axiom-sqlitedata
2

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

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

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

About This Skill

The axiom-sqlitedata skill enables AI agents to interact directly with SQLite databases, allowing them to execute queries and manage data within local or embedded database environments. It provides a bridge between natural language requests and structured SQL operations for lightweight data storage needs.

When to use it

  • Retrieving specific records from a local SQLite file without setting up a complex server environment.
  • Performing ad-hoc data analysis on small datasets stored in portable .sqlite files.
  • Automating routine database maintenance tasks like updates or inserts for lightweight applications.
  • Querying data during development and testing phases where full-scale database infrastructure is unnecessary.

Key capabilities

  • Direct execution of SQL queries against SQLite instances.
  • Data retrieval and manipulation within local file-based databases.
  • Integration with the Axiom framework for agent-driven database operations.

Example prompts

  • "Query the users table in my local app.db to find all accounts created after January 1st."
  • "Insert a new product entry into the inventory SQLite database with an ID of 42 and price of 19.99."
  • "Update the status column for all orders marked as 'pending' in the local sales database to 'shipped'."

Tips & gotchas

Ensure your AI agent has read/write access to the specific file path where the SQLite database is located, as it operates on local files rather than remote servers. This skill is optimized for lightweight, embedded databases and may not support complex distributed database features or massive scale operations typical of enterprise SQL systems.

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
charleswiltgen
Installs
100

🌐 Community

Passed automated security scans.