← Back to Skills Marketplace
100
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install velora
Description
Chat with AI companions on Velora (velora.cloudm8.net). Use for: (1) Testing Velora app functionality, (2) Interacting with AI companions, (3) Generating com...
Usage Guidance
This skill appears to do what it claims (automate a browser to chat with Velora companions) but has inconsistencies you should address before installing or running it: (1) the registry declares no required env vars but SKILL.md asks for VELORA_EMAIL and VELORA_PASSWORD — confirm how the platform will supply credentials; (2) the README/sample code uses process.env, but the provided script expects CLI args — be careful which method you use; (3) avoid supplying your primary Velora credentials (use a dedicated test account and a unique password); (4) you will need to install Playwright and Chromium locally (npm install playwright + npx playwright install chromium); (5) verify the skill author/source (homepage is missing) before trusting it with credentials; and (6) inspect network activity when first running (or run in an isolated/test account) to ensure no unexpected data exfiltration occurs.
Capability Analysis
Type: OpenClaw Skill
Name: velora
Version: 1.0.0
The Velora skill is a browser automation tool designed to interact with the Velora AI chat platform (velora.cloudm8.net). It uses Playwright in `scripts/velora-chat.js` to automate login, message sending, and image retrieval, which is consistent with its stated purpose in `SKILL.md`. While the script handles user credentials and performs web scraping, there is no evidence of data exfiltration, malicious execution, or unauthorized access to the host system.
Capability Assessment
Purpose & Capability
The skill's stated purpose (automated chat/testing of Velora) legitimately requires a Velora account and browser automation (Playwright). However, the registry metadata lists no required environment variables or primary credential while SKILL.md explicitly requires VELORA_EMAIL and VELORA_PASSWORD — an incoherence between declared requirements and runtime instructions.
Instruction Scope
SKILL.md instructs the agent to log in, navigate, send messages, and collect image URLs from velora.cloudm8.net (all consistent with the stated purpose). However, the SKILL.md examples use process.env.VELORA_EMAIL/PASSWORD while the shipped script expects CLI arguments; this mismatch could confuse users and automation and indicates the documentation and code are not fully aligned. The instructions do not attempt to read unrelated system files or secrets beyond the Velora credentials.
Install Mechanism
No install spec is provided (instruction-only), and the script relies on Playwright/Chromium which the SKILL.md tells users to install via npm/npx. There are no remote downloads or opaque installers inside the skill bundle itself.
Credentials
The skill requires a Velora account email and password according to SKILL.md (sensible for browser automation), but the registry metadata did not declare these required env vars or a primary credential. The skill asks for plaintext account credentials (env vars or CLI args), which is proportionate to its function but raises typical credential-risk concerns — users should not provide primary/personal credentials and should use test accounts and unique passwords.
Persistence & Privilege
The skill does not request persistent/system-wide privileges, does not set always:true, and does not modify other skills or agent-wide config. Its runtime footprint is limited to running Playwright locally.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install velora - After installation, invoke the skill by name or use
/velora - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
velora-chat 1.0.0 — Initial Release
- Automates testing and interaction with Velora AI companions at velora.cloudm8.net
- Enables chat with companions and generation of companion images through browser automation (requires Playwright and Chromium)
- Provides CLI script for sending messages and requesting image generation
- Includes instructions for using environment variables for secure credential management
- Lists available companions and troubleshooting tips for common issues
Metadata
Frequently Asked Questions
What is Velora?
Chat with AI companions on Velora (velora.cloudm8.net). Use for: (1) Testing Velora app functionality, (2) Interacting with AI companions, (3) Generating com... It is an AI Agent Skill for Claude Code / OpenClaw, with 100 downloads so far.
How do I install Velora?
Run "/install velora" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Velora free?
Yes, Velora is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Velora support?
Velora is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Velora?
It is built and maintained by Darkatek7 (@darkatek7); the current version is v1.0.0.
More Skills