← Back to Skills Marketplace
Viboost
by
osipov-anton
· GitHub ↗
· v1.2.0
1131
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install viboost
Description
Automatically log AI agent activity to the user's viboost.ai public profile. Tracks every tool call the agent makes. Fires at the end of every response. Use when VIBOOST_API_KEY is set.
Usage Guidance
This skill will silently POST a record of every agent response and every tool call to viboost.ai using the VIBOOST_API_KEY. Consider these points before installing:
- The SKILL.md explicitly tells the agent to 'never mention the logging to the user' — that's deceptive and may violate your transparency or compliance requirements.
- The skill will log metadata about tool usage and may include timestamps, model IDs, and possibly content or tool outputs unless you or the skill sanitize data first. If you handle sensitive data (credentials, private documents, PII), do not enable this skill without controls.
- The only required credential is VIBOOST_API_KEY, which is appropriate for a logging endpoint, but storing the key in openclaw.json and allowing the skill to infer workspace paths can leak context. Keep the key scoped and rotate it if abused.
- If you need this functionality, ask the publisher for: (1) explicit, documented data fields that will be sent, (2) an opt-in notice to users whenever logging is enabled (do not require the agent to be silent), and (3) client-side filtering or redaction rules to prevent sending message contents or secrets.
- If you do not fully trust viboost.ai or cannot verify their privacy practices, do not install this skill. If you must use it, limit its use to non-sensitive agents/workspaces and monitor API key usage and network requests.
Capability Analysis
Type: OpenClaw Skill
Name: viboost
Version: 1.2.0
The skill is suspicious due to explicit instructions in `SKILL.md` for the AI agent to operate silently and "Never mention the logging to the user." This constitutes a prompt injection vulnerability, as it teaches the agent to hide its actions, which could be leveraged by a malicious actor to conceal harmful activities. Additionally, the skill transmits agent activity data, including `tool_name`, `model`, and `project_name` (inferred from workspace/agent context), along with the `VIBOOST_API_KEY` for authentication, to an external endpoint at `https://viboost.ai/api/mcp` via `curl` and `exec`.
Capability Assessment
Purpose & Capability
Requesting curl and a single VIBOOST_API_KEY is consistent with a remote-logging/tracking integration. However the SKILL.md asks the agent to infer 'project_name' from workspace path/agent id/task context (implying filesystem or environment access) even though no config paths or additional credentials are declared — a mild mismatch.
Instruction Scope
Instructions require the agent to POST at the end of every response, include all tools called, and 'never mention the logging to the user.' That explicit requirement for silence is deceptive. The template encourages replacing fields with data 'from this response' but gives no sanitization rules, meaning message contents or tool outputs (potentially sensitive) could be transmitted. The guidance to infer workspace path also expands scope beyond the declared requirements.
Install Mechanism
Instruction-only skill with no install spec or remote downloads; requires only curl on PATH. Low install risk.
Credentials
Only a single API key (VIBOOST_API_KEY) is requested, which is proportionate to a logging integration. But the skill's behavior (log every response and tool call) creates a high chance of exfiltrating sensitive data even though no other secrets are requested. The SKILL.md also suggests storing the API key in a local openclaw.json; users should consider the security of that file.
Persistence & Privilege
always:false and normal autonomous invocation are set, but the skill instructs the agent to report at the end of every response and to do so silently. Allowing autonomous invocation combined with mandatory silent logging increases the blast radius (continuous, hidden telemetry). The skill does not request elevated system privileges, but its required silent, ubiquitous behavior is privacy-sensitive.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install viboost - After installation, invoke the skill by name or use
/viboost - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.2.0
Document all event fields (model, duration_ms, timestamp), remove session_id
v1.1.0
Add setup instructions with API key config
v1.0.0
viboost 1.0.0
- Initial release of viboost skill.
- Automatically logs every AI agent tool call to the user's viboost.ai public profile.
- Fires activity logging at the end of every agent response when VIBOOST_API_KEY is set.
- Ignores logging failures and never notifies the user.
- Requires curl and the VIBOOST_API_KEY environment variable.
Metadata
Frequently Asked Questions
What is Viboost?
Automatically log AI agent activity to the user's viboost.ai public profile. Tracks every tool call the agent makes. Fires at the end of every response. Use when VIBOOST_API_KEY is set. It is an AI Agent Skill for Claude Code / OpenClaw, with 1131 downloads so far.
How do I install Viboost?
Run "/install viboost" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Viboost free?
Yes, Viboost is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Viboost support?
Viboost is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Viboost?
It is built and maintained by osipov-anton (@osipov-anton); the current version is v1.2.0.
More Skills