sqlite-setup

Configure Waggle to use SQLite as its primary data provider for a local task store.

3|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/kazukinagata/waggle --skill sqlite-setup
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: sqlite-setup
Source: https://github.com/kazukinagata/waggle/tree/main/providers/sqlite/skills/sqlite-setup
Command: npx skills add https://github.com/kazukinagata/waggle --skill sqlite-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill configures SQLite as the Waggle data provider, enabling a local, persistent task store for development and testing.

Core Features & Use Cases

  • Set up a local SQLite database for Waggle tasks.
  • Initialize required schema and configuration for a working provider.
  • Use in development to simulate production setups with minimal overhead.

Quick Start

Run the SQLite provider setup to configure Waggle with a local SQLite database.

Frequently Asked Questions about sqlite-setup

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

FAQPage Schema
How do I configure SQLite as the Waggle data provider?▼

Setting up SQLite for Waggle involves initializing the database and modifying the Waggle config file to point to a local SQLite provider for persistent task storage.

What is the best way to set up a local persistent task store for Waggle?▼

A local persistent task store for Waggle is created by configuring SQLite as the data provider, which initializes a local database file suitable for development and small-team deployments.

Can I use SQLite with Waggle for local development and testing?▼

Yes, SQLite functions as a Waggle data provider specifically suited for local development and small-team deployments needing a persistent task store with minimal overhead.

Does Waggle require any prerequisites to enable SQLite as the provider?▼

Waggle requires prerequisite checks to be satisfied before enabling SQLite as the provider. The setup process verifies these conditions, then initializes the database and applies the provider configuration.

When should I use SQLite instead of other Waggle database providers?▼

You should use SQLite as your Waggle provider for local development and small-team deployments where you need a persistent task store, as it offers minimal overhead compared to larger database systems.