Connect Docker hub to OpenClaw on Operator.io
Docker Hub is a cloud-based registry for finding and sharing container images. It simplifies container collaboration and deployment for individuals and teams.
Automate Docker hub with AI
Hand Docker hub to an OpenClaw agent running on Operator. You write what you want in a chat and it turns that into real Docker hub actions like add organization member, create docker hub organization, create docker hub repository, without you opening the app.
Your agent reaches Docker hub directly or through connectors like Composio MCP and Pipedream MCP, which handle the sign in and token refresh for you, so there is nothing to wire up and no API keys to paste.
What your agent can do with Docker hub
Your agent can call any of these Docker hub actions by name as part of a larger task. Ask for the outcome you want and it picks the right ones.
Add Organization Member
Invite a user to join a Docker Hub organization. Sends an invitation email to the specified user (by Docker ID or email). The user must accept the invitation to become a member. Requires owner or admin privileges on the target organization.
Create Docker Hub Organization
Create a new Docker Hub organization. Note: This endpoint requires JWT authentication obtained via /v2/users/login and may have restricted access.
Create Docker Hub Repository
Creates a new Docker Hub repository under the specified namespace. Use this to programmatically create public or private repositories for storing Docker images. Requires proper authentication with write permissions to the namespace.
Create Docker Hub Webhook
Create a webhook on a Docker Hub repository to receive notifications on image push events. This is a two-step process: 1. Create the webhook with a name 2. Add a hook URL to the webhook Requires admin permissions on the repository.
Delete Repository Images
Delete one or more images from your Docker Hub namespace using the bulk delete API. IMPORTANT REQUIREMENTS: - You must own the namespace (your username or an organization you admin) - You cannot delete images from 'library' (official Doc...
Delete Docker Hub Organization
Permanently deletes a Docker Hub organization. Requires owner permissions on the organization. This action is idempotent - deleting a non-existent organization returns success (404 treated as success). WARNING: Deletion is irreversible a...
Delete Docker Hub Repository
Permanently deletes a Docker Hub repository and all its images/tags. WARNING: This action is irreversible. All images, tags, and metadata will be permanently removed. This operation is idempotent - deleting a non-existent repository retu...
Delete Repository Tag
Permanently delete a specific tag from a Docker Hub repository. Requirements: - Must have write/admin access to the repository - The namespace must be your username or an organization you belong to - This action is irreversible - the tag...
Delete Docker Hub Team
Permanently deletes a team from a Docker Hub organization. This operation is idempotent - deleting a non-existent team will succeed silently. Requires organization admin permissions. Use DOCKER_HUB_LIST_TEAMS to find available teams befo...
Delete Docker Hub repository webhook
Deletes a specific webhook from a Docker Hub repository. Use this tool to remove webhook configurations from repositories you own or have admin access to. This is useful for cleaning up outdated, misconfigured, or no longer needed webhoo...
Get Docker Hub Image
Retrieve details about a specific platform-specific image variant by its digest. This tool searches through repository tags to find and return metadata for an image matching the specified SHA256 digest. Returns architecture, OS, size, st...
Get Docker Hub Repository
Retrieves detailed information about a specific Docker Hub repository. Use this to get repository metadata including description, star/pull counts, permissions, and configuration. Works with both public and private repositories (authenti...
Get Docker Hub Tag
Tool to retrieve details of a specific Docker Hub repository tag. Use after confirming the namespace, repository, and tag name.
Get Docker Hub Team
Retrieve details of a specific team (group) within a Docker Hub organization. Returns the team's ID, name, and description. Requires organization membership with appropriate permissions to view team details.
Get Docker Hub Webhook
Retrieves details of a specific Docker Hub webhook by its ID. Use this tool when you need to inspect an existing webhook's configuration, including its target URL, configured events, and active status. You must have admin or write access...
List Organization Access Tokens
Tool to list all organization access tokens for a Docker Hub organization. Use when you need to view or audit access tokens associated with an organization. Requires appropriate organization permissions to view tokens.
List Docker Hub Organizations
List Docker Hub organizations that the authenticated user belongs to. Returns a paginated list of organizations with details like name, company, and badge status; some metadata fields may be absent — use org name for follow-up detail cal...
List Docker Hub Organization Members
Lists members of a Docker Hub organization with their roles and details. Use this tool to: - Audit organization membership - View member roles (owner, member) - Check team assignments for members - Export organization member lists Requir...
List Docker Hub Repositories
Tool to list repositories under a namespace. Use when you need to enumerate repositories within a specific Docker Hub namespace, with optional filtering and pagination.
List Team Members
List members of a Docker Hub team (group) within an organization. Returns a paginated list of team members with their user details. Requires organization membership with appropriate permissions to view team members.
List Organization Teams
List all teams (groups) within a Docker Hub organization. Requires organization membership with appropriate permissions. Teams in Docker Hub are called 'groups' in the API.
List Docker Hub repository webhooks
Lists all webhooks configured for a Docker Hub repository. Use this tool to retrieve webhook configurations for repositories you own or have admin access to. Webhooks are triggered when specific events occur in the repository (e.g., imag...
Remove Organization Member
Remove a member from a Docker Hub organization. This action revokes the user's access to the organization and all its repositories. Requires organization admin privileges. The operation is idempotent - removing a non-member will not caus...
Remove Team Member
Remove a user from a Docker Hub organization team (group). Use this action to revoke a user's membership from a specific team. The operation is idempotent - removing a user who is not a member will succeed silently.
How to connect Docker hub
You authorize Docker hub once from your dashboard. Operator holds the connection and refreshes the access tokens on its own, so your agent keeps working with Docker hub without you signing in again. The same setup unlocks every other app your agent can reach, so you only do it once.
When you are ready, the get started guide walks through standing up your OpenClaw agent.
Common questions about Docker hub
- How do I connect Docker hub to Operator?
- Connecting Docker hub is a one time sign in from your Operator dashboard. Operator keeps the connection live and rotates the token on its own, so the agent stays connected to Docker hub and you never reauthorize by hand.
- Can my agent work with issues and pull requests in Docker hub?
- Yes. It can open and comment on issues, review pull requests, manage labels, and read project details when you ask. Teams use it to triage incoming work, draft release notes, and post a summary of what changed without leaving chat.
- Do I need to write code or manage Docker hub API keys?
- No. Operator manages the Docker hub connection and token refresh, so there are no API keys to paste and nothing to deploy.
- Can my agent use Docker hub together with my other apps?
- Yes. The same agent reaches every app you connect, so it can move between Docker hub and tools like GitHub, Supabase, Pagerduty in one job, reading from one and acting in another without you wiring anything between them.
More apps to automate
Apps your agent runs alongside Docker hub, or browse all integrations.
Put your agent on Docker hub
Sign in, connect Docker hub, and hand your agent the work. Your first week is free.
Try for free