sqlite-crud
Installation
SKILL.md
SQLite CRUD
Safely inspect, query, and change local SQLite database files through saved profiles. The skill uses a Bash script and the sqlite3 CLI; it does not depend on Python or jq.
Purpose
Use this skill for:
- saving reusable local SQLite database file profiles
- inspecting tables and columns
select,insert,update,delete, and raw SQL- local SQLite file paths only
Output:
- JSON printed to stdout
- the same JSON saved to
./out/sqlite-crud-<UTC timestamp>-<pid>.jsonby default