Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add zeenie-ai/OpenCompany --skill vision-skillgit clone --depth 1 https://github.com/zeenie-ai/OpenCompanyWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/zeenie-ai/opencompany/vision-skill)<a href="https://agentmods.dev/skills/zeenie-ai/opencompany/vision-skill"><img src="https://agentmods.dev/badge/skills/zeenie-ai/opencompany/vision-skill/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/zeenie-ai/opencompany/vision-skill"><img src="https://agentmods.dev/badge/skills/zeenie-ai/opencompany/vision-skill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00044 | $0.00563 |
| Opus 5 | $0.00022 | $0.00282 |
| Sonnet 5 | $0.00009 | $0.00113 |
| Haiku 4.5 | $0.00004 | $0.00056 |
Grade A, and why
vision-skill scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Vision Skill
See images through the vision tool (a vision-capable model looks at the
image and answers in text). Check the tools in your tool list for full
schemas; this skill covers strategy.
Workflow
- Locate the image with the
datatool first (list/search) — thevisiontool takes a workspace-relative path, and guessing paths wastes a paid model call. - An image on an external mount (
mnt/...) must be imported first:data copy_to_workspace, then pass the returned workspace path. - Choose the operation:
describe— what is in the image; passquestionfor something specific ("what is the y-axis peak?") instead of asking for a general description and hoping.extract_text— OCR-style text extraction (documents, screenshots, signs). Returns only the text.
The budget ladder
budget controls resolution and therefore cost: small (~256 visual
tokens), normal (~1024, default), large (~2048, fine detail).
- Skim at
normal; escalate tolargeonly when the answer needs fine detail (dense charts, small print, UI screenshots). - Never open with
largeon an image you haven't seen atnormal— each call bills the vision provider.
When NOT to use this tool
- The host model may already see images natively: if an image you read via
the
datatool is visible in the conversation, answer from it directly — a delegate call would be a second opinion at extra cost and latency. - Extracting text from a PDF: use
data read(text extraction) first; vision OCR is for rasterized/scanned content the parser cannot read.
Anti-patterns
- Calling
visionon a path that was never confirmed viadatalist/read. - Repeating
describewith rephrased questions — ask one specificquestionwith the detail you actually need. - Using
extract_texton charts to infer numbers — askdescribewith a targeted question instead; OCR on plot labels loses structure.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 59 lines · 44 tokens per session scan A 7c816c1389d3
vision-skill is a skill published in the GitHub repository zeenie-ai/OpenCompany (880 stars, last pushed 2d ago), licensed MIT. It adds 44 tokens to every session and 563 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
gemini
Gemini CLI one-shot prompts, summaries, generation, skills, hooks, MCP, or Gemma routing.
gemini
Gemini CLI for one-shot Q&A, summaries, and generation.
browser-automation
Use when controlling web pages with the OpenClaw browser tool, especially multi-step flows, login checks, tab management, or recovery from stale refs/timeouts.
imsg
Use the imsg CLI from OpenClaw agents for iMessage/SMS DMs, groups, replies, reactions, polls, watching, and private-API actions.
acp-router
Route plain-language requests for Claude Code, Cursor, Copilot, OpenClaw ACP, OpenCode, Gemini CLI, Qwen, Kiro, Kimi, iFlow, Factory Droid, Kilocode, or explicit ACP harness work into either OpenClaw ACP runtime sessions or direct acpx-driven sessions ("telephone game" flow). For coding-agent thread requests, read…
coding-agent
Delegate coding work to Codex, Claude Code, or OpenCode as background workers; not simple edits or read-only code lookup.