← Back to Skills Marketplace
OpenRouter Vision Agent
by
gawainchin
· GitHub ↗
· v1.0.1
· MIT-0
75
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install openrouter-vision-skill
Description
Analyze images using OpenRouter's vision API with x-ai/grok-4.1-fast. Requires OPENROUTER_API_KEY env var or user-provided key. Use when the user asks to des...
Usage Guidance
This skill appears to do what it claims (call OpenRouter's vision model) but the registry metadata omits the required OPENROUTER_API_KEY — a clear mismatch. Before installing or providing an API key: (1) Confirm the skill's source and author; prefer skills with a verifiable homepage or source repo. (2) Do not send sensitive/private images — the skill sends images and URLs to openrouter.ai. (3) If you must provide an API key, create a scoped or limited key and be ready to revoke it; never reuse high-privilege or long-lived secrets. (4) Ask the publisher to update the manifest to declare OPENROUTER_API_KEY in requires.env (so platform tooling can enforce least privilege). (5) Test with non-sensitive images first and monitor usage/quotas on your OpenRouter account. If you cannot verify the skill's origin or the manifest is not fixed, avoid supplying secrets or installing it.
Capability Analysis
Type: OpenClaw Skill
Name: openrouter-vision-agent
Version: 1.0.1
The openrouter-vision-agent skill is a standard implementation for image analysis using the OpenRouter API. It provides clear instructions for using curl to interact with the legitimate endpoint (https://openrouter.ai/api/v1/chat/completions) and includes explicit privacy warnings regarding the transmission of images to the external service. No malicious behaviors, obfuscation, or data exfiltration attempts were found.
Capability Tags
Capability Assessment
Purpose & Capability
The SKILL.md clearly requires an OPENROUTER_API_KEY and describes sending images to https://openrouter.ai, which is coherent with the name/description. However, the registry metadata lists no required env vars or primary credential. That mismatch (manifest says no env required while runtime instructions require an API key) is an incoherence that should be resolved before trusting the skill.
Instruction Scope
The runtime instructions are narrowly scoped to calling the OpenRouter chat completions endpoint with a model and an image_url payload. They explicitly instruct that images (or URLs) are uploaded to openrouter.ai and warn not to send sensitive images. The instructions do not reference unrelated files, credentials, or system paths.
Install Mechanism
This is an instruction-only skill with no install spec and no code files. That minimizes filesystem risk; nothing is downloaded or installed by the skill itself.
Credentials
The SKILL.md requires a single credential (OPENROUTER_API_KEY) which is appropriate for an API-calling vision skill. However, the registry metadata did not declare this required env var or a primary credential. That discrepancy is concerning because the platform-level manifest should list credentials the skill needs so users and controls can evaluate and protect them.
Persistence & Privilege
The skill is not always-enabled and does not request elevated persistence. It is user-invocable and allowed to run autonomously by default (normal for skills), and there is no indication it modifies other skills or system-wide settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openrouter-vision-skill - After installation, invoke the skill by name or use
/openrouter-vision-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Declare OPENROUTER_API_KEY as required credential; add privacy warning about sending images to openrouter.ai
v1.0.0
Initial release: image analysis via OpenRouter + Grok 4.1 Fast
Metadata
Frequently Asked Questions
What is OpenRouter Vision Agent?
Analyze images using OpenRouter's vision API with x-ai/grok-4.1-fast. Requires OPENROUTER_API_KEY env var or user-provided key. Use when the user asks to des... It is an AI Agent Skill for Claude Code / OpenClaw, with 75 downloads so far.
How do I install OpenRouter Vision Agent?
Run "/install openrouter-vision-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is OpenRouter Vision Agent free?
Yes, OpenRouter Vision Agent is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does OpenRouter Vision Agent support?
OpenRouter Vision Agent is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created OpenRouter Vision Agent?
It is built and maintained by gawainchin (@gawainchin); the current version is v1.0.1.
More Skills