← Back to Skills Marketplace
Prisma
by
Membrane Dev
· GitHub ↗
· v1.0.1
· MIT-0
142
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install prisma-integration
Description
Prisma integration. Manage data, records, and automate workflows. Use when the user wants to interact with Prisma data.
Usage Guidance
This skill delegates Prisma interactions to the Membrane service via their CLI. Before installing or using it, confirm you trust Membrane (https://getmembrane.com) for handling your database schema and query data, since those may be transmitted to their servers. Verify the npm package (@membranehq/cli) source and version before installing globally, and consider whether sending database queries/records to a third party is acceptable for your data sensitivity or compliance requirements. If you prefer local-only interactions, this skill is not suitable.
Capability Analysis
Type: OpenClaw Skill
Name: prisma-integration
Version: 1.0.1
The skill facilitates Prisma database management by instructing the agent to perform high-risk operations, including global installation of a third-party CLI (`npm install -g @membranehq/cli@latest`) and execution of shell commands for authentication and database interaction. While these actions are plausibly needed for the stated purpose of the integration, the requirement for shell access and external network communication via the Membrane CLI (SKILL.md) falls under the defined criteria for suspicious behavior due to the inherent risks of remote command execution and credential handling.
Capability Assessment
Purpose & Capability
The name/description (Prisma integration) matches the instructions: the skill directs the agent to use the Membrane CLI to create a Prisma connection and run actions. Requiring network access and a Membrane account is consistent with that design.
Instruction Scope
All runtime instructions are confined to using the Membrane CLI (login, connect, action list/create/run). There are no instructions to read local files, environment variables, or unrelated system state. Important note: the workflow sends queries and connection data to Membrane's service rather than interacting directly with local Prisma clients, so database query contents and schema metadata will transit Membrane's servers.
Install Mechanism
There is no formal install spec in the registry (instruction-only), but SKILL.md asks the user to npm install -g @membranehq/cli (or run npx). This is a standard, low-risk mechanism if the package is trusted; verify the package source and version before installing globally.
Credentials
The skill declares no required environment variables or local credentials, which aligns with the instructions that Membrane manages credentials server-side. This is proportionate, but it means credentials and DB-access tokens live with Membrane rather than locally — confirm that is acceptable for your data sensitivity.
Persistence & Privilege
The skill does not request always:true, does not modify other skills, and has no install-time hooks in the registry. It is user-invocable and can be called autonomously by the agent (default), which is expected for skills; no excessive persistence or privilege is requested.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install prisma-integration - After installation, invoke the skill by name or use
/prisma-integration - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Auto sync from membranedev/application-skills
v1.0.0
Auto sync from membranedev/application-skills
Metadata
Frequently Asked Questions
What is Prisma?
Prisma integration. Manage data, records, and automate workflows. Use when the user wants to interact with Prisma data. It is an AI Agent Skill for Claude Code / OpenClaw, with 142 downloads so far.
How do I install Prisma?
Run "/install prisma-integration" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Prisma free?
Yes, Prisma is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Prisma support?
Prisma is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Prisma?
It is built and maintained by Membrane Dev (@membranedev); the current version is v1.0.1.
More Skills