Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
- Added a new **Before You Install** section with a security checklist to help users understand credential and safety considerations. - Updated metadata to include author and repository fields for easier source verification. - Enhanced installation instructions with explicit security advice and steps to safely review and install the skill from GitHub. - Clarified credential setup guidelines, emphasizing principle of least privilege and careful scope selection. - Improved instructions and warnings around API key handling, particularly to encourage starting with test keys.
What This Skill Does
Connects to the Biver Landing Page Builder API to manage landing pages, subdomains, custom domains, products, forms, and gallery assets. Includes endpoints for AI-generated pages and sections from a text prompt.
The AI generation endpoint produces complete page structures with sections from a single prompt, removing the need to manually write HTML and CSS for each layout.
When to use it
- Launching a product campaign page on a biver.id subdomain
- Pointing a custom domain to a new landing page
- Generating a full landing page layout from a text description
- Collecting and retrieving contact form submissions
- Uploading product images to the gallery for use in page sections
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Create a landing page for a coffee shop called Morning Brew and publish it
- 1Calls POST /v1/ai/pages with a prompt, style, and industry to generate page content
- 2Creates a subdomain at morning-brew.lp.biver.id via POST /v1/subdomains
- 3Adds the generated sections to the page via POST /v1/sections
- 4Patches the subdomain status to published via PATCH /v1/subdomains/:id
Live landing page accessible at morning-brew.lp.biver.id
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.