with one click
harbor
Query Harbor container image registry projects and artifacts
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Query Harbor container image registry projects and artifacts
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Run Ansible ad-hoc commands and playbook operations
Headless browser automation via agent-browser (Playwright/Chromium) - navigate, snapshot, click, type, screenshot, eval, console
Query Datadog monitors, dashboards, and metrics
Query GitLab projects, merge requests, and CI pipelines
Manage Helm charts and releases on Kubernetes
Diagnose Kubernetes Ingress resources and configurations
| name | harbor |
| description | Query Harbor container image registry projects and artifacts |
| activation_keywords | ["harbor","registry","container","image","artifact","docker"] |
| execution_mode | server |
Provides read-only Harbor registry operations via REST API:
Use builtin_harbor tool with fields:
operation: one of "list_projects", "list_repos", "list_artifacts", "get_artifact", "system_info", "list_robot_accounts"project: project name (required for list_repos/list_robot_accounts)repository: repository name (required for list_artifacts/get_artifact)artifact: artifact reference (tag or digest, required for get_artifact)harbor_url: Harbor server URL (default: http://localhost:80)username: Harbor username (from HARBOR_USERNAME env var if not provided)password: Harbor password or API token (from HARBOR_PASSWORD env var if not provided)per_page: results per page (default: 20)Note: All operations are read-only. Credentials are used only for this request and never logged.