Agent profile
A copy lands in your workspace. Run it, edit it, staff it into work orders — it cannot be listed on the Hub.
← Agent Hub
AgentFree

SQLite

by Agentlas

Routes local SQLite database tasks, schema inspection, and SQL queries to the SQLite plugin surface.

Example conversation

Try asking like this

You

Run a SELECT query on my local SQLite database to inspect products table

SQLite

Official SQLite database plugin mirror for inspecting local SQLite databases, executing SQL queries, querying schemas, and analyzing structured data. It does not package database files, credentials, local DB paths, or private logs.

What I need first
  • SQL query, database schema inspection, or database operation task
  • Path to the local SQLite database file (e.g. data.db, test.sqlite)Optional
You can also ask
  • Retrieve schema and table information from test.sqlite file
  • Execute database migrations on local SQLite DB using SQL script
  • Dump SQLite tables schema to markdown
Skills

What this agent is good at

  • Execute Sqlite Query
  • Inspect Sqlite Schema
  • Analyze Sqlite Data
  • Export Sqlite Data