openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > Solvea Chat

Call Solvea Web App chat API to get AI customer service replies. Use for real customer-service questions. On session boot message ("new session was started")...

通信与消息

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v0.5.7

统计:⭐ 0 · 184 · 1 current installs · 1 all-time installs

0

安装量(当前) 1

🛡 VirusTotal:Pending · OpenClaw :可疑

Package:airoucat233/solvea-chat

安全扫描(ClawHub)

  • VirusTotal:Pending
  • OpenClaw :可疑

OpenClaw 评估

The skill appears to implement a Solvea chat proxy and mostly matches its description, but the published metadata claims no required environment variables while the code and installer require and persist Solvea credentials—an incoherence worth reviewing before install.

目的

The skill's name, README and scripts consistently implement a Solvea Web App chat client (chat.py + solvea_client.py + setup.sh). Requiring an API token and agent ID is appropriate for this purpose. However the registry metadata declared 'required env vars: none' while the code enforces SOLVEA_API_KEY and SOLVEA_AGENT_ID and the installer writes a .env—this mismatch is an incoherence.

说明范围

Runtime instructions and templates limit behavior to forwarding user messages to the Solvea API and managing per-user chat IDs in memory/solvea-sessions.json. The installer edits OpenClaw config (openclaw.json) to add bindings/agents which is expected for installing a channel-bound agent. No instructions attempt to read unrelated secrets or exfiltrate data to unexpected endpoints.

安装机制

No remote downloads; the included setup.sh copies the skill into the agent workspace, creates a Python venv and installs two PyPI deps (httpx, python-dotenv). That install mechanism is standard and proportional for a Python CLI skill. setup.sh will write files into the workspace and openclaw.json—normal for a skill installer but requires local config changes.

证书

The skill legitimately needs SOLVEA_API_KEY (X-Token) and SOLVEA_AGENT_ID; the code will abort if they are missing. The registry metadata incorrectly lists no required env vars or primary credential, which is inconsistent and could mislead users. The installer writes those credentials into a plaintext .env in the skill directory by default—users should be aware of local persistence. Also the default SOLVEA_BASE_URL in code and .env is https://…

持久

The skill does not request 'always: true' and follows normal installation behavior. setup.sh will add an agent entry and channel binding to ~/.openclaw/openclaw.json and copy files into the agent workspace, create a .venv, and save .env with credentials. These are expected but are persistent changes to OpenClaw configuration and local disk.

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Solvea Chat」。简介:Call Solvea Web App chat API to get AI customer service replies. Use for real c…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/airoucat233/solvea-chat/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

暂无本地缓存内容,可在后台执行详情同步。