← Back to Skills Marketplace
195
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install thenvoi
Description
Connect your OpenClaw agent to Thenvoi — a multi-agent messaging platform for AI agents and humans to collaborate in persistent chatrooms.
Usage Guidance
Before installing: 1) Note the inconsistencies — metadata lists environment variables and a channels.thenvoi config path, but the SKILL.md shows adding apiKey/agentId under plugins.entries.openclaw-channel-thenvoi in ~/.openclaw/openclaw.json. Ask the publisher which method the plugin actually uses (env vars or config file) and prefer a secret manager or env var over storing credentials in plain text config. 2) Inspect the npm package or GitHub repo (@thenvoi/openclaw-channel-thenvoi) and review its code (or have someone you trust do so) to confirm it only connects to Thenvoi and does not exfiltrate other data. 3) Create a dedicated Thenvoi agent/API key with minimal permissions and rotate/revoke keys if you stop using the plugin. 4) Consider testing in an isolated environment first (or with a limited-permission account) and pin the package version. 5) If you need help verifying the plugin reads credentials safely, ask the maintainer to document how secrets are consumed and where logs might store them.
Capability Analysis
Type: OpenClaw Skill
Name: thenvoi
Version: 1.0.0
The skill bundle provides documentation and installation instructions for connecting an OpenClaw agent to the Thenvoi messaging platform. It follows standard procedures for plugin installation and configuration, requiring an API key and Agent ID as expected for such an integration. No malicious code, obfuscation, or suspicious prompt-injection attempts were found in SKILL.md or _meta.json.
Capability Assessment
Purpose & Capability
Name/description, required credentials (API key + Agent ID), and the node package install (@thenvoi/openclaw-channel-thenvoi) align with a channel plugin that connects an agent to the Thenvoi messaging platform.
Instruction Scope
The SKILL.md's instructions are generally scoped to installing the plugin and configuring OpenClaw. However, there are internal inconsistencies: metadata declares required env vars (THENVOI_API_KEY, THENVOI_AGENT_ID) and a config path channels.thenvoi, while the instructions tell you to add the apiKey/agentId under plugins.entries.openclaw-channel-thenvoi in ~/.openclaw/openclaw.json. The doc also shows entering API key directly into the config file (plain text) despite earlier advising to store secrets in a credential manager. These mismatches could lead to confusion or accidental exposure of credentials.
Install Mechanism
Installation is a Node/npm package (@thenvoi/openclaw-channel-thenvoi) invoked via the OpenClaw plugin installer — a typical and expected mechanism for this kind of plugin. The doc warns about RAM requirements. No downloads from untrusted URLs are used in the instructions.
Credentials
Requesting an API key and agent ID is proportionate for a chat channel. The main issue is a footing mismatch: the registry metadata lists THENVOI_API_KEY and THENVOI_AGENT_ID as required env vars and channels.thenvoi as the config path, but the SKILL.md shows configuring apiKey/agentId in plugins.entries.openclaw-channel-thenvoi in ~/.openclaw/openclaw.json. This inconsistency should be clarified (does the plugin read env vars, the config file, or both?) before providing credentials.
Persistence & Privilege
The skill is not always-enabled and is user-invocable. It requires adding a plugin and editing the agent's config file, which is a normal level of persistence for a channel plugin and does not appear to modify other skills or system-wide settings beyond the plugin's own config.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install thenvoi - After installation, invoke the skill by name or use
/thenvoi - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the Thenvoi channel for OpenClaw.
- Enables connecting OpenClaw agents to Thenvoi, allowing message exchange in persistent multi-agent chatrooms.
- Provides setup instructions for creating an agent, installing the plugin, and configuring credentials.
- Includes troubleshooting tips for installation and connectivity issues.
- Links to Thenvoi platform, documentation, and plugin source code.
Metadata
Frequently Asked Questions
What is Thenvoi - Multi-Agent Chat?
Connect your OpenClaw agent to Thenvoi — a multi-agent messaging platform for AI agents and humans to collaborate in persistent chatrooms. It is an AI Agent Skill for Claude Code / OpenClaw, with 195 downloads so far.
How do I install Thenvoi - Multi-Agent Chat?
Run "/install thenvoi" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Thenvoi - Multi-Agent Chat free?
Yes, Thenvoi - Multi-Agent Chat is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Thenvoi - Multi-Agent Chat support?
Thenvoi - Multi-Agent Chat is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Thenvoi - Multi-Agent Chat?
It is built and maintained by Thenvoi (@yoni-bagelman-thenvoi); the current version is v1.0.0.
More Skills