← Back to Skills Marketplace
bullkis1

Rapid Prototyper

by Bullkis1 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
367
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install rapid-prototyper
Description
Ultra-fast proof-of-concept and MVP development. Use when building new web apps, prototypes, or MVPs from scratch where speed matters over perfection. Specia...
Usage Guidance
This skill is coherent for fast web-app prototypes, but review the following before using: 1) You will need to create and store secrets (DATABASE_URL, CLERK_SECRET_KEY, Supabase keys). Keep them out of source control and use your deployment provider's secret store. 2) The recommended feedback widget posts the current URL and free-form text to your backend — consider privacy and sanitize/store feedback appropriately to avoid leaking PII. 3) The docs encourage adding analytics (Vercel Analytics or PostHog) early — decide whether you want third-party telemetry before shipping. 4) The registry metadata does not declare the env vars the templates expect; treat that as a transparency gap and ensure you supply and protect required keys locally or in your deploy settings. If you want, I can point out specific lines to change to reduce data exposure (e.g., remove window.location.href from feedback payload) or produce a checklist for safe deployment (env handling, CORS, rate limiting, input sanitization).
Capability Analysis
Type: OpenClaw Skill Name: rapid-prototyper Version: 1.0.0 The rapid-prototyper skill bundle is a legitimate tool designed to scaffold Next.js applications using a standard modern stack (Supabase, Clerk, Prisma, shadcn/ui). The instructions in SKILL.md and the boilerplate code in the references/ directory are consistent with the stated goal of rapid MVP development and do not contain any evidence of data exfiltration, malicious execution, or harmful prompt injection.
Capability Assessment
Purpose & Capability
The name/description (rapid prototyping / MVPs) matches the content: scaffold commands, stack choices, boilerplate patterns and deployment guidance for Next.js + Supabase + Clerk + Prisma. Required tools and libraries shown in the docs are appropriate for the stated purpose and nothing outside that domain (e.g., unrelated cloud providers or admin credentials) is requested.
Instruction Scope
The SKILL.md and references instruct the agent/developer to scaffold a full-stack app, add auth, analytics and a feedback widget that sends feedback plus the current URL (window.location.href) to the app backend. That is expected for a prototyping workflow, but it does introduce potential privacy/data-collection concerns (the feedback widget will capture URLs and any user-entered content). The instructions do not tell the agent to read local system files or fetch credentials from the environment automatically, so runtime scope is limited to developer actions.
Install Mechanism
This is an instruction-only skill with no install spec and no code files that execute on the agent. No downloads, third-party install URLs, or archive extraction are used by the skill itself — lowest install risk.
Credentials
The registry metadata lists no required env vars, but references/stack-setup.md clearly documents environment variables and secret keys you must provide to run the apps (DATABASE_URL, CLERK_SECRET_KEY, NEXT_PUBLIC_SUPABASE_ANON_KEY, etc.). Those env vars are appropriate for the described stack, but the metadata omission reduces transparency. The skill expects working with secrets (DB connection, auth keys, analytics), which are proportional to building and deploying a web app but should be handled carefully (do not commit them to source).
Persistence & Privilege
always is false and the skill does not request persistent system privileges or modify other skills' configurations. It is user-invocable and can be invoked autonomously (platform default) but that is expected for instruction-only developer skills.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install rapid-prototyper
  3. After installation, invoke the skill by name or use /rapid-prototyper
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Next.js 14 + Supabase + Clerk + shadcn/ui MVP stack. Adapted from agency-agents.
Metadata
Slug rapid-prototyper
Version 1.0.0
License MIT-0
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is Rapid Prototyper?

Ultra-fast proof-of-concept and MVP development. Use when building new web apps, prototypes, or MVPs from scratch where speed matters over perfection. Specia... It is an AI Agent Skill for Claude Code / OpenClaw, with 367 downloads so far.

How do I install Rapid Prototyper?

Run "/install rapid-prototyper" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Rapid Prototyper free?

Yes, Rapid Prototyper is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Rapid Prototyper support?

Rapid Prototyper is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Rapid Prototyper?

It is built and maintained by Bullkis1 (@bullkis1); the current version is v1.0.0.

💬 Comments