← 返回 Skills 市场
319
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install turso
功能描述
Manage Turso SQLite databases via CLI - databases, groups, tokens, replicas. Use when user mentions 'turso', 'libsql', 'sqlite edge', or wants to manage Turs...
安全使用建议
This instruction-only skill looks functionally correct for managing Turso, but exercise caution before installing or running its commands:
- Avoid running curl ... | bash from unknown hosts. Prefer package managers (brew) or verified release binaries (official GitHub releases) and inspect install scripts before executing.
- Be careful with auth tokens: do not create or expose non-expiring tokens unless strictly necessary; treat tokens as secrets and store them securely.
- Because this skill is instruction-only (no code to audit), the SKILL.md is the only guidance — a malicious installer or accidental exfiltration via token commands is possible. If you plan to use this with an autonomous agent, restrict the agent’s ability to run shell commands and to access secrets, and consider installing the Turso CLI manually on hosts you control before allowing the agent to use the skill.
- If you need higher assurance, ask the skill author for a formal install spec (trusted release URLs) or a signed installer and for justification for non-expiring tokens.
功能分析
Type: OpenClaw Skill
Name: turso
Version: 1.0.0
The skill bundle provides standard documentation and command mappings for the Turso CLI (libSQL). It includes official installation instructions for macOS and Linux/WSL (using the legitimate get.tur.so domain) and lists common administrative commands for managing databases, groups, and authentication tokens. No malicious logic, data exfiltration, or prompt injection attempts were found in SKILL.md or _meta.json.
能力评估
Purpose & Capability
Name/description and the listed commands (db, group, org, plan, tokens) are coherent for a Turso CLI helper. The skill does not request unrelated credentials or config paths in metadata.
Instruction Scope
SKILL.md instructs running installation and authentication commands and obtaining tokens (turso auth login; turso auth token). While these are expected for a CLI helper, the instructions include creating non-expiring tokens and retrieving auth tokens—sensitive operations that an agent could misuse or exfiltrate if given access.
Install Mechanism
Although the frontmatter lists a brew install command, the Linux/WSL install guidance uses curl -sSfL https://get.tur.so/install.sh | bash which downloads and executes a remote script. Piping arbitrary install scripts to a shell is a high-risk pattern (remote arbitrary code execution). The registry metadata had no formal install spec despite the SKILL.md containing installation instructions, which is an inconsistency to note.
Credentials
The skill declares no environment variables or credentials in metadata (proportionate). However, its runtime instructions explicitly direct the user/agent to obtain auth tokens and even create non-expiring tokens—these are sensitive secrets and creation of long-lived tokens increases risk. The skill does not justify why non-expiring tokens would be necessary.
Persistence & Privilege
The skill is not marked always:true and does not request any persistent system-wide privileges in metadata. It is user-invocable only, which limits autonomous persistent presence.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install turso - 安装完成后,直接呼叫该 Skill 的名称或使用
/turso触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
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.
元数据
常见问题
Turso 是什么?
Manage Turso SQLite databases via CLI - databases, groups, tokens, replicas. Use when user mentions 'turso', 'libsql', 'sqlite edge', or wants to manage Turs... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 319 次。
如何安装 Turso?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install turso」即可一键安装,无需额外配置。
Turso 是免费的吗?
是的,Turso 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Turso 支持哪些平台?
Turso 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Turso?
由 Melvyn(@melvynx)开发并维护,当前版本 v1.0.0。
推荐 Skills