sqlite3-cli

star 0

How to query the SQLite3 database using CLI

888Leonidas888 By 888Leonidas888 schedule Updated 3/24/2026

name: SQLite3 CLI description: How to query the SQLite3 database using CLI

SQLite3 CLI Skill

This skill allows the agent to execute queries on the SQLite3 database using a predefined PowerShell script.

Connection Configuration

The database file path is located in run-query.ps1. Note for User: Please edit run-query.ps1 with the real path to the .sqlite3 or .db test database file.

Usage

To execute a query, run the following command using the run_command tool:

.agents\skills\sqlite3-cli\run-query.ps1 -Query "SELECT * FROM fake_table LIMIT 10;"

To execute a SQL file, run:

.agents\skills\sqlite3-cli\run-query.ps1 -File "path\to\script.sql"
Install via CLI
npx skills add https://github.com/888Leonidas888/SunatGREApi --skill sqlite3-cli
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator
888Leonidas888
888Leonidas888 Explore all skills →