Autosearch dockerhub
Use for Docker image and container registry searches when query involves Docker images, containers, or deployment artifacts.
install
source · Clone the upstream repo
git clone https://github.com/0xmariowu/Autosearch
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/0xmariowu/Autosearch "$T" && mkdir -p ~/.claude/skills && cp -r "$T/autosearch/skills/channels/dockerhub" ~/.claude/skills/0xmariowu-autosearch-dockerhub && rm -rf "$T"
manifest:
autosearch/skills/channels/dockerhub/SKILL.mdsource content
Overview
Docker Hub public registry search. Free, no auth. Returns image name, description, pull count, and star count. Useful for finding official and community Docker images.
When to Choose It
- User is looking for Docker images, base images, or container deployment artifacts
- Infrastructure-as-code or DevOps queries about containerized software
- Comparing popular images for a specific service
How To Search
Uses
hub.docker.com/v2/search/repositories/ REST endpoint.
Quality Bar
- Evidence items have non-empty title and url.
- No crash on empty or malformed API response.
- Source channel field matches the channel name.