pagina-lovable

Publish local HTML pages to Lovable via API with create-or-update modes.

Updated May 19, 2026
One-click install
npx skills add https://github.com/o-pedrosiqueira/mapa-do-criador-system --skill pagina-lovable-o-pedrosiqueira
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pagina-lovable
Source: https://github.com/o-pedrosiqueira/mapa-do-criador-system/tree/main/.claude/skills/pagina-lovable
Command: npx skills add https://github.com/o-pedrosiqueira/mapa-do-criador-system --skill pagina-lovable-o-pedrosiqueira

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Publishes HTML pages to Lovable via API directly from the local project, removing manual upload steps and enabling quick publishing.

Core Features & Use Cases

  • Automated publication: publish a local HTML file to Lovable with an optional subdomain and either create a new page or update an existing one.
  • Key management and security: prompts for Lovable API key handling, stores it securely in a .env file, and avoids exposing it in logs or summaries.
  • Publication history: records a retrievable history with public URL, project ID, and file paths to support audit trails.
  • Use case: after finalizing a page in entregas/{ativo}/paginas/, publish to Lovable to get a public URL for marketing and ads.

Quick Start

Publish the prepared HTML page to Lovable with your API key when prompted.

Frequently Asked Questions about pagina-lovable

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I publish an HTML page to Lovable via API?

To publish an HTML page to Lovable via API, you provide your Lovable API key, select a local HTML file, and choose to create or update a page with an optional subdomain. The API key is validated and stored securely in a .env file for automated curl-based requests.

Can I automatically update an existing Lovable page with a local HTML file?

Yes, you can automatically update an existing Lovable page with a local HTML file. The publication process supports create-or-update modes, allowing you to push changes to an existing page and subdomain directly via the Lovable API.

How does API key management work for Lovable publications?

API key management for Lovable publications involves prompting for your key, validating it, and storing it securely in a local .env file. This ensures the key is used for curl-based requests without being exposed in logs or summaries.

Is there a publication history when deploying to Lovable?

Yes, a publication history is recorded when deploying to Lovable. It logs the public URL, project ID, and file paths for each deployment, supporting audit trails and tracking for your marketing and ad pages.

Do I need a .env file to publish web pages to Lovable?

You do not need to manually create a .env file to publish web pages to Lovable. The system stores your validated Lovable API key securely in a .env file automatically, ensuring your credentials are managed safely during the curl-based publication process.