Token导航 LogoToken导航TokenDH.com
研究检索敏感数据github未标认证来源可访问clear审计通过

external-urls外部网址

Agent Skill

external-urls 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

974

周安装

41

GitHub Stars

61

下载量

341
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:external-urls(外部网址)
来源仓库:https://github.com/julianobarbosa/claude-code-skills
仓库路径:skills/external-urls
安装命令:
npx skills add https://github.com/julianobarbosa/claude-code-skills --skill external-urls
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/julianobarbosa/claude-code-skills --skill external-urls

简介

提供 Hypera 多集群 GitOps 基础设施中各服务的快速 URL 查询参考。

  • 适合在运维、监控或故障排查时快速定位对应端点。
  • 使用时可按环境或功能分类检索所需访问地址。
  • 建议结合内部文档确认 URL 可用性,避免直接依赖外部可访问性。
  • external-urls 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

External URLs Skill

Quick reference for all external URLs and endpoints in Hypera's multi-cluster GitOps infrastructure.

Quick URL Lookup

Application URLs by Environment

Hub (Shared Services)

ServiceURLPurpose
ArgoCDhttps://argocd.cafehyna.com.brGitOps UI & API
Sentryhttps://sentry-hub.cafehyna.hypera.com.brError tracking
SonarQubehttps://sonarqube-hub.cafehyna.com.brCode quality
phpMyAdminhttps://dba.cafehyna.com.brMySQL admin
Adminerhttps://dba2.cafehyna.com.brMulti-DB admin
Mimirhttps://mimir-hub.cafehyna.com.brMetrics storage

Development

ServiceURLPurpose
Sentryhttps://sentry.adocyl.com.brError tracking
SonarQubehttps://sonarqube.hypera.com.brCode quality
Grafana OnCallhttps://oncall-dev.cafehyna.comOn-call management
phpMyAdminhttps://dev-dba.cafehyna.com.brMySQL admin
RabbitMQhttps://rabbitmq-painelclientes-dev.cafehyna.com.brMessage queue

Production

ServiceURLPurpose
Sentryhttps://sentry.cafehyna.hypera.com.brError tracking

Cluster API Endpoints

All clusters use Azure Private Link (VPN required):

ClusterAPI ServerRegion
cafehyna-hubhttps://aks-cafehyna-default-b2ie56p8.5bbf1042-d320-432c-bd11-cea99f009c29.privatelink.eastus.azmk8s.io:443East US
cafehyna-devhttps://aks-cafehyna-dev-hlg-q3oga63c.30041054-9b14-4852-9bd5-114d2fac4590.privatelink.eastus.azmk8s.io:443East US
cafehyna-prdhttps://aks-cafehyna-prd-hsr83z2k.c7d864af-cbd7-481b-866b-8559e0d1c1ea.privatelink.eastus.azmk8s.io:443East US
painelclientes-devhttps://akspainelclientedev-dns-vjs3nd48.hcp.eastus2.azmk8s.io:443East US 2
painelclientes-prdhttps://akspainelclientesprd-dns-kezy4skd.hcp.eastus2.azmk8s.io:443East US 2
loyalty-devhttps://loyaltyaks-qas-dns-d330cafe.hcp.eastus.azmk8s.io:443East US

Repository URLs

Git Repositories (Azure DevOps)

RepositoryURL
infra-teamhttps://hypera@dev.azure.com/hypera/Cafehyna%20-%20Desenvolvimento%20Web/_git/infra-team
argo-cd-helm-valueshttps://hypera@dev.azure.com/hypera/Cafehyna%20-%20Desenvolvimento%20Web/_git/argo-cd-helm-values
kubernetes-configurationhttps://hypera@dev.azure.com/hypera/Cafehyna%20-%20Desenvolvimento%20Web/_git/kubernetes-configuration

Helm Repositories

RepositoryURLCharts
ingress-nginxhttps://kubernetes.github.io/ingress-nginxingress-nginx
jetstackhttps://charts.jetstack.iocert-manager
bitnamihttps://charts.bitnami.com/bitnamiexternal-dns, phpmyadmin, rabbitmq
prometheus-communityhttps://prometheus-community.github.io/helm-chartskube-prometheus-stack
robustahttps://robusta-charts.storage.googleapis.comrobusta
cetichttps://cetic.github.io/helm-chartsadminer
defectdojohttps://raw.githubusercontent.com/DefectDojo/django-DefectDojo/helm-chartsdefectdojo

Domain Reference

DomainUsageEnvironment
*.cafehyna.com.brPrimary applicationsAll
*.cafehyna.hypera.com.brHypera-branded servicesHub/Prd
*.adocyl.com.brDevelopment servicesDev
*.hypera.com.brCorporate servicesAll

Certificate & DNS

  • Certificate Issuer: Let's Encrypt
  • DNS Provider: Cloudflare
  • ClusterIssuers: letsencrypt-prod, letsencrypt-staging
  • Contact: juliano.barbosa@hypera.com.br

SMTP Services

ServiceHostEnvironment
Office 365smtp.office365.comHub
SendGridsmtp.sendgrid.netProduction

Quick Commands

Check Application URL Health

# Check ArgoCD
curl -sI https://argocd.cafehyna.com.br | head -1

# Check all hub services
for url in argocd.cafehyna.com.br sentry-hub.cafehyna.hypera.com.br sonarqube-hub.cafehyna.com.br dba.cafehyna.com.br; do
  echo -n "$url: "; curl -sI "https://$url" -o /dev/null -w "%{http_code}\n" --connect-timeout 5 2>/dev/null || echo "FAILED"
done

Check Cluster Connectivity

# Test cluster API (requires VPN)
curl -sk https://aks-cafehyna-default-b2ie56p8.5bbf1042-d320-432c-bd11-cea99f009c29.privatelink.eastus.azmk8s.io:443/healthz

# Using kubectl
kubectl --kubeconfig ~/.kube/aks-rg-hypera-cafehyna-hub-config cluster-info

Check Helm Repository

# Add and update
helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx
helm repo update ingress-nginx

# Search charts
helm search repo ingress-nginx

Configuration File Locations

URLs are defined in these configuration files:

CategoryPath Pattern
Application Ingressargo-cd-helm-values/kube-addons/<service>/<cluster>/values.yaml
Cluster Endpointsinfra-team/argocd-clusters/<cluster>.yaml
Git Repositoriesinfra-team/argocd-repos/base/git-repositories/*.yaml
Helm Repositoriesinfra-team/argocd-repos/base/helm-repositories/*.yaml

Troubleshooting

IssueResolution
Application URL not reachableCheck ingress-nginx pods, verify DNS in Cloudflare
Cluster API timeoutVerify VPN connection, check Azure AKS status
Certificate errorVerify cert-manager ClusterIssuer, check Let's Encrypt rate limits
DNS not resolvingCheck external-dns logs, verify Cloudflare API token

Scripts

  • scripts/check-urls.sh - Health check all application URLs
  • scripts/list-urls.sh - List URLs by environment or category

Detailed Reference

For complete URL inventory with source file locations:

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

31.68%
按下载量换算108

OpenCode

23.4%
按下载量换算80

Gemini CLI

16.61%
按下载量换算57

Antigravity

12.02%
按下载量换算41

Codex

8.03%
按下载量换算27

Cursor

3.53%
按下载量换算12

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills