Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

lovablelovable 搜索

Agent Skill

lovable 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

11,384

周安装

484

GitHub Stars

1

下载量

3,988
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:lovable(lovable 搜索)
来源仓库:https://github.com/arunnadarasa/lovable
安装命令:
openclaw skills install lovable
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install lovable

简介

帮助构建临床和医疗保健应用的快速入门工具。

  • 专为 OpenClaw 临床黑客马拉松参与者设计。
  • 通过 clawhub 安装,需确认应用场景匹配。
  • 可能涉及医疗数据合规性检查。适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。
  • lovable 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
clawhub-lovable
description
Helps OpenClaw Clinical Hackathon participants get started quickly building clinical and healthcare apps with Lovable. Use when the user is building a clinical app in Lovable, mentions the hackathon or Lovable, or asks for quick-start guidance for clinical projects (patient intake, dashboards, assessments, PHI-safe patterns).

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”).

  1. 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).

  1. 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.

  1. 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.

  1. 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.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

84.52%
按下载量换算3,371

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills