返回顶部
t

turso

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

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
235
下载量
0
收藏
概述
安装方式
版本历史

turso

# turso ## Setup macOS: ```bash brew install tursodatabase/tap/turso ``` Linux/WSL: ```bash curl -sSfL https://get.tur.so/install.sh | bash ``` Verify installation: ```bash turso --version ``` Always use `--output json` flag when calling commands programmatically (where supported). ## Authentication ```bash turso auth login ``` Get auth token: ```bash turso auth token ``` ## Resources ### Databases | Command | Description | |---------|-------------| | `turso db list` | List all databases | | `turso db create <name>` | Create a new database | | `turso db create <name> --group <group>` | Create database in a specific group | | `turso db destroy <name>` | Destroy a database | | `turso db show <name>` | Show database details and URL | | `turso db shell <name>` | Open interactive SQL shell | | `turso db shell <name> "SELECT * FROM users"` | Run a SQL query directly | | `turso db inspect <name>` | Inspect database size and usage | | `turso db tokens create <name>` | Create an auth token for a database | | `turso db tokens create <name> --expiration none` | Create a non-expiring token | ### Groups | Command | Description | |---------|-------------| | `turso group list` | List all groups | | `turso group create <name>` | Create a new group | | `turso group create <name> --location <location>` | Create group in specific location | | `turso group add-location <name> <location>` | Add a replica location to a group | | `turso group remove-location <name> <location>` | Remove a replica location | | `turso group destroy <name>` | Destroy a group | ### Organizations | Command | Description | |---------|-------------| | `turso org list` | List organizations | | `turso org switch <name>` | 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 |

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 turso-1775916363 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 turso-1775916363 技能

通过命令行安装

skillhub install turso-1775916363

下载 Zip 包

⬇ 下载 turso v1.0.0

文件大小: 1.39 KB | 发布时间: 2026-4-12 11:46

v1.0.0 最新 2026-4-12 11:46
Initial release of the Turso skill.

- Manage Turso SQLite databases via CLI: create, list, destroy, inspect, and query.
- Supports group and organization management through dedicated commands.
- Token management and authentication included.
- Provides setup instructions for macOS and Linux/WSL.
- Always use `--output json` flag for programmatic access where supported.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部