sqlite-quick

Installation
SKILL.md

SQLite Quick Skill

Lightweight local SQLite database for caching, state management, and data persistence. Zero-config, file-based, works everywhere.

When to Use / When NOT to Use

Use for:

  • Local agent state and conversation history
  • Caching API responses and temporary data
  • Small datasets (< 1GB) with simple queries
  • Zero-config persistence without server setup
  • Development, testing, and prototyping

NOT for:

  • Production multi-user systems (use postgres-advanced)
  • Large datasets over 1GB requiring complex queries
  • Concurrent write-heavy workloads needing advanced locking

Quick Start

Installs
1
First Seen
Apr 8, 2026
sqlite-quick — g-hunterai/openclaw-skills