← 返回 Skills 市场
arunnadarasa

Hackathon Lovable

作者 Arun Nadarasa · GitHub ↗ · v0.1.0
cross-platform ✓ 安全检测通过
385
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install lovable
功能描述
Helps OpenClaw Clinical Hackathon participants get started quickly building clinical and healthcare apps with Lovable. Use when the user is building a clinic...
使用说明 (SKILL.md)

ClawHub × Lovable — Clinical Hackathon Quick Start

Use this skill when helping participants of the OpenClaw Clinical Hackathon build clinical or healthcare projects with Lovable (full-stack AI app platform). Goal: get from idea to a working clinical MVP fast, with sensible patterns for auth, data, and scope.

When to apply

  • User mentions OpenClaw Clinical Hackathon, Lovable, or clinical project
  • User wants to build a clinical/healthcare app (intake forms, dashboards, assessments, vitals, etc.)
  • User asks for quick start or getting started with Lovable for clinical use cases

Quick start (first clinical project in Lovable)

  1. Account and project

    • Sign up at lovable.dev and create a new project.
    • Name it clearly (e.g. “Patient Intake MVP”, “Clinical Dashboard”).
  2. Scope with Plan mode

    • In Lovable, use Plan mode first: describe the clinical goal (e.g. “Patient intake form with consent and basic demographics, then a simple list view”).
    • Get a high-level plan and break the app into components (e.g. intake form, list, detail view).
  3. Build by component

    • Use Agent mode to implement one component at a time.
    • Prompt for that component (e.g. “Add a patient intake form with fields: name, DOB, consent checkbox, submit”) instead of “build the whole app”.
    • Add authentication early if the app will show any user-specific or sensitive data.
  4. Backend and data

    • Use Lovable Cloud (Supabase) for database and auth so you don’t manage servers.
    • Prefer structured fields (e.g. demographics, assessments) in the DB from the start; avoid free-text blobs for anything that might be PHI.
  5. Publish

    • Use Lovable’s deploy/publish flow when the MVP is ready; add a custom domain later if needed.

Clinical project patterns

  • Auth from day one
    If the app touches patient or user-specific data, add auth (e.g. Supabase Auth) at the start so you don’t retrofit it later.

  • PHI-safe prompts and logs
    Do not put real patient names, IDs, or clinical content in prompts or in logs. Use placeholders in prompts (e.g. “patient name field”, “DOB field”) and keep real data only in the database and in the running app.

  • Common clinical UIs

    • Intake: Form with demographics, consent, and optional referral reason.
    • Assessments: Step-by-step or single-page forms with scores/results stored in DB.
    • Dashboards: Read-only or summary views (e.g. list of patients, vitals summary) with filters and simple charts.
  • Keep scope MVP
    One clear workflow (e.g. “intake → list” or “assessment → result”) is enough for the hackathon; add features after the core works.

Lovable best practices (recap)

  • Plan before prompt: Use Plan mode to get a component-level plan, then implement in Agent mode.
  • Prompt by component: One prompt per component or small feature; avoid “build entire app” in one go.
  • Use Knowledge: Upload design system, brand, or API docs as a Knowledge file so prompts stay consistent.
  • Credits: Lovable uses credits for generation; smaller, focused prompts use them more efficiently.

OpenClaw / ClawHub context

  • OpenClaw: Self-hosted gateway for chat apps (WhatsApp, Telegram, Discord, iMessage, etc.) and AI agents. Useful if participants want to expose a clinical workflow via chat (e.g. “start intake via Telegram”).
  • ClawHub: clawhub.com — skills discovery. Point participants there for more skills (e.g. health assistant, automation) that can complement a Lovable-built clinical UI.

When the user’s goal is “get something clinical running in Lovable fast”, lead with the Quick start and Clinical project patterns; add OpenClaw/ClawHub only if they ask about chat channels or existing skills.

Examples

User: “I’m doing the OpenClaw Clinical Hackathon and want to build a patient intake form in Lovable.”
Agent: Walk them through: create project → Plan mode to get “intake form + list” plan → Agent mode to build the form component (fields, validation, submit) → add Supabase table and auth if they need per-user data → then the list view.

User: “How do I make sure I don’t leak PHI when building with Lovable?”
Agent: Emphasize: no real patient data in prompts or in Knowledge; use generic field names and placeholders; keep PHI only in the database and in the running app; avoid logging request/response content that could contain PHI.

User: “What’s the fastest way to get a clinical dashboard live?”
Agent: Suggest: Plan mode for “dashboard with list + filters + one detail view” → implement one view at a time in Agent mode → use Lovable Cloud (Supabase) for data and auth → publish when the main view works; add charts or extra filters as follow-up.

安全使用建议
This skill is a low-footprint, coherent quick-start guide for building clinical apps with Lovable. Before using it: (1) do not paste real patient data or PHI into prompts, Knowledge uploads, or logs — use placeholders or synthetic/test data; (2) store any Supabase or Lovable credentials securely in your project/service, not in prompts; (3) verify Lovable/Supabase privacy/compliance for your use case (e.g., HIPAA requirements) before handling real PHI; and (4) if provenance matters, consider asking the publisher or choosing a skill with a known homepage/repo. Overall it appears consistent with its stated purpose.
功能分析
Type: OpenClaw Skill Name: lovable Version: 0.1.0 The skill bundle is benign. It consists of metadata and a markdown file providing instructions for an AI agent to assist users in building clinical applications with the Lovable platform. The `SKILL.md` content focuses on development best practices, including explicit guidance on 'PHI-safe prompts and logs' which actively discourages the agent from handling sensitive data in prompts, demonstrating a clear intent for secure and responsible operation. There is no evidence of malicious code, data exfiltration, unauthorized execution, or prompt injection designed to subvert the agent's intended purpose.
能力评估
Purpose & Capability
Name and description match the SKILL.md content: guidance for hackathon participants building clinical apps with Lovable. There are no unexpected required binaries, env vars, or install steps. Note: the skill's source/homepage are unknown, which affects provenance but not internal coherence.
Instruction Scope
SKILL.md contains only step-by-step guidance (Plan mode, Agent mode, use Supabase for auth/data, PHI-handling advice). It does not instruct the agent to read unrelated files, access system credentials, or transmit data to unexpected endpoints. It does recommend uploading design/brand/API docs as Knowledge files — ensure those uploads contain no PHI or sensitive data.
Install Mechanism
No install spec and no code files (instruction-only). This is the lowest-risk model: nothing is written to disk or fetched automatically by the skill.
Credentials
The skill declares no environment variables, no primary credential, and no config paths. The guidance references external services (Lovable, Supabase) but does not request or store credentials itself — any service creds would be supplied by the user in their project, which is proportionate.
Persistence & Privilege
always is false and the skill does not request persistent privileges or modifications to other skills or system-wide settings. Autonomous invocation is permitted by default (normal) but this skill's content is read-only guidance.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install lovable
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /lovable 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release: Quick-start guidance for building clinical and healthcare apps in Lovable, tailored for OpenClaw Clinical Hackathon participants. - Provides step-by-step instructions for setting up clinical projects in Lovable, including planning, building components, and best practices for PHI safety. - Highlights common clinical app patterns (intake, dashboard, assessments) and advises on MVP scope. - Emphasizes using Plan mode first, then Agent mode per component, and how to handle auth and data securely. - Includes contextual information about OpenClaw and ClawHub, with pointers for integrating chat workflows. - Offers practical examples and guidance specifically for hackathon use cases.
元数据
Slug lovable
版本 0.1.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Hackathon Lovable 是什么?

Helps OpenClaw Clinical Hackathon participants get started quickly building clinical and healthcare apps with Lovable. Use when the user is building a clinic... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 385 次。

如何安装 Hackathon Lovable?

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

Hackathon Lovable 是免费的吗?

是的,Hackathon Lovable 完全免费(开源免费),可自由下载、安装和使用。

Hackathon Lovable 支持哪些平台?

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

谁开发了 Hackathon Lovable?

由 Arun Nadarasa(@arunnadarasa)开发并维护,当前版本 v0.1.0。

💬 留言讨论