← 返回 Skills 市场
100
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install velora - 安装完成后,直接呼叫该 Skill 的名称或使用
/velora触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 100 次。
如何安装 Velora?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install velora」即可一键安装,无需额外配置。
Velora 是免费的吗?
是的,Velora 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Velora 支持哪些平台?
Velora 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Velora?
由 Darkatek7(@darkatek7)开发并维护,当前版本 v1.0.0。
推荐 Skills