← 返回 Skills 市场
113
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install prisma-patterns
功能描述
Use this skill when working with Prisma ORM in Node.js/TypeScript projects. Covers schema design, migrations, query optimization, relations, transactions, an...
安全使用建议
This skill is a code-and-process reference for Prisma and appears coherent. Before using any examples in a real project: (1) never run migration or raw-SQL commands against production without reviewing generated SQL and having backups, (2) set and verify DATABASE_URL / TEST_DATABASE_URL appropriately (use least-privilege DB users for migrations if possible), (3) treat $executeRawUnsafe/$queryRaw carefully — avoid interpolating untrusted input, and (4) the skill is instruction-only (no downloads), so the main risk is copying commands into environments with production credentials. If you want stricter safety, run migrations in a CI pipeline with reviewed SQL and use separate test databases.
功能分析
Type: OpenClaw Skill
Name: prisma-patterns
Version: 1.0.0
The skill bundle provides standard documentation, best practices, and code snippets for using Prisma ORM in Node.js/TypeScript projects. It covers schema design, migrations, query optimization, and testing patterns without any indicators of malicious intent, data exfiltration, or harmful prompt injection. All instructions and code (e.g., in SKILL.md and references/) are aligned with the stated purpose of database management.
能力标签
能力评估
Purpose & Capability
Name/description (Prisma patterns) align with the provided files: schema examples, migration commands, client patterns, query optimization, testing, and migrations. No unrelated binaries, credentials, or config paths are requested.
Instruction Scope
SKILL.md and reference files contain typical runtime examples that reference DATABASE_URL / TEST_DATABASE_URL, child_process execSync for running migrations in tests, and raw SQL ($queryRaw / $executeRaw / $executeRawUnsafe). These are expected for a Prisma guide but are capable of making destructive DB changes or executing raw SQL if copied/run—the docs do not instruct reading unrelated system files or exfiltrating data.
Install Mechanism
No install spec or code to download/execute; this is instruction-only (lowest install risk).
Credentials
The skill does not declare required env vars, but examples implicitly use DATABASE_URL, TEST_DATABASE_URL, and NODE_ENV which are appropriate for Prisma usage. The docs include an example connection string with an api_key for Prisma Accelerate (example only) — not a request for unrelated credentials.
Persistence & Privilege
always is false and the skill is user-invocable/autonomous-invocation is allowed (platform default). The skill does not request persistent system-level privileges or modify other skills.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install prisma-patterns - 安装完成后,直接呼叫该 Skill 的名称或使用
/prisma-patterns触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Prisma ORM Patterns 是什么?
Use this skill when working with Prisma ORM in Node.js/TypeScript projects. Covers schema design, migrations, query optimization, relations, transactions, an... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 113 次。
如何安装 Prisma ORM Patterns?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install prisma-patterns」即可一键安装,无需额外配置。
Prisma ORM Patterns 是免费的吗?
是的,Prisma ORM Patterns 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Prisma ORM Patterns 支持哪些平台?
Prisma ORM Patterns 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Prisma ORM Patterns?
由 Hjs102468(@goldath)开发并维护,当前版本 v1.0.0。
推荐 Skills