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 agentmods add skills/code-yeongyu/oh-my-openagent/visual-qanpx skills add code-yeongyu/oh-my-openagent --skill visual-qagit clone --depth 1 https://github.com/code-yeongyu/oh-my-openagentWrote 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/code-yeongyu/oh-my-openagent/visual-qa)<a href="https://agentmods.dev/skills/code-yeongyu/oh-my-openagent/visual-qa"><img src="https://agentmods.dev/badge/skills/code-yeongyu/oh-my-openagent/visual-qa.svg" alt="Measured on agentmods" height="20"></a>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 | $0.00161 | $0.06128 |
| Opus 5 | $0.00081 | $0.03064 |
| Sonnet 5 | $0.00032 | $0.01226 |
| Haiku 4.5 | $0.00016 | $0.00613 |
Grade A, and why
visual-qa 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 4d 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.
The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
What ships with it
18 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- AGENTS.md 3.2 KB
- references/agent-browser-setup.md 1.7 KB
- scripts/ansi.test.ts 1.0 KB runs code
- scripts/ansi.ts 499 B runs code
- scripts/cli.test.ts 2.7 KB runs code
- scripts/cli.ts 2.4 KB runs code
- scripts/east-asian-width.test.ts 1.8 KB runs code
- scripts/east-asian-width.ts 3.0 KB runs code
- scripts/image-diff.test.ts 2.5 KB runs code
- scripts/image-diff.ts 3.7 KB runs code
- scripts/png-crc.ts 682 B runs code
- scripts/png-decode.test.ts 1.4 KB runs code
- scripts/png-decode.ts 5.1 KB runs code
- scripts/png-synth.ts 1.6 KB runs code
- scripts/tui-grid.test.ts 1.9 KB runs code
- scripts/tui-grid.ts 2.6 KB runs code
- scripts/types.ts 1.3 KB runs code
- scripts/visual-qa.mjs 16 KB runs code
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.
- 4d ago First seen · 339 lines · 161 tokens per session scan A 8f8c40d00a33
visual-qa is a skill published in the GitHub repository code-yeongyu/oh-my-openagent (68,657 stars, last pushed today), with no licence file. It adds 161 tokens to every session and 6,128 once invoked, about $0.0008 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
note-status
Verify meeting notes are fully processed. Args: , [dates], all, pending [dates] [--step=X]. Shows which wrap steps are complete or missing.
mail-transcripts
Gmail AI transcript notifications → meeting Notes: URLs + mark read. Args: (none). Invoked standalone or as step 1 of /meeting wrap.
migrate-tags
Migrate body-level #hashtags to frontmatter tags: lists so Bases can filter on them. Idempotent — leaves files that already have frontmatter tags alone.
otter-fetch
Fetch Otter.ai transcript data. Sub-skill used by cache-notes and fill-participants when Notes: contains an Otter URL.
ledger-import-fixture-replay
Use when replaying Ledger import CSV fixtures to verify sourceRef preservation, cent normalization, and deterministic posting dates.
skillshare-update-docs
Update website docs to match recent code changes, cross-validating every flag against source. Use this skill whenever the user asks to: update documentation, sync docs with code, document a new flag or command, fix stale docs, or update the README. This skill covers all website/docs/ categories (commands, reference…