Axiom Sqlitedata

🌐Community
by fotescodev · vlatest · Repository

Axiom Sqlitedata extracts and formats SQLite data into structured outputs for analysis and integration – simplifying database access.

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

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

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

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 using Axiom. It provides capabilities for querying, inserting, updating, and deleting data within a SQLite database. This enables agents to manage and retrieve information stored in structured formats.

When to use it

  • Local Data Storage: When an agent needs persistent storage of data locally on a device (e.g., storing user preferences or temporary results).
  • Simple Database Management: For scenarios requiring basic database operations without the complexity of larger relational databases.
  • Offline Functionality: To enable agents to access and modify data even when internet connectivity is unavailable.
  • Data Analysis & Reporting: Agents can query a SQLite database to generate reports or perform simple data analysis tasks.

Key capabilities

  • SQLite Database Interaction
  • Querying (SELECT)
  • Inserting (INSERT)
  • Updating (UPDATE)
  • Deleting (DELETE)
  • Axiom Integration

Example prompts

  • "Retrieve all users from the 'users' table."
  • "Insert a new record into the 'products' table with name 'widget' and price 10.99."
  • "Update the email address for user ID 5 to '[email protected]'."

Tips & gotchas

  • Ensure that the SQLite database file exists and is accessible to the agent before attempting any operations.
  • Be mindful of SQL injection vulnerabilities when constructing queries from user input; sanitize inputs appropriately.

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
fotescodev
Installs
3

🌐 Community

Passed automated security scans.