Axiom Sqlitedata Ref
This skill retrieves and formats SQLite data using SQL queries, streamlining database access for analysis and reporting.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add axiom-sqlitedata-ref npx -- -y @trustedskills/axiom-sqlitedata-ref
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"axiom-sqlitedata-ref": {
"command": "npx",
"args": [
"-y",
"@trustedskills/axiom-sqlitedata-ref"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
The axiom-sqlitedata-ref skill enables AI agents to query and retrieve data directly from SQLite databases. It facilitates seamless interaction with local database files, allowing agents to fetch specific records or analyze stored information without manual intervention.
When to use it
- Retrieving user-specific settings or preferences stored in a local SQLite file.
- Querying transaction logs or audit trails for compliance checks.
- Fetching product inventory levels from a lightweight local database.
- Analyzing small-scale datasets for quick insights during development.
Key capabilities
- Direct access to SQLite database files.
- Execution of SQL queries to retrieve structured data.
- Integration with Axiom AI agents for automated data workflows.
Example prompts
- "Query the
userstable in my local SQLite database to find all active accounts." - "Retrieve the last 10 transaction records from the
orderstable sorted by date." - "Check if a specific product ID exists in the inventory table and return its stock level."
Tips & gotchas
Ensure your AI agent has read permissions for the target SQLite file path, as access restrictions can prevent successful queries. This skill is optimized for local or easily accessible database files rather than remote or cloud-hosted instances.
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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.