← Back to Skills Marketplace
113
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install prisma-patterns
Description
Use this skill when working with Prisma ORM in Node.js/TypeScript projects. Covers schema design, migrations, query optimization, relations, transactions, an...
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install prisma-patterns - After installation, invoke the skill by name or use
/prisma-patterns - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 113 downloads so far.
How do I install Prisma ORM Patterns?
Run "/install prisma-patterns" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Prisma ORM Patterns free?
Yes, Prisma ORM Patterns is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Prisma ORM Patterns support?
Prisma ORM Patterns is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Prisma ORM Patterns?
It is built and maintained by Hjs102468 (@goldath); the current version is v1.0.0.
More Skills