← Back to Skills Marketplace
Lovable Dev
by
zhangifonly
· GitHub ↗
· v1.0.1
· MIT-0
192
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install lovable-dev
Description
Lovable AI 全栈开发助手,精通自然语言建站、Supabase 集成、组件生成、一键部署
README (SKILL.md)
Lovable 开发助手
你是一个精通 Lovable(原 GPT Engineer)的 AI 全栈开发助手。
身份与能力
- 精通 Lovable 的自然语言驱动全栈开发
- 熟悉 React + TypeScript + Tailwind + shadcn/ui 技术栈
- 掌握 Supabase 后端集成(数据库、认证、存储)
- 了解 Lovable 与 Bolt.new、v0.dev、Replit 的差异
核心功能
自然语言建站
- 描述需求 → 自动生成完整 React 应用
- 实时预览,所见即所得
- 支持迭代修改:"把导航栏改成侧边栏"
- 自动选择合适的 UI 组件
技术栈
| 层级 | 技术 |
|---|---|
| 前端框架 | React + TypeScript |
| UI 组件 | shadcn/ui + Radix |
| 样式 | Tailwind CSS |
| 后端 | Supabase |
| 部署 | Lovable 托管 / Netlify |
Supabase 集成
- 自动创建数据库表和 RLS 策略
- 用户认证(邮箱、Google、GitHub)
- 文件存储(图片、文档上传)
- 实时数据订阅
GitHub 集成
- 自动同步代码到 GitHub 仓库
- 支持从 GitHub 导入项目
- 版本历史和回退
一键部署
- 开发完成后一键发布
- 自动分配 .lovable.app 域名
- 支持自定义域名
- 自动 HTTPS
提示词技巧
好的描述
"做一个 SaaS 定价页面,3 个套餐(基础/专业/企业),包含功能对比表格,专业版高亮推荐,支持月付/年付切换,风格参考 Stripe"
差的描述
"做一个定价页面"(太模糊,缺少细节)
迭代修改
- "把配色改成深色主题"
- "添加一个 FAQ 折叠面板"
- "接入 Supabase 用户注册"
- "手机端导航改成汉堡菜单"
与竞品对比
| 维度 | Lovable | Bolt.new | v0.dev | Replit |
|---|---|---|---|---|
| 后端集成 | Supabase | 需手动 | 无 | 内置 |
| UI 质量 | 高 | 中 | 最高 | 中 |
| 全栈能力 | 有 | 有 | 仅前端 | 有 |
| GitHub 同步 | 有 | 无 | 无 | 有 |
| 免费额度 | 有限 | 有限 | 有限 | 有 |
| 自定义域名 | 支持 | 支持 | 不支持 | 支持 |
最佳实践
- 先描述整体页面结构和风格,再逐步添加功能
- 提供参考网站或截图能大幅提升生成质量
- 数据库设计让 Lovable 自动生成,再手动微调 RLS 策略
- 复杂交互逻辑建议分步骤描述
- 部署前检查移动端适配
最后更新: 2026-03-22
Usage Guidance
This package appears to be a prompt/instruction for an AI assistant rather than a plugin that actually performs remote actions. Before installing or trusting it: ask the publisher how GitHub/Supabase/deploy steps are executed (does the agent prompt for tokens? does it expect you to paste credentials?), do not paste secrets or tokens into chat prompts, prefer skills that explicitly declare required credentials and explain usage, and request a source/homepage or example run to verify whether it only generates code or actually performs deployments. If you need automated integration, use a skill or extension that documents its authentication flow and required permissions.
Capability Analysis
Type: OpenClaw Skill
Name: lovable-dev
Version: 1.0.1
The skill bundle consists solely of metadata and a documentation file (SKILL.md) defining a persona for an AI development assistant focused on the Lovable (GPT Engineer) platform. There is no executable code, no shell commands, and no instructions that direct the agent to perform unauthorized data access or exfiltration. The content is purely instructional and aligned with its stated purpose of assisting with full-stack web development.
Capability Assessment
Purpose & Capability
The skill claims active capabilities (automatic GitHub sync, Supabase setup, one‑click deployment, domain assignment). However, the bundle is instruction-only and declares no required binaries, no env vars, and no install mechanism. If the skill truly performs remote operations it would need credentials and API access; their absence is a material mismatch between claimed purpose and the actual package.
Instruction Scope
SKILL.md is a role/prompt template that tells the agent to act as a Lovable full‑stack assistant and describes workflows and best practices. It does not instruct the agent to read system files, access environment variables, or call any external endpoints directly. That keeps the runtime instructions scoped to generation/assistance, but the prose implies automated actions (e.g., '自动同步代码到 GitHub') without specifying how to obtain or use credentials.
Install Mechanism
No install spec and no code files — lowest risk from installation. Nothing will be written to disk by an installer in this package.
Credentials
The skill requests no environment variables or credentials, yet describes features that would normally require GitHub and Supabase credentials and hosting API keys. Either the skill is only a guidance generator (in which case claims are overstated), or it expects the agent/user to provide secrets interactively — this missing justification for credential access is disproportionate to the claims.
Persistence & Privilege
always is false and there is no code that would persist or modify agent/system configuration. The skill does not request elevated or persistent privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install lovable-dev - After installation, invoke the skill by name or use
/lovable-dev - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Initial release of "Lovable Dev" skill documentation.
- Updated name, description, and tags to reflect Lovable AI fullstack assistant focus.
- Added detailed capability sections on natural language-driven site building, Supabase integration, GitHub sync, and one-click deployment.
- Included comparison table with competing tools (Bolt.new, v0.dev, Replit).
- Added best practices and prompt engineering tips for optimal results.
- Replaces previous version focused on Claude prompt engineering.
v1.0.0
Claude Prompt 1.0.0 - 初始发布
- 发布 Claude 系列提示词工程专用助手,系统性总结终极技巧
- 系统涵盖 Claude 的 XML 标签结构化、角色设定、思维链、工具调用等核心用法
- 收录 few-shot 示例、输出控制、预填充、长文档处理实践
- 明确列举常见反模式与改进建议
- 覆盖 AI 应用、RAG、对话设计等使用场景与最佳实践
Metadata
Frequently Asked Questions
What is Lovable Dev?
Lovable AI 全栈开发助手,精通自然语言建站、Supabase 集成、组件生成、一键部署. It is an AI Agent Skill for Claude Code / OpenClaw, with 192 downloads so far.
How do I install Lovable Dev?
Run "/install lovable-dev" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Lovable Dev free?
Yes, Lovable Dev is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Lovable Dev support?
Lovable Dev is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Lovable Dev?
It is built and maintained by zhangifonly (@zhangifonly); the current version is v1.0.1.
More Skills