Venice.Ai Router Openclaw

PassAudited by ClawScan on May 1, 2026.

Overview

This appears to be a coherent Venice.ai model-routing skill, but it uses a paid API key and may send prompts to Venice or proxied external model providers unless privacy settings are constrained.

Before installing, protect the Venice API key, set `VENICE_PRIVATE_ONLY=true` for confidential data, and consider `VENICE_DAILY_BUDGET`, `VENICE_SESSION_BUDGET`, or `VENICE_MAX_TIER` to control costs. Be aware that web search, conversation history, and tool-schema options may send additional context to the provider.

Findings (3)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

Anyone using this skill with your API key can consume Venice.ai quota or generate billable API usage.

Why it was flagged

The skill requires a Venice.ai API credential, which is expected for the integration but grants account/API usage authority and may incur costs.

Skill content
requires:\n      bins: ["python3"]\n      env: ["VENICE_API_KEY"]\n    primaryEnv: VENICE_API_KEY
Recommendation

Use a dedicated API key if possible, protect the key in environment/config files, and set Venice budget or tier limits before broad agent use.

What this means

Sensitive prompts may be processed outside Venice-hosted private models unless private-only routing is enabled.

Why it was flagged

The artifacts disclose that some requests may cross from Venice to external model providers, even though identity is stripped.

Skill content
**Anonymized**: Request is proxied to external provider (OpenAI, Anthropic, Google, xAI) with user identity stripped
Recommendation

Use `--private-only` or `VENICE_PRIVATE_ONLY=true` for confidential data, and review the selected model privacy label before sending sensitive prompts.

What this means

A user could overestimate the default privacy posture if they do not notice that private-only routing is optional.

Why it was flagged

The privacy claim is qualified to private models; because the router also supports anonymized external-provider models, users should not assume every automatic route has zero retention.

Skill content
Venice offers **true privacy** with zero data retention on private models. Your conversations stay yours.
Recommendation

Treat privacy as setting- and model-dependent; enable private-only mode for sensitive work and avoid relying on broad marketing language alone.