A browser automation skill for interacting with Velora AI companions, supporting automated chat and image generation workflows.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install velora
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install velora using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Velora Chat skill is a specialized automation tool within the Openclaw Skills ecosystem designed to interface with the Velora AI platform. It utilizes Playwright and Chromium to drive browser-based interactions, allowing users to programmatically engage with AI companions, test platform functionality, and generate visual assets. This skill bridges the gap between local AI agents and web-based social AI platforms, providing a structured way to handle authentication, navigation, and message exchanges.
By incorporating this into your Openclaw Skills library, you gain the ability to perform complex QA testing or simply enjoy automated interactions with a diverse range of AI personalities. The skill is built to be resilient, handling login flows and waiting for asynchronous AI responses or image generation cycles, making it ideal for both developers testing web infrastructure and power users exploring AI capabilities.
To use this component of Openclaw Skills, ensure you have Node.js (v18+) installed. Then, set up the browser automation environment:
npm install playwright
npx playwright install chromium
You must configure your account credentials via environment variables. Create a .env file with the following content:
[email protected]
VELORA_PASSWORD=your-password
The skill organizes interaction data and configuration through the following schema:
| Attribute | Description | Data Type |
|---|---|---|
| VELORA_EMAIL | The email address for account authentication | String |
| VELORA_PASSWORD | The password for account authentication | String |
| Companion Name | The unique identifier for the AI (e.g., Rin, Lilith) | String |
| Message Payload | The text content to be sent to the AI companion | String |
| Image Assets | URLs extracted from the chat for generated photos | Array of Strings |
| Status Check | Verification of login and chat state | Boolean |
Loading
A conversational assistant designed to streamline the initialization and management of AI agent roles within the OpenClaw ecosystem.

A high-precision fact-checking skill that elevates claim verification to CI-Level 2 with tighter confidence intervals.

A comprehensive AI agent for extracting, researching, and visualizing complex family histories and genealogical records.

A secure integration layer for managing 1Password secrets and vault access within AI agent environments.

An automated tool to download, extract, and analyze TGA (Hortor Games) dashboard reports directly from panel URLs.

Baseline-RAG is a statistical fact-checking skill that extracts claims and validates them against web sources to provide a confidence-scored verification report.








































