← 返回 Skills 市场
zhangifonly

Lovable Dev

作者 zhangifonly · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
192
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install lovable-dev
功能描述
Lovable AI 全栈开发助手,精通自然语言建站、Supabase 集成、组件生成、一键部署
使用说明 (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

安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install lovable-dev
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /lovable-dev 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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、对话设计等使用场景与最佳实践
元数据
Slug lovable-dev
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Lovable Dev 是什么?

Lovable AI 全栈开发助手,精通自然语言建站、Supabase 集成、组件生成、一键部署. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 192 次。

如何安装 Lovable Dev?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install lovable-dev」即可一键安装,无需额外配置。

Lovable Dev 是免费的吗?

是的,Lovable Dev 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Lovable Dev 支持哪些平台?

Lovable Dev 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Lovable Dev?

由 zhangifonly(@zhangifonly)开发并维护,当前版本 v1.0.1。

💬 留言讨论