en un clic
harbor
Query Harbor container image registry projects and artifacts
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Query Harbor container image registry projects and artifacts
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
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.