search.images

search.images is a skill for Claude Code from HybridAIOne/hybridclaw. It costs 31 tokens per session (320 once invoked), scanned A, original, MIT.

An image-search skill that finds pictures, visual references, thumbnails, screenshots, logos, diagrams, and image-source URLs through a configured self-hosted search service.

In plain words
What is it for?
Use it to search for image references, product photos, diagrams, logos, screenshots, and source-image URLs.
Why use it?
It helps an agent locate visual material and source pages while avoiding unsupported claims about licensing.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter.

Good fit Use it to search for image references, product photos, diagrams, logos, screenshots, and source-image URLs.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hybridaione/hybridclaw/search.images
Install

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.

Any agent
npx skills add HybridAIOne/hybridclaw --skill search.images
Clone the repo
git clone --depth 1 https://github.com/HybridAIOne/hybridclaw

Made for: Claude Code.

Wrote 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.

agentmods badge for search.images

README.md
[![agentmods](https://agentmods.dev/badge/skills/hybridaione/hybridclaw/search.images/github.svg)](https://agentmods.dev/skills/hybridaione/hybridclaw/search.images)
Your own site
<a href="https://agentmods.dev/skills/hybridaione/hybridclaw/search.images"><img src="https://agentmods.dev/badge/skills/hybridaione/hybridclaw/search.images/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.

agentmods 80×15 button for search.images

Your own site · 80×15
<a href="https://agentmods.dev/skills/hybridaione/hybridclaw/search.images"><img src="https://agentmods.dev/badge/skills/hybridaione/hybridclaw/search.images.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 31 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 320 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00031 $0.00320
Opus 5 $0.00015 $0.00160
Sonnet 5 $0.00006 $0.00064
Haiku 4.5 $0.00003 $0.00032

Measured 9d ago against content hash 9edbf1643da9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

search.images 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 9d 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.

skills/search.images/SKILL.md · 35 lines

What it actually says

Search Images

Use this skill when the user asks to search for images, visual references, pictures, thumbnails, screenshots, product photos, logos, diagrams, or image-source URLs.

Workflow

  1. Call web_search with:
    • provider: "searxng"
    • categories: "images"
    • the user's visual search query
    • count, freshness, country, or language only when the user asks for them or they are clearly implied.
  2. Return the most relevant image results with title, URL, and thumbnail URL when available.
  3. Use web_fetch only for a result page when the user asks to inspect the source page.

Constraints

  • Do not use hosted image search providers for this skill unless the user explicitly asks to leave the sovereign SearXNG path.
  • Do not present thumbnails or result URLs as licensed assets unless licensing is verified from the source page.
  • If SearXNG is not configured, say that the self-hosted image search provider is unavailable and include the tool error.
Changes

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.

  1. 9d ago First seen · 35 lines · 31 tokens per session scan A 9edbf1643da9

Subscribe to this mod's changes

search.images is a skill published in the GitHub repository HybridAIOne/hybridclaw (132 stars, last pushed yesterday), licensed MIT. It adds 31 tokens to every session and 320 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-09-03.