Docker HubOpenTabs plugin for Docker Hub — gives AI agents access to Docker Hub through your authenticated browser session.
Installopentabs plugin install docker-hub Or install globally via npm:
npm install -g @opentabs-dev/opentabs-plugin-docker-hub Setup
Open hub.docker.com in Chrome and log in
Open the OpenTabs side panel — the Docker Hub plugin should appear as ready
Users (2)
Tool
Description
Type
get_current_user
Get the authenticated Docker Hub user profile
Read
get_user_profile
Get a Docker Hub user profile by username
Read
Organizations (1)
Tool
Description
Type
list_organizations
List your Docker Hub organizations
Read
Repositories (5)
Tool
Description
Type
list_repositories
List repositories in a namespace
Read
get_repository
Get detailed repository information
Read
create_repository
Create a new Docker Hub repository
Write
update_repository
Update repository description or visibility
Write
delete_repository
Permanently delete a repository
Write
Tool
Description
Type
list_tags
List repository tags
Read
get_tag
Get tag details including digest and platforms
Read
Search (2)
Tool
Description
Type
search_repositories
Search repositories by keyword
Read
search_catalog
Search Docker Hub catalog (images, models, extensions)
Read
How It WorksThis plugin runs inside your Docker Hub tab through the OpenTabs Chrome extension. It uses your existing browser session — no API tokens or OAuth apps required. All operations happen as you, with your permissions.
LicenseMIT