sqlite-reader

Inspect SQLite schemas and foreign keys with read-only SELECT queries.

Updated Jul 3, 2026
One-click install
npx skills add https://github.com/Toqsick/MaxClaw --skill sqlite-reader-toqsick
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sqlite-reader
Source: https://github.com/Toqsick/MaxClaw/tree/main/skills/sqlite-reader
Command: npx skills add https://github.com/Toqsick/MaxClaw --skill sqlite-reader-toqsick

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a read-only toolset for analyzing SQLite databases, allowing you to inspect schemas, discover foreign keys, and generate secure SELECT queries without the risk of data corruption.

Core Features & Use Cases

  • Schema Inspection: Analyze database schemas and discover foreign keys.
  • SELECT Query Generation: Create secure SELECT queries for read-only access.
  • Health Checks: Perform weekly integrity checks on databases.
  • Use Case: When you need to understand the structure of a GreyHack player database or an OpenClaw session database without altering its data.

Quick Start

Run the sqlite_reader skill on your .sqlite3 file to get a detailed schema and query interface.

Frequently Asked Questions about sqlite-reader

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I inspect a SQLite database schema without modifying any data?

Use a read-only interface to inspect SQLite database schemas and discover foreign keys without risking data corruption, ensuring safe schema analysis during audits.

How do I generate secure SELECT queries for SQLite databases?

Generate secure SELECT queries for SQLite by using parametrized statements, which allow safe read-only data retrieval and prevent accidental writes or SQL injection during database analysis.

Does this read-only SQLite analysis tool work with GreyHack and OpenClaw environments?

Yes, this read-only SQLite analysis tool is specifically suitable for inspecting and retrieving data from GreyHack player databases and OpenClaw session databases without altering their data.

Can I perform database health checks and integrity checks on a SQLite file?

Yes, you can perform weekly integrity checks and health checks on SQLite databases using Python scripts, allowing you to monitor the structural integrity of your .sqlite3 files.

Do I need sqlite3 installed to analyze a SQLite database with Python scripts?

Yes, you need sqlite3 and Python scripts to analyze SQLite databases, as the processing relies on these dependencies to provide the secure read-only query interface and schema inspection.