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 samhvw8/dot-claude --skill ai-multimodalgit clone --depth 1 https://github.com/samhvw8/dot-claudeWrote 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/samhvw8/dot-claude/ai-multimodal)<a href="https://agentmods.dev/skills/samhvw8/dot-claude/ai-multimodal"><img src="https://agentmods.dev/badge/skills/samhvw8/dot-claude/ai-multimodal/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/samhvw8/dot-claude/ai-multimodal"><img src="https://agentmods.dev/badge/skills/samhvw8/dot-claude/ai-multimodal.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00203 | $0.02830 |
| Opus 5 | $0.00102 | $0.01415 |
| Sonnet 5 | $0.00041 | $0.00566 |
| Haiku 4.5 | $0.00020 | $0.00283 |
Grade B, and why
ai-multimodal scanned grade B with 1 finding 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 10d 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.
Unrestricted tool accessmediumExcessive agency
A wildcard tool grant or "run any command" leaves no least-privilege boundary at all.
Run any script with `--help` for detailed usage. 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
16 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.
- .env.example 3.7 KB
- references/audio-processing.md 9.2 KB
- references/image-generation.md 13 KB
- references/video-analysis.md 11 KB
- references/vision-understanding.md 10 KB
- scripts/.coverage 52 KB
- scripts/document_converter.py 12 KB runs code
- scripts/gemini_batch_process.py 16 KB runs code
- scripts/media_optimizer.py 16 KB runs code
- scripts/requirements.txt 442 B
- scripts/tests/.coverage 52 KB
- scripts/tests/requirements.txt 352 B
- scripts/tests/test_document_converter.py 2.2 KB runs code
- scripts/tests/test_failures.log 18 KB
- scripts/tests/test_gemini_batch_process.py 12 KB runs code
- scripts/tests/test_media_optimizer.py 12 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.
- 10d ago First seen · 354 lines · 203 tokens per session scan B 80bbf2f57bc6
ai-multimodal is a skill published in the GitHub repository samhvw8/dot-claude (10 stars, last pushed 9mo ago), with no licence file. It adds 203 tokens to every session and 2,830 once invoked, about $0.0010 per session on Opus 5. A static security scan graded it B with 1 finding (unrestricted tool access). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
markitdown
Convert heterogeneous documents and selected URIs to Markdown with Microsoft MarkItDown for text analysis, search, and LLM/RAG ingestion. Covers safe local conversion, streams, Office/PDF/data formats, batch workflows, plugins, vision OCR, Azure extraction, and the official MCP server.
llamaindex
Data framework for building LLM applications with RAG. Specializes in document ingestion (300+ connectors), indexing, and querying. Features vector indices, query engines, agents, and multi-modal support. Use for document Q&A, chatbots, knowledge retrieval, or building RAG pipelines. Best for data-centric LLM…
jupyter-notebooks
Create, edit, or validate reproducible SQL or Python notebooks. Use for notebooks, SQL/Python scratchpads, reproducible exploration, audit trails, or runnable companions where the analysis should be reviewable or rerunnable.
extracting-keywords
Use when extracting keywords (YAKE/RAKE) from documents — and, secondarily, when detecting document language or generating embeddings for RAG and search. Covers the keyword config (and its feature gating), --detect-language, and the standalone embed command with real flags.
azure-ai-document-intelligence-dotnet
Azure AI Document Intelligence SDK for .NET. Extract text, tables, and structured data from documents using prebuilt and custom models. Use for invoice processing, receipt extraction, ID document analysis, and custom document models. Triggers: "Document Intelligence", "DocumentIntelligenceClient", "form recognizer"…
azure-ai-document-intelligence-ts
Extract text, tables, and structured data from documents using Azure Document Intelligence (@azure-rest/ai-document-intelligence). Use when processing invoices, receipts, IDs, forms, or building custom document models.