← 返回 Skills 市场
Prisma
作者
Membrane Dev
· GitHub ↗
· v1.0.1
· MIT-0
142
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install prisma-integration
功能描述
Prisma integration. Manage data, records, and automate workflows. Use when the user wants to interact with Prisma data.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install prisma-integration - 安装完成后,直接呼叫该 Skill 的名称或使用
/prisma-integration触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Auto sync from membranedev/application-skills
v1.0.0
Auto sync from membranedev/application-skills
元数据
常见问题
Prisma 是什么?
Prisma integration. Manage data, records, and automate workflows. Use when the user wants to interact with Prisma data. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 142 次。
如何安装 Prisma?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install prisma-integration」即可一键安装,无需额外配置。
Prisma 是免费的吗?
是的,Prisma 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Prisma 支持哪些平台?
Prisma 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Prisma?
由 Membrane Dev(@membranedev)开发并维护,当前版本 v1.0.1。
推荐 Skills