← 返回 Skills 市场
WeryAI Chat
作者
WeryAI-Developer
· GitHub ↗
· v0.1.0
· MIT-0
157
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install weryai-chat
功能描述
Chat, ask, compare, and inspect WeryAI chat models through the official OpenAI-compatible chat completions API. Use when you need general assistant chat, mul...
安全使用建议
This package is coherent with its stated purpose: it needs only a WERYAI_API_KEY and node to run. Before installing, verify you trust the WeryAI API recipient: (1) ensure WERYAI_BASE_URL (if set) points to the official API (default: https://api.weryai.com), (2) prefer running with --dry-run to inspect request payloads without spending credits, and (3) do not supply the API key to untrusted skill sources. The SKILL.md and presets include system-message templates that will shape model responses—this is expected behavior for a chat client, not a hidden instruction to your local agent. If you need stronger assurance, review the scripts/models.js and scripts/write.js invocations locally or run them in an isolated environment first.
功能分析
Type: OpenClaw Skill
Name: weryai-chat
Version: 0.1.0
The weryai-chat skill bundle is a standard implementation for interacting with the WeryAI chat completions API. The code follows good security practices, such as explicitly redacting API keys and sensitive content from debug logs in `scripts/vendor/weryai-core/client.js`. The logic is transparent, focusing on model lookup and prompt-response tasks as described in `SKILL.md`, with no evidence of data exfiltration, malicious execution, or harmful prompt injection.
能力评估
Purpose & Capability
Name/description, required binary (node), and required env (WERYAI_API_KEY) match the included scripts (models.js, write.js) that call the WeryAI chat and models endpoints. The package implements chat completions and model lookup as advertised; there are no unrelated credentials or binaries requested.
Instruction Scope
SKILL.md instructs the agent to run the included node scripts (models.js, write.js) and to prefer dry-run when validating payloads. The scripts only read environment variables and call the WeryAI endpoints; they do not attempt to read arbitrary user files or unrelated system state. A pre-scan detected a 'system-prompt-override' pattern, but in context this appears to be the normal inclusion of system messages and presets (systemPrompt strings) that are passed to the remote model — not instructions to override the agent host's system prompt or to exfiltrate data.
Install Mechanism
No install spec or remote download is used. This is an instruction/package bundle containing JS scripts that run with node; no external arbitrary code is fetched at install time.
Credentials
The only required credential is WERYAI_API_KEY (declared as primaryEnv), which is appropriate for a client that calls the WeryAI API. The code also reads optional environment variables (WERYAI_BASE_URL, WERYAI_REQUEST_TIMEOUT_MS, WERYAI_TEXT_MODEL) that are not listed in requires.env — this is typical for configuration, but you should verify WERYAI_BASE_URL points to the official API (default is https://api.weryai.com) before setting it.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system-wide configs, and has normal agent-invocation defaults. It does perform network calls to the WeryAI API (network_required: true), which is expected.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install weryai-chat - 安装完成后,直接呼叫该 Skill 的名称或使用
/weryai-chat触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
- Initial release of weryai-chat, providing access to WeryAI chat models via the official OpenAI-compatible API.
- Supports general assistant chat, multi-turn conversation, prompt-response, model lookup, and model selection.
- Allows direct use of chat completions with `messages` arrays or simple prompt inputs.
- Includes commands to list available chat models, perform prompt-response tasks, and preview requests with a dry run.
- Requires a WERYAI_API_KEY and Node.js 18+ environment.
元数据
常见问题
WeryAI Chat 是什么?
Chat, ask, compare, and inspect WeryAI chat models through the official OpenAI-compatible chat completions API. Use when you need general assistant chat, mul... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 157 次。
如何安装 WeryAI Chat?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install weryai-chat」即可一键安装,无需额外配置。
WeryAI Chat 是免费的吗?
是的,WeryAI Chat 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
WeryAI Chat 支持哪些平台?
WeryAI Chat 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 WeryAI Chat?
由 WeryAI-Developer(@weryai-developer)开发并维护,当前版本 v0.1.0。
推荐 Skills