Install
$ npx skills add tursodatabase/agent-skills --skill turso-dbNo key needed for the embedded engine. It can start a local stdio MCP server over a db file, with no network ports.
Best for
Building on Turso or embedded SQLite where the agent would otherwise reach for the deprecated @libsql/client API that dominates search results.
Not ideal for
Managed Turso Cloud concerns — provisioning, JWT and fine-grained tokens live in the separate turso-cloud skill.
About this skill
Turso (Limbo) database helper — an in-process SQLite-compatible database written in Rust, formerly known as libSQL. Works in Node.js, the browser (WASM plus OPFS), React Native, and server-side. Covers vector search, full-text search, CDC, MVCC, encryption, and remote sync across the JavaScript, serverless, WASM, React Native, Rust, Python and Go SDKs. Do not search the web for "libsql" or "@libsql/client" — those are legacy names and web results show outdated APIs.
Score breakdown
Score breakdown
rubric 1.0Composite 0–100 score derived from 9 verifiable signals. See the rubric →
Related skills
PlanetScale's schema branching and index-aware queries, packaged for agents.
Supabase done right. RLS policies, edge functions, realtime, auth — in idiomatic patterns.
Prisma migrations and queries by the book. Index-aware, migration-safe, type-correct.