sqliteUse SQLite correctly with proper concurrency, pragmas, and type handling.
Install via ClawdBot CLI:
clawdbot install ivangdavila/sqliteRequires:
Grade Good — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated Mar 1, 2026
Ideal for mobile applications that require offline data access, such as note-taking apps or fitness trackers. SQLite's lightweight nature and file-based storage allow efficient local data management without server dependency, with WAL mode ensuring smooth read-write operations on user devices.
Used in IoT devices or embedded systems to store configuration settings and sensor logs locally. SQLite's minimal footprint and reliability in low-resource environments make it suitable, though concurrency limitations require careful design for single-writer scenarios.
Perfect for desktop software like accounting tools or media libraries that handle moderate user data. It supports transactions for data integrity and indexing for performance, but developers must implement proper backup procedures to avoid corruption during file copies.
Enables rapid prototyping for web or app backends during development phases, allowing quick schema changes and testing without complex setup. However, its concurrency limits mean it should be replaced with systems like PostgreSQL before scaling to production with multiple users.
Offers a free app with basic features using SQLite for local storage, then charges for premium features like cloud sync or advanced analytics. Revenue comes from in-app purchases or subscriptions, leveraging SQLite's efficiency to keep core functionality lightweight and responsive.
Sells licensed software for industrial or medical devices that use SQLite to manage operational data and logs. Revenue is generated through one-time license fees or annual maintenance contracts, with SQLite providing a stable, low-maintenance database solution.
Provides a web-based service where SQLite is used as a local cache on client machines to improve performance and enable offline functionality. Revenue streams include monthly subscriptions, with SQLite reducing server load and enhancing user experience during connectivity issues.
💬 Integration Tip
Always enable WAL mode and set busy_timeout for concurrency handling, and use transactions to batch inserts for performance gains.
Scored Apr 19, 2026
Local search/indexing CLI (BM25 + vectors + rerank) with MCP mode.
Typeform API integration with managed OAuth. Create forms, manage responses, and access insights. Use this skill when users want to interact with Typeform surveys and responses. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
Use when designing database schemas, writing migrations, optimizing SQL queries, fixing N+1 problems, creating indexes, setting up PostgreSQL, configuring EF Core, implementing caching, partitioning tables, or any database performance question.
Connect to Supabase for database operations, vector search, and storage. Use for storing data, running SQL queries, similarity search with pgvector, and managing tables. Triggers on requests involving databases, vector stores, embeddings, or Supabase specifically.
Airtable API integration with managed OAuth. Manage bases, tables, and records. Use this skill when users want to read, create, update, or delete Airtable records, or query data with filter formulas. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
JotForm API integration with managed OAuth. Create forms, manage submissions, and access form data. Use this skill when users want to interact with JotForm forms and submissions. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).