Developer Tools24 toolsPaste one API key
Docker Hub integration for AI agents
Docker Hub is a service provided by Docker for finding and sharing container images with your team.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Docker Hub once and call the same tools from all of them.
Setup
Connect Docker Hub through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Docker Hub exposes 24 tools through ClawLink. The 17 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
docker_hub_get_image | Retrieve details about a specific platform-specific image variant by its digest | Read |
docker_hub_get_repository | Retrieves detailed information about a specific Docker Hub repository | Read |
docker_hub_get_tag | Retrieve details of a specific Docker Hub repository tag | Read |
docker_hub_get_team | Retrieve details of a specific team (group) within a Docker Hub organization | Read |
docker_hub_get_webhook | Retrieves details of a specific Docker Hub webhook by its ID | Read |
docker_hub_list_org_access_tokens | List all organization access tokens for a Docker Hub organization | Read |
docker_hub_list_org_members | Lists members of a Docker Hub organization with their roles and details | Read |
docker_hub_list_organizations | List Docker Hub organizations that the authenticated user belongs to | Read |
docker_hub_list_repositories | List repositories under a namespace | Read |
docker_hub_list_team_members | List members of a Docker Hub team (group) within an organization | Read |
docker_hub_list_teams | List all teams (groups) within a Docker Hub organization | Read |
docker_hub_list_webhooks | Lists all webhooks configured for a Docker Hub repository | Read |
docker_hub_add_org_member | Invite a user to join a Docker Hub organization | Write |
docker_hub_create_organization | Create a new Docker Hub organization | Write |
docker_hub_create_repository | Creates a new Docker Hub repository under the specified namespace | Write |
docker_hub_create_webhook | Create a webhook on a Docker Hub repository to receive notifications on image push events | Write |
docker_hub_remove_team_member | Remove a user from a Docker Hub organization team (group) | Write |