← Back to Skills Marketplace
Turso
by
Vlad Ursul
· GitHub ↗
· v1.0.3
· MIT-0
135
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install turso-integration
Description
Turso integration. Manage data, records, and automate workflows. Use when the user wants to interact with Turso data.
Usage Guidance
This skill appears to be an instruction-only wrapper that tells the agent to use the Membrane CLI to operate on Turso. Before installing/using it: 1) confirm you trust @membranehq/cli — inspect the npm package and its GitHub repo (https://github.com/membranedev/application-skills is listed) and the package's permissions; 2) be aware the SKILL.md expects npm/node available and suggests a global install (you can use npx to avoid a global install); 3) the auth flow opens a browser or returns a code — you will need a Membrane account and to complete that flow; 4) the skill does not request API keys or other unrelated credentials, which is good. If you need higher assurance, ask the publisher for a signed repository URL or an install spec in the registry that declares required binaries and the exact package version to be installed.
Capability Analysis
Type: OpenClaw Skill
Name: turso-integration
Version: 1.0.3
The skill provides instructions for integrating Turso databases using the Membrane CLI tool. It guides the agent through standard setup procedures, including installing the '@membranehq/cli' npm package, authenticating via 'membrane login', and managing database connections. The instructions in SKILL.md are aligned with the stated purpose of database management and emphasize security best practices, such as letting the middleware handle credentials rather than asking the user for API keys.
Capability Assessment
Purpose & Capability
The name/description (Turso integration) align with the instructions: the skill tells the agent to use the Membrane CLI to connect to Turso, discover actions, and run them. Using Membrane to manage auth and action discovery is a reasonable design choice.
Instruction Scope
SKILL.md stays on‑topic (install Membrane CLI, login, connect to connectorKey 'turso', list/create/run actions). It does not instruct reading unrelated files or exfiltrating secrets, and explicitly tells agents not to ask users for API keys. Minor scope note: the doc instructs the user/agent to run npm install -g and npx commands, which implies npm/node runtime availability even though the skill metadata doesn't declare that requirement.
Install Mechanism
There is no formal install spec in the registry, but the instructions tell users to install @membranehq/cli from npm (npm install -g or npx). Installing from the public npm registry is common, but it does execute third‑party code on the host — users should verify the package source/repo before global installation. No suspicious download URLs or extract steps are present.
Credentials
The skill requests no environment variables or credentials in metadata and the instructions rely on Membrane's OAuth/login flow rather than asking for API keys. That is proportionate to the stated purpose (delegated auth to Membrane).
Persistence & Privilege
always:false and normal autonomous invocation are used. The skill does not request persistent systemwide changes or access to other skills' configs. No elevated privileges are requested.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install turso-integration - After installation, invoke the skill by name or use
/turso-integration - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
Auto sync from membranedev/application-skills
v1.0.2
Revert refresh marker
v1.0.1
Refresh update marker
v1.0.0
Auto sync from membranedev/application-skills
Metadata
Frequently Asked Questions
What is Turso?
Turso integration. Manage data, records, and automate workflows. Use when the user wants to interact with Turso data. It is an AI Agent Skill for Claude Code / OpenClaw, with 135 downloads so far.
How do I install Turso?
Run "/install turso-integration" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Turso free?
Yes, Turso is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Turso support?
Turso is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Turso?
It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.3.
More Skills