🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Turso

by @melvynx

Manage Turso SQLite databases via CLI - databases, groups, tokens, replicas. Use when user mentions 'turso', 'libsql', 'sqlite edge', or wants to manage Turs...

Versionv1.0.0
Downloads679
TERMINAL
clawhub install turso

πŸ“– About This Skill


name: turso description: "Manage Turso SQLite databases via CLI - databases, groups, tokens, replicas. Use when user mentions 'turso', 'libsql', 'sqlite edge', or wants to manage Turso databases." category: devtools install_command: "brew install tursodatabase/tap/turso"

turso

Setup

macOS:

brew install tursodatabase/tap/turso

Linux/WSL:

curl -sSfL https://get.tur.so/install.sh | bash

Verify installation:

turso --version

Always use --output json flag when calling commands programmatically (where supported).

Authentication

turso auth login

Get auth token:

turso auth token

Resources

Databases

| Command | Description | |---------|-------------| | turso db list | List all databases | | turso db create | Create a new database | | turso db create --group | Create database in a specific group | | turso db destroy | Destroy a database | | turso db show | Show database details and URL | | turso db shell | Open interactive SQL shell | | turso db shell "SELECT * FROM users" | Run a SQL query directly | | turso db inspect | Inspect database size and usage | | turso db tokens create | Create an auth token for a database | | turso db tokens create --expiration none | Create a non-expiring token |

Groups

| Command | Description | |---------|-------------| | turso group list | List all groups | | turso group create | Create a new group | | turso group create --location | Create group in specific location | | turso group add-location | Add a replica location to a group | | turso group remove-location | Remove a replica location | | turso group destroy | Destroy a group |

Organizations

| Command | Description | |---------|-------------| | turso org list | List organizations | | turso org switch | Switch to a different organization |

Plan

| Command | Description | |---------|-------------| | turso plan show | Show current plan details | | turso plan upgrade | Upgrade your plan |

Global Flags

| Flag | Description | |------|-------------| | --output json | Output result as JSON | | --no-color | Disable colored output |

βš™οΈ Configuration

macOS:

brew install tursodatabase/tap/turso

Linux/WSL:

curl -sSfL https://get.tur.so/install.sh | bash

Verify installation:

turso --version

Always use --output json flag when calling commands programmatically (where supported).