A specialized AI agent skill for managing SQLite databases with professional-grade concurrency, integrity, and performance configurations.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install sqlite
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install sqlite using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill provides a robust framework for AI agents to interact with SQLite databases while avoiding common pitfalls. It focuses on implementing Write-Ahead Logging (WAL) for improved concurrency, enforcing foreign key constraints which are off by default, and managing the unique type affinity system of SQLite. By leveraging this Openclaw Skills integration, developers can ensure their local data storage is both reliable and performant.
The skill emphasizes technical precision, covering everything from memory management via performance pragmas to safe schema migration patterns. It transforms a standard SQLite implementation into a production-ready data layer by automating the configuration of busy timeouts, transaction locks, and maintenance routines like vacuuming.
Ensure that the sqlite3 binary is available in your system PATH. This skill is compatible with Linux, macOS (Darwin), and Windows (Win32).
# Check for sqlite3 installation
sqlite3 --version
# Typical installation if missing
# macOS: brew install sqlite
# Ubuntu: sudo apt-get install sqlite3
Integrate the skill into your agent configuration to begin managing .sqlite files with optimized pragmas.
The skill manages data across various formats, prioritizing standard conventions to overcome SQLite's flexible typing.
| Feature | Strategy |
|---|---|
| Concurrency | WAL Mode (creates -wal and -shm sidecar files) |
| Type Safety | STRICT tables (where supported) or Type Affinity management |
| Date/Time | ISO8601 Strings (TEXT) or Unix Timestamps (INTEGER) |
| Boolean | 0 (False) or 1 (True) as INTEGER |
| Maintenance | VACUUM for space reclamation; PRAGMA optimize for query stats |
Loading
An advanced data management skill that enables AI agents to read, write, and analyze tabular data across multiple platforms with persistent schema memory.

A versatile AI agent skill for transcribing audio and video files into structured text with support for multiple providers and local processing.

A specialized skill designed to transform stiff, robotic AI-generated Spanish into warm, authentic, and human-like conversation.

A comprehensive tool for managing SONOFF and eWeLink devices across cloud, LAN, and DIY modes with built-in safety gates.

A comprehensive toolset for managing HTTPS, provisioning TLS certificates, and troubleshooting secure connections across diverse server environments.

A dynamic statistical companion that adapts to any level of expertise to build intuition, ensure analytical rigor, and prevent common data misconceptions.








































