LaunchKit · 2026
Back to Skills

biver-builder

Welcome to the **Biver API** — the public REST API for the Biver landing page builder platform.

3
316 downloads
by @ramaaditya49

Setup & Installation

openclaw skills install @ramaaditya49/biver-builder

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install biver-builder

Version History

v1.0.4Feb 26, 2026 - Version note by skill developer:

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

INPUT

User asks: Create a landing page for a coffee shop called Morning Brew and publish it

AGENT
  1. 1Calls POST /v1/ai/pages with a prompt, style, and industry to generate page content
  2. 2Creates a subdomain at morning-brew.lp.biver.id via POST /v1/subdomains
  3. 3Adds the generated sections to the page via POST /v1/sections
  4. 4Patches the subdomain status to published via PATCH /v1/subdomains/:id
OUTPUT

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.

BIVER_API_KEY environment variableBiver account at biver.id to generate an API key