← Back to Skills Marketplace
WeryAI Chat
by
WeryAI-Developer
· GitHub ↗
· v0.1.0
· MIT-0
157
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install weryai-chat
Description
Chat, ask, compare, and inspect WeryAI chat models through the official OpenAI-compatible chat completions API. Use when you need general assistant chat, mul...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install weryai-chat - After installation, invoke the skill by name or use
/weryai-chat - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 157 downloads so far.
How do I install WeryAI Chat?
Run "/install weryai-chat" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is WeryAI Chat free?
Yes, WeryAI Chat is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does WeryAI Chat support?
WeryAI Chat is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created WeryAI Chat?
It is built and maintained by WeryAI-Developer (@weryai-developer); the current version is v0.1.0.
More Skills