2.5k
GitHub Stars
2
Bundled Files
2 months ago
Catalog Refreshed
3 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill openclaw/skills --skill biver-builder- _meta.json462 B
- SKILL.md21.3 KB
Overview
This skill integrates with the Biver Landing Page Builder API to create, update, delete, and deploy landing pages, subdomains, custom domains, products, forms, and gallery assets. It also supports AI-generated pages and sections and workspace-level settings like branding and SEO. Use it to automate landing page workflows and manage workspace configuration from scripts or automation platforms.
How this skill works
The skill communicates with Biver API endpoints using an API key passed in X-API-Key/Authorization headers and an optional custom base URL. It maps common tasks to REST endpoints such as /v1/pages, /v1/sections, /v1/domains, /v1/subdomains, /v1/gallery, and /v1/workspace/* and supports AI generation via /v1/ai/pages and /v1/ai/sections. Workflows include creating subdomains and pages, uploading assets to the gallery, adding custom domains and DNS verification, and publishing pages via deploy endpoints.
When to use it
- Automate landing page creation, updates, publishing, and deletion
- Provision or manage subdomains (.lp.biver.id) and custom domains programmatically
- Generate full pages or individual sections using the AI endpoints
- Manage product catalogs, forms, and gallery assets for a landing site
- Configure workspace settings: branding, SEO, and other workspace-wide options
Best practices
- Start integration with a bvr_test_ API key and only switch to bvr_live_ after validation
- Grant least-privilege scopes when creating API keys; add write scopes only when necessary
- Rotate API keys regularly and never commit keys to source control
- Validate API responses and handle rate limits and error codes gracefully
- Upload media to the gallery and reference returned asset URLs in page/section payloads
Example use cases
- Create a promotional landing page with a new subdomain, hero section, and product gallery, then publish it
- Add a custom domain, perform DNS verification, and set it as the primary domain for a landing page
- Use AI generation to produce a starter page for a restaurant, then customize sections and publish
- Upload images to the gallery, create product entries, and build a product catalog landing page using uploaded asset URLs
- Automate workspace branding and SEO updates for consistent site-wide settings
FAQ
You must supply a BIVER_API_KEY in environment variables. Use bvr_test_ keys for testing and ensure required scopes are granted.
Can I generate pages without authentication?
AI generation endpoints require authentication (ai:generate scope). Only form submissions are public endpoints that do not require an API key.